1 Answer
- Newest
- Most votes
- Most comments
1
If you are using the AWS route53 vpc resolver then you will need to setup route53 outbound endpoints in the vpc of where your eks is.
Then you will need to create a rule for the dns domain you are trying to resolve along with any domains which are included in cname records.
The rules define the domains, endpoints and name servers to resolve on prem host names.
You can instead have these in a central network account as such and share them to each vpc using RAM.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver-forwarding-outbound-queries.html
Relevant content
- asked a year ago
- asked 2 years ago
- asked 4 months ago
- asked a year ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Understood. Thank you Gary!
Come back with any questions but this should meet your requirement.