我正在尝试按照http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_GetStarted.html中的文档使用aws容器服务。
运行命令时,会抛出以下错误:
aws ecs list-container-instances --cluster default
You must specify a region. You can also configure your region by running "aws configure".
文档中没有提到如何指定默认区域。我们在控制台上该怎么做呢?

.aws\credentials、.aws\config中加载,则请参阅以下链接-https://dev59.com/r14b5IYBdhLWcg3wbA-B#67497387 - Manohar Reddy Poreddy