route53: support IP-based routing #28801
Labels
@aws-cdk/aws-route53
Related to Amazon Route 53
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
I want to enable the configuration of IP-based routing in Route 53 through the L2 construct.
Use Case
Currently, to configure IP-based routing in Route 53, it is necessary to use L1 constructs.
Proposed Solution
I believe that generating CfnCidrCollection within the recordSet constructor allows for intuitive configuration.
However, additional handling is required when sharing the same collection across different RecordSets.
IP-based routing resource record sets reference a location in a collection, and all resource record sets for the same record set name and type must reference the same collection. For example, if you create websites in two Regions and want to direct DNS queries from two different CIDR locations to a specific website based on the originating IP addresses, then both of those locations must be listed in the same CIDR collection.
Other Information
No response
Acknowledgements
CDK version used
2.116.0
Environment details (OS name and version, etc.)
irrelevant
The text was updated successfully, but these errors were encountered: