Skip to content

QuickSight with VPC stuck on updating

0

Hi everyone, I have configured VPC via QuickSight and, by mistake, added multiple security groups. Now the configuration is stuck on updating the network interface for more than 12 hours, and the delete option is disabled. How can I remove this configuration or update the security group?

3 Answers
0

I would give it a try from the CLI as a double check. If this doesn't work, I'd open a ticket withsupport.

AWS

answered 3 years ago

0

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

0

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

AWS

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.