有没有办法描述特定 VPC 中的安全组?
这是我要运行的内容:
aws ec2 describe-security-groups --group-name "<group-name>" --filter Name=vpc-id,Values=<my-vpc-id>
但它返回此错误:
A client error (VPCIdNotSpecified) occurred when calling the DescribeSecurityGroups operation: No default VPC for this user
我感谢您的帮助,
谢谢