aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.35k stars 3.77k forks source link

(aws-ecs-patterns): ApplicationLoadBalancedFargateService - Add AAAA DNS record for IPV6 Support #15050

Open rcollette opened 3 years ago

rcollette commented 3 years ago

Include AAAA DNS record in Route53

Use Case

We have government customers that are requiring IPV6 functionality from our services. The ALB fully qualified host names being referenced by A records already have 'dualstack' in them, which indicates an intent to support IPV6, but the AAAA record to publish the actual IPV6 address is not created by this CDK construct.

Proposed Solution

Add a configuration option that results in the creation of both A and AAAA records.

record_type: ApplicationLoadBalancedServiceRecordType.ALIAS_IPV4_IPV6

This is a :rocket: Feature Request

github-actions[bot] commented 2 years ago

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

rcollette commented 2 years ago

keep