How to revoke permission to a VPC Endpoint Service and/or force deletion of a VPC Endpoint Service when there is an inbound VPC Endpoint from another account?

0

Currently I am unable to delete a VPC Endpoint Service due to an inbound VPC Endpoint from another account which I don't control. Is there any way to a) revoke the Endpoint permissions and make the Endpoint connection go away, or b) force deletion of the VPC Endpoint Service in my account?

1 Answer
0
Accepted Answer

Self-answering this one... just realized you can 'Reject' a VPC Endpoint even after it's been accepted.

AlexR
answered a year ago
  • Just a clarification for anyone in the future who is reading this -- even after "Rejecting" all connections in the AWS console, it will still not allow you to delete the VPC Endpoint Service.

    In order to forcibly delete the VPC Endpoint Service, you will need to use the AWS CLI with the command aws ec2 delete-vpc-endpoint-service-configurations --service-ids <service_id_to_delete>.

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.

Guidelines for Answering Questions