在CLI上创建安全组,获取InvalidVpcID.NotFound vpc ID不存在

时间:2019-10-13 01:38:34

标签: amazon-web-services amazon-vpc aws-security-group

尝试发布:

$ aws ec2 create-security-group --group-name Grp1 --description Grp1 --vpc-id vpc-0e6f748e8c01534bc

但是我明白了

An error occurred (InvalidVpcID.NotFound) when calling the CreateSecurityGroup operation:  
The vpc ID 'vpc-0e6f748e8c01534bc' does not exist

该vpc确实存在,但未被识别。
在另一个地区。
我无法在命令中指定区域。
我该如何解决?

enter image description here

1 个答案:

答案 0 :(得分:1)

在aws cli上执行一些命令时,可以按以下方式提交region选项。

aws cli <some code> --region <region>

cli选项列在aws documentation中。