(EC2): Add support for dualstack OR ipv6 VPC endpoints #33493
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
AWS Services, i.e., Xray, Wafv2, Workmail, have started to release support for IPv6 or Dualstack for their VPC endpoints.
Use Case
We are migrating our infrastructure to work on IPv6-only or dualstack mode and we would like talk to AWS services through IPv6.
The current workaround is to either 1) write a custom resource to create the VPCEndpoint (or mutate an existing one) and specify the DnsOptions and IpAddressType or 2) use the L1 construct to wire up the VPCEndpoint to use ipv6 or dualstack.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcEndpoint.html
Proposed Solution
The API itself it's trivial,
Other Information
No response
Acknowledgements
CDK version used
2.170.1
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: