Direkt zum Inhalt

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 Antworten
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

beantwortet vor 3 Jahren

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?

beantwortet vor 3 Jahren

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

beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.