Is there a way to describe a Security Group in a specific VPC?
Here is what I am trying to run :
aws ec2 describe-security-groups --group-name "<group-name>" --filter Name=vpc-id,Values=<my-vpc-id>
But it is returning this error :
A client error (VPCIdNotSpecified) occurred when calling the DescribeSecurityGroups operation: No default VPC for this user
I appreciate your help,
Thanks