1 Answer
- Newest
- Most votes
- Most comments
0
Hi there
According to the error you receive, go to the VPC console, check which VPC is your SubnetID that you are using. Your Security Group must be from the same VPC.The following command describe-subnets example uses a filter to retrieve details for the subnets of the specified VPC.
aws ec2 describe-subnets --filters "Name=vpc-id,Values=vpc-06e4ab6c6cEXAMPLE"
The following coomand will displays information about the security group with the ID sg-88888.
aws ec2 describe-security-groups --group-ids sg-88888 --region us-west-2
Reference :
https://docs.aws.amazon.com/quicksight/latest/user/vpc-finding-setup-information.html#vpc-subnet-id
answered a year ago
Relevant content
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago