Use this command in the AWS CLI:
aws ecs list-container-instances --cluster default --region us-east-1
>> use your region (region list - http://docs.aws.amazon.com/general/latest/gr/rande.html)
Or you can use this to provide the region:
export AWS_DEFAULT_REGION=us-east-1 //your region has to be specified