试图发布:
$ 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确实存在,但没有被识别。
它在一个不同的地区。
我无法在命令中指定区域。
我怎么才能绕开呢?
发布于 2019-10-13 01:56:22
https://stackoverflow.com/questions/58359924
复制相似问题