aws-cli
Error “You must specify a region” when running any aws CLI command
I think you need to use for example: aws ecs list-container-instances –cluster default –region us-east-1 This depends of your region of course.
Quick way to get AWS Account number from the AWS CLI tools?
You can get the account number from the Secure Token Service subcommand get-caller-identity using the following: aws sts get-caller-identity –query Account –output text
AWS ECS Error when running task: No Container Instances were found in your cluster
I figured this out after a few more hours of investigating. Amazon, if you are listening, you should state this somewhere in your management console when creating a cluster or adding instances to the cluster: “Before you can add ECS instances to a cluster you must first go to the EC2 Management Console and create … Read more