Saltar al contenido

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?

preguntada hace 3 años592 visualizaciones

3 Respuestas
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

respondido hace 3 años

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?

respondido hace 3 años

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

respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.