尝试发布:
$ 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确实存在,但未被识别。
在另一个地区。
我无法在命令中指定区域。
我该如何解决?
答案 0 :(得分:1)
在aws cli上执行一些命令时,可以按以下方式提交region选项。
aws cli <some code> --region <region>
cli选项列在aws documentation中。