Can't delete VPC

0

Hi, when I try to delete a vpc I receive this error: Enter image description here

Seems I can't delete it because of the network interfaces, but then when I try to delete them I receive: Enter image description here

So I can't because of the VPC endpoint, then trying to delete it I receive: Enter image description here I can't detach the NIC either.

When I click on details it's not expading to show the errors, so I have no idea what's the issue.

Could I please get some support with this?

Thanks.

Felipe
feita há um mês227 visualizações
1 Resposta
0

Hi THere

Can you try deleting the VPC endpoint using the delete-vpc-endpoints CLI command via CloudShell? It might give more details as to the error

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/delete-vpc-endpoints.html

profile pictureAWS
ESPECIALISTA
Matt-B
respondido há um mês
profile pictureAWS
ESPECIALISTA
avaliado há um mês
  • Thanks, I've got this:

    {
        "Unsuccessful": [
            {
                "Error": {
                    "Code": "InvalidParameter",
                    "Message": "Operation is not allowed for requester-managed VPC endpoints for the service com.amazonaws.vpce.eu-west-1.vpce-svc-0a285c22aead6e080."
                },
                "ResourceId": "vpce-08fb672ed6ebf2598"
            }
        ]
    }
    

    It's a start, will try to solve it now

  • Great! Please take a look at this KB article for troubleshooting deleting requester managed vpc endpoints: https://repost.aws/knowledge-center/vpc-delete-requester-managed-endpoint. You might have Aurora serverless, AWS Network Firewall, RDS Proxy, or a Redshift vpc endpoint. In that case, you need to delete those services which will in turn delete the endpoint.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas