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.

Leave a Comment