Route 53 record for different region

0

Hi team, we use same aws account in different region for lambda functions and then we're going to onboarding to cloudauth. We need to create different route 53 records for vpcs but they're sharing same name globally. Do we have any solution to it?

asked a year ago594 views
2 Answers
0

Take a look at Route 53 Private Hosted Zone.

profile pictureAWS
EXPERT
kentrad
answered a year ago
0

Hi

So the best way to do this is have a regional DNS entry for each region you are using.
Then apply a global DNS entry that routes to the correct region and applies routing policies to direct traffic. This way you can test each region and manage traffic to each region.

This blog on multi-region HA might help. https://aws.amazon.com/blogs/networking-and-content-delivery/building-highly-resilient-applications-using-amazon-route-53-application-recovery-controller-part-2-multi-region-stack/
Specifically take a look at the section "Failing over user traffic". This shows how you can have regional and global DNS.

Hope this helps.

profile picture
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions