作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试按照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 ecs list-container-instances --cluster default --region us-east-1
这当然取决于您所在的地区。
关于amazon-web-services - 运行任何 aws CLI 命令时出现错误 "You must specify a region",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29166957/
我是一名优秀的程序员,十分优秀!