~/tmp/letterly$ ecs-cli up --capability-iam --keypair hendry --instance-type t2.medium INFO[0002] Created cluster cluster=default INFO[0003] Waiting for your cluster resources to be created INFO[0004] Cloudformation stack status stackStatus=CREATE_IN_PROGRESS INFO[0066] Cloudformation stack status stackStatus=CREATE_IN_PROGRESS INFO[0129] Cloudformation stack status stackStatus=CREATE_IN_PROGRESS INFO[0191] Cloudformation stack status stackStatus=CREATE_IN_PROGRESS INFO[0254] Cloudformation stack status stackStatus=CREATE_IN_PROGRESS ~/tmp/letterly$ ecs-cli compose service create letterlyyy INFO[0001] Using ECS task definition TaskDefinition=ecscompose-letterly:1 INFO[0001] Created an ECS service service=ecscompose-service-letterly taskDefinition=ecscompose-letterly:1 ~/tmp/letterly$ ecs-cli compose service start letterlyyy INFO[0001] Updated ECS service successfully desiredCount=1 serviceName=ecscompose-service-letterly INFO[0001] Describe ECS Service status desiredCount=1 runningCount=0 serviceName=ecscompose-service-letterly INFO[0032] Describe ECS Service status desiredCount=1 runningCount=0 serviceName=ecscompose-service-letterly INFO[0062] Describe ECS Service status desiredCount=1 runningCount=0 serviceName=ecscompose-service-letterly INFO[0092] Describe ECS Service status desiredCount=1 runningCount=0 serviceName=ecscompose-service-letterly INFO[0123] ECS Service has reached a stable state desiredCount=1 runningCount=1 serviceName=ecscompose-service-letterly ~/tmp/letterly$ ecs-cli ps Name State Ports TaskDefinition 764815eb-67e2-49f4-af8d-11c1fa339914/web RUNNING 52.40.14.97:80->2015/tcp ecscompose-letterly:1 8bae7f33-8607-4cd1-bcc1-672ced5717dd/web RUNNING 0.0.0.0:80->2015/tcp ecscompose-letterly:1 (reverse-i-search)`start': sudo systemctl ^Cart wpa_supplicant@wlp4s0.service ~/tmp/letterly$ ecs-cli compose service up letterlyyy INFO[0001] Using ECS task definition TaskDefinition=ecscompose-letterly:1 INFO[0001] ECS Service is already running desiredCount=1 serviceName=ecscompose-service-letterly INFO[0001] ECS Service has reached a stable state desiredCount=1 runningCount=1 serviceName=ecscompose-service-letterly ~/tmp/letterly$ ecs-cli compose service down letterlyyy INFO[0001] Updated ECS service successfully desiredCount=0 serviceName=ecscompose-service-letterly INFO[0001] Describe ECS Service status desiredCount=0 runningCount=1 serviceName=ecscompose-service-letterly INFO[0017] ECS Service has reached a stable state desiredCount=0 runningCount=0 serviceName=ecscompose-service-letterly INFO[0017] Deleted ECS service service=ecscompose-service-letterly INFO[0017] ECS Service has reached a stable state desiredCount=0 runningCount=0 serviceName=ecscompose-service-letterly ~/tmp/letterly$ ecs-cli down -f INFO[0002] Waiting for your cluster resources to be deleted INFO[0002] Cloudformation stack status stackStatus=DELETE_IN_PROGRESS INFO[0065] Cloudformation stack status stackStatus=DELETE_IN_PROGRESS INFO[0097] Deleted cluster cluster=default ~/tmp/letterly$