-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Route 53 IP Based Routing Policy #25321
Comments
Hi @mendhak, Thanks for taking the time to raise this feature request. I'll happily look into this and see if I can figure this one out. |
I think that we're going to have to create a new route53 resource called |
Started to actively work on this, going to take some time as the API is very poorly designed. |
|
Hello @bschaatsbergen |
I think we'll go with 2 new resource:
and add a |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
AWS has introduced a new Route 53 IP Based Routing Policy, see: https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-ip-based-routing-for-amazon-route-53/
It seems there is a pre-step to using it though.
First you have to create a CIDR Collection, and associate some CIDRs with it
Then you can create a Route 53 record with a value for the above collection, and another value for '*'.
New or Affected Resource(s)
References
The text was updated successfully, but these errors were encountered: