Error You must specify a region when running command aws ecs list-container-instances

后端 未结 5 811
时光说笑
时光说笑 2021-02-01 00:25

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

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-01 01:00

    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.

提交回复
热议问题