Skip to content

route53: support latency based routing #28722

@badmintoncryer

Description

@badmintoncryer

Describe the feature

In Route 53, there is a latency-based routing feature. I want to implement this using CDK.

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-latency.html

Use Case

In Cfn, this can be implemented by setting the region argument, but it cannot be implemented from L2.

Proposed Solution

Add region props to RecordSet and generate setIdentifier.

new RecordSet(scope, id, {
  ...  
  region: 'ap-northeast-1', // add
})

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.116.1

Environment details (OS name and version, etc.)

irrelevant

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-route53Related to Amazon Route 53effort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions