All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
411 views

How Do I Setup Subdomains in Private AWS VPC?

I have a domain registered at GoDaddy. Let's call it acme.com. Servers that are publicly available have their subdomains registered at GoDaddy. Example: www.acme.com and service-a.acme.com. I have a ...
YoungDinosaur's user avatar
3 votes
1 answer
1k views

How to setup Client VPN Endpoint to use AWS DNS?

I'm trying to allow VPN users to use Private Route53 DNS entries. Eg: a private hosted zone example.corp issuing DNS records on the local network. At the moment I can't even find the right set of ...
Philip Couling's user avatar
0 votes
2 answers
236 views

Does AWS Route 53 private DNS work with Latency Based Routing?

Looking to setup a private DNS hosted zone in AWS Route 53. I would like to know if this configuration supports Latency Based Routing.
BillMan's user avatar
  • 164
0 votes
2 answers
2k views

AWS route 53 inbound resolver endpoints vs using .2 address in a VPC

I am looking to resolve addresses in a private hosted zone network using customised forwarding rules configured in an on-prem DNS service. The forwarding rule would effectively say, "for my ...
shonky linux user's user avatar
0 votes
1 answer
2k views

Fix Failed DNS Lookups Caching on VPN

I have an OpenVPN instance on AWS I'm using to control access to admin tools. I have an internal Route53 zone and a BIND instance which OpenVPN sets as the client DNS. Everything works great, except ...
Paul's user avatar
  • 53
1 vote
1 answer
9k views

Is it possible to force update of Route53 DNS resolver cache in AWS when IP changes?

I have several VPC's set up in AWS, and all of my instances use provisioned IP addresses, that is - not using Elastic IP Addresses. When any given instance boots up, it executes a script on the ...
Barry Chapman's user avatar
6 votes
1 answer
7k views

HAProxy doesn't automatically reload DNS

I've installed HAProxy 1.7.5-2 on a Debian Stretch (9) for a blue/green deployment infrastructure. HAProxy is setup in TCP mode and reloads DNS every 5 seconds but it doesn't. global log 127.0.0....
Kaymaz's user avatar
  • 243
1 vote
1 answer
3k views

DNS record with same name for A and NS record types

I am not sure of this but was trying to understand if the two DNS records of the record of 'A' and 'NS' type can have the same in the domain? like: A.m.b.example NS -> [ NS servers ] A.m.b....
Nikhil Mulley's user avatar
0 votes
0 answers
38 views

DNS does not Resolve via Internal Domain Controller

When I want to create a new DNS name e.g. foo.example.com, I add it to Amazon AWS's Route 53, so it becomes available on the internet. However, when navigating to the address from inside my companies ...
Muhammad Rehan Saeed's user avatar
2 votes
3 answers
3k views

Resolving route53 private hosted zone cnames internally

We have a DNS server outside of AWS, inside we have route53 with some private hosted zones. I want cnames on the private hosted zones to be available internally (when you access them inside the office)...
DorianT's user avatar
  • 31
2 votes
2 answers
9k views

subdomain on route53 private hosted Zone

I have been trying to setup a Private Hosted Zone in route53 with current associated VPCs in eu-west-1 and will soon add more. I have conformed that my VPC has DNS resolution option set to yes and ...
mezi's user avatar
  • 149
4 votes
2 answers
8k views

How to set up an internal domain with Route53 on AWS?

I have a VPC on Amazon. Currently, it's running bind9 on one of the servers. It has records like this: build IN A 172.aa.bb.cc dev IN A 172.xx.yy.zz This ...
Jorn's user avatar
  • 521
0 votes
0 answers
102 views

"Recursive" Wildcard DNS for Amazon Route 53 [duplicate]

The title of the question might be misleading because I'm not an expert and I'm trying to learn the proper terminology. That being said, I'm wondering if it's possible to setup a wildcard DNS record ...
Brian's user avatar
  • 109