cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

[VPC Endpoint + Endpoint Service] - [Cross-Region Private Link] - support for this new feature

Open The-Zona-Zoo opened this issue 11 months ago • 3 comments

Name of the resource

AWS::EC2::VPCEndpoint

Resource name

No response

Description

This is actually a request for 2 services, both AWS::EC2::VPCEndpoint and AWS::EC2::VPCEndpointService. I created the request under endpoint because it is the heavier lift of the 2 when it comes to deploying resources via cloud formation (for example, specifying DNS entries based on the endpoint requires the endpoint to be created successfully).

The request is to support the new AWS Private Link cross-region support as detailed here: https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-cross-region-connectivity-for-aws-privatelink/

Essentially, VPCEndpointService needs to allow specifying the supported regions for the service AND VPCEndpoint needs to support specifying the service region.

The article above outlines exactly what is required for setup in the console, which today is the only way to accomplish this.

Other Details

No response

The-Zona-Zoo avatar Jan 07 '25 22:01 The-Zona-Zoo

Need this feature, got a new infrastructure deployment blocked because of the impossibility of having CloudFormation templates covering cross-region support for VPC endpoint interfaces, regardless of having the option to enable it in Console.

SalomonHenao avatar Feb 25 '25 14:02 SalomonHenao

Same here, still waiting for this to be added, we need to add about 50 odd cross region VPC endpoints, I would really hate to do that manually.

tkrajca avatar May 27 '25 04:05 tkrajca

Please see if this helps: https://github.com/aws/aws-cdk/issues/32785#issuecomment-2858904191

waseem-uddin avatar Jun 12 '25 11:06 waseem-uddin