1 Answers
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 2 months ago
Relevant questions
Disable EC2 Classic from my account and move to VPC
asked 2 years agoMigration from Transit VPC to AWS Transit Gateway
Accepted Answerasked 2 years agoErrors migrating EC2 classic instances to VPC
asked a month agoHow can i be sure i'm using EC2-VPC and not EC2-Classic?
asked 4 days agoEC2 to VPC Migration.
Accepted Answerasked a month agoEC2 migration to VPC error systems-manager/automation verifySecurityGroup
asked 3 months agoError with EC2 Classic migration to VPC - paravirtual
asked 2 days agoHave a VPC using a 10.1.0.0/16
Accepted Answerasked 5 years agomigrate a linux with overlayfs to AWS
asked 5 months agoHow to migrate my "m1.small" reserved instances to "t3.small"?
Accepted Answerasked 4 months ago