[VPC Endpoint + Endpoint Service] - [Cross-Region Private Link] - support for this new feature
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
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.
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.
Please see if this helps: https://github.com/aws/aws-cdk/issues/32785#issuecomment-2858904191