You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
I ran the following: ecs-cli up --keypair MyFirstKeyPair --capability-iam --size 2 --instance-type t2.medium --no-associate-public-ip-address --cluster ITHINKIFOUNDABUG
The command succeeded and everything seemed normal (no errors)- but when I checked my cluster there were no container instances present. I then ran ecs-cli up again without the --no-associate-public-ip-address flag and a cluster was successfully created and had container instances.
I ran the following:
ecs-cli up --keypair MyFirstKeyPair --capability-iam --size 2 --instance-type t2.medium --no-associate-public-ip-address --cluster ITHINKIFOUNDABUGThe command succeeded and everything seemed normal (no errors)- but when I checked my cluster there were no container instances present. I then ran
ecs-cli upagain without the--no-associate-public-ip-addressflag and a cluster was successfully created and had container instances.