- Newest
- Most votes
- Most comments
I would give it a try from the CLI as a double check. If this doesn't work, I'd open a ticket withsupport.
answered 3 years ago
Hi, I didn't find the exact command, only CLI can delete the VPC, due to there is no id except the name. Do you know where can I find it?
answered 3 years ago
Under Manage VPC Connections, you are seeing the VPC Connection stuck with the status of Updating... correct? Here are some commands to look around:
List QuickSight VPC Connections
aws quicksight list-vpc-connections \ --aws-account-id 123456789012 \ --region us-west-2
Describe a VPC Connection
aws quicksight describe-vpc-connection \ --aws-account-id 123456789012 \ --vpc-connection-id test \ --region us-west-2
Delete the VPC Connections
aws quicksight delete-vpc-connection \ --aws-account-id 123456789012 \ --vpc-connection-id test \ --region us-west-2
Try to get the VPC Connection ID from the first two calls and see if the delete command can remove it. Here are the docs for reference: https://docs.aws.amazon.com/quicksight/latest/user/vpc-creating-a-connection-in-quicksight-cli.html
answered 3 years ago
Relevant content
asked 4 years ago
