I am trying to use aws container service as per the documentation in http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_GetStarted.html
The below error is th
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.