Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 328 Bytes

Command

Create VM based on number of views

curl -X POST -H "Content-Type: application/json" -d '{
    "idolUrl": "https://example.com/idol-image.jpg",
    "viewAmount": 100,
    "imageId": "ami-0ebabb8cf39198221",
    "instanceType": "t2.micro",
    "region": "us-east-1"
}' localhost:3000/create-ec2-instance