Questions tagged [amazon-route53]

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.

Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

AWS Amplify SSL configuration pending

I am setting up AWS Amplify to build, deploy and host one of my application written in Angular. Everything is working with Amplify domain. Now I am trying to configure a custom domain to Amplify, but ...
Happy Coder's user avatar
0 votes
1 answer
501 views

AWS Route 53 Alias Record not published

I am hosting a website under the domain www.onomasticon.net . The website is a static website, hosted on AWS Cloudfront, serving from an S3 bucket. It's working OK. I also want to make this site ...
zmbq's user avatar
  • 675
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
0 votes
1 answer
627 views

Route 53 Health Checks and CloudWatch Event(s)

I have a Route 53 health check configured that is used to move a web site in and out of "maintenance mode" in the event that the checks fail. Works all very lovely and automated. The Route 53 health ...
Chris_K's user avatar
  • 3,444
0 votes
0 answers
521 views

In DNS, how do I delegate just the zone apex to a different nameserver?

I have a domain with two completely distinct backends, as follows: The zone apex (example.com) serves a CloudFront distribution All other subdomains (*.example.com) point to a load balancer with an ...
mittelmania's user avatar
1 vote
1 answer
297 views

Route53, A record with alias and ip at the same time?

I have a Route53 A record alias to my ELB for example.com (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-elb-load-balancer.html) and I'm trying to connect domain example.com to ...
eugene's user avatar
  • 139
2 votes
2 answers
864 views

Redirecting HTTPS -> HTTPS on AWS?

I have a static website w/ S3 + Route53 + Cloudfront set up. I am successfully able to do the following redirects: http://example.com -> https://example.com http://www.example.com -> https://example....
Andrew's user avatar
  • 121
1 vote
1 answer
2k views

AWS alb and DNS routing

I have example.com behind ALB Since I'm using external DNS service other than route53, I created a CNAME in my DNS service such as some-unique-name.ap-northeast-2.elb.amazonaws.com pointing to ...
eugene's user avatar
  • 139
-2 votes
1 answer
867 views

Intermittent DNS failures [closed]

We have intermittent DNS failures. Upon troubleshooting we found from our server, (where the domain is pointed to) gives connection timeout when queried against few TLD ns. Ex: dig domain @tldns (...
Bandari Hema's user avatar
5 votes
1 answer
10k views

Should I transfer my domain to AWS? AWS Route53 price vs GoDaddy [closed]

I'm thinking about transferring my domains from GoDaddy to AWS Route53. But I'm a little confused about the pricing format of AWS. In GoDaddy you just pay to register the domain name each year and ...
Alvaro Bataller's user avatar
0 votes
2 answers
2k views

How many resource records for multiple MX values?

I'm trying to write a general interface that can be used for setting resource records in a DNS service such as AWS Route 53. Things seemed to be working until I noticed that Route 53 replaced my first ...
Garret Wilson's user avatar
0 votes
3 answers
280 views

Forward Route53 to another DNS provider

I have many customer websites set up using Route53 as the DNS provider. I've switched over to using CloudFlare DNS for newer websites and would like to migrate these older sites over to the same DNS ...
Mike's user avatar
  • 103
0 votes
1 answer
849 views

How can you Reduce Downtime with a Name Server Change?

I am planning to change the registration of a domain from Hover to AWS. In preparation, I am first going to change the Name Servers over from Hovers own DNS to Amazons Route 53. Currently, I have ...
ShadowZzz's user avatar
  • 107
3 votes
2 answers
694 views

Route53 stopped resolving DNS entries

As per the title. Last week, my TXT and other DNS records on Route53 stopped resolving: https://dnschecker.org/#TXT/thuijls.net The entries are set like: What else could be missing here? As far as ...
Jorg's user avatar
  • 147
1 vote
1 answer
1k views

AWS certificate renewal

I received an email from AWS that instructs me to renew my SSL certificate for my domain. My certificate is managed by ACM and my DNS is hosted in Route 53. I follow the instructions provided on ...
Luke's user avatar
  • 3,826
0 votes
0 answers
183 views

Aws EC2 and Route 53 connection

I'm trying to connect domain (bought with Amazon r53) and EC2 instance. So far I have got elastic IP and attached to the instance added that elastic IP to r53 traffic record (A, TTL 300, simple ...
Juffin's user avatar
  • 1
3 votes
1 answer
367 views

Moving DNS hosting for Active site to Route 53 - with G Suite MX TTL of 1 week

I am following the steps outlined in this AWS guide to transfer my domain hosting from GoDaddy to AWS. Step 4 requires me to lower TTL for my existing NS Record to avoid downtime if I encounter issues....
cash22's user avatar
  • 133
2 votes
2 answers
2k views

NS and SOA records not propagated after migration from Route 53

I recently transferred a domain helloorbital.com from GoDaddy to Route 53. However, when I used WhatsMyDNS to check my SOA and NS records, they are still pointing to the old registrar's records, how ...
chongzixin's user avatar
0 votes
1 answer
380 views

Can I register a domain and have zero DNS records?

Is it bad practice to register a domain for future use and not assosiate any DNS records with it. For example say I purchase hello.com and goodbye.com and set the nameservers to my AWS R53 ...
jonholdridge4's user avatar
0 votes
1 answer
832 views

Connect AWS SSL certificate to Intercom Articles

We have our support articles in Intercom Articles and need to attach a SSL certificate to the subdomain support.packaly.com. Intercom does not offer its own certificate so we need to do it through AWS....
Axel Dekker's user avatar
1 vote
2 answers
1k views

Custom subdomain on Route 53 pointing to cloudfront distribution and s3 static website not working

I'm trying to configure a custom domain name ("test.example.com") transferred to Route 53, pointing towards an S3 static website bucket ("test.example.com"), through the use of a cloudfront ...
Josef's user avatar
  • 11
0 votes
1 answer
1k views

DNS name for FTP server using Route 53

My domain name is my-domain.com All my servers are hosted on AWS. I have setup an FTP Server, which can be accessed through it's public IP: 1.2.3.4 I want to be able to access the FTP server ...
Hooman Bahreini's user avatar
3 votes
1 answer
2k views

Will Route 53 geolocation routing behind CloudFront operate on users or edge location?

If I've got CloudFront set up with the origin being an address in Route 53, and geolocation routing for record in Route 53, will Route 53 do the geolocation based on the CloudFront edge location IP or ...
Ian R.B.'s user avatar
  • 133
0 votes
1 answer
3k views

Registered domain with AWS Route 53 now routes to ghandi.net?

I registered a new domain in .news TLD (example.news) with Route53. I created a corresponding S3 public bucket (www.example.news) with a single index.html that says hello world. I made the necessary ...
Zack's user avatar
  • 109
1 vote
0 answers
860 views

How does AWS Route 53 weighted routing policy record TTL affect clients after expiration?

Say I'm testing a new version of my application and I create a weighted routing policy for my domain that sends 25% of users to the new version and the remaining users to the old version. A user ...
Dave Rager's user avatar
0 votes
1 answer
218 views

Using Route53 for web hosting but moving email to 1&1

I have recently moved a domain from 1&1 to AWS Route53. On successful transfer, I've configured Record sets for MX NS SOA TXT CNAME My understanding is that from now onwards AWS manages web ...
user4826347's user avatar
0 votes
0 answers
106 views

Recently switched ISP, having trouble with AWS

As the title says recently my office has switched ISP's and since switching we've been having some trouble with AWS. I've done my best to cover troubleshooting to the best of my ability to resolve ...
Scott Young's user avatar
-2 votes
1 answer
48 views

Multi DNS provider setup

If I setup DNS records for a zone to sync between AWS Route53 and Cloudflare, do I set the nameservers at my registar to both Cloudflare nameservers (brad.ns.cloudflare.com, beth.ns.cloudflare.com) ...
Justin's user avatar
  • 5,388
4 votes
2 answers
4k views

How resolve Route53 private dns name inside EC2 instances?

In AWS, I have created a VPC lets call it "myVPC". I have 2 instances inside a public subnet in myVPC with auto-set private IP addresses below: 10.0.0.10 10.0.0.11 ICMP is open by setting correct ...
Shnd's user avatar
  • 275
1 vote
1 answer
558 views

Cannot resolve private DNS names in private hosted zone

I have a VPC in AWS, and I want to create aliases for some of my resources on the network. For example, I want to be able to connect to my RDS database with "databasehost". However, I also still want ...
PMah's user avatar
  • 131
1 vote
2 answers
843 views

HTTPS works only with Load Balancer DNS - AWS

I have a problem with HTTPS configuration on AWS hope you can help. What I already have: EC2 - with Elastic IP, open ports screen shot with security group. Load Balancer attached to EC2 (with same ...
JEX's user avatar
  • 23
1 vote
1 answer
2k views

SPF record longer than 255 characters in AWS Route53

I saw that there's been a couple questions on here that ask the same thing. However, personally, I don't grasp the hint provided. Yes, I've seen https://kb.isc.org/docs/aa-00356 and it only made ...
Matthew Morcaldi's user avatar
0 votes
1 answer
321 views

Sub domain with digitalocean + Amazon Route + Hostgator

I have two domains, www.domain1.com and www.domain2.net. www.domain1.com is hosted by digitalocean www.domain2.net is hosted by hostgator shared plan. (website hosting) The zone file of www.domain1....
Juan Carlos Loáisiga Montiel's user avatar
1 vote
1 answer
819 views

Using an Elastic Load Balancer without Route53

We have setup an Elastic Beanstalk environment that spins up EC2 instances and adds a classic load balancer in front of them. Typically, you would set your DNS to Route53's name servers and then use ...
GBWDev's user avatar
  • 111
1 vote
0 answers
772 views

Connect to Aurora RDS MySQL instance over AWS Direct Connect

We have created an Aurora RDS MySQL instance in us-east-1 region that has public accessibility as "No". The RDS instance is inside of our VPC which is also connected with VGW for Direct Connect for ...
Anjan Biswas's user avatar
1 vote
1 answer
5k views

Terraform Error for AWS route53 zone - no matching Route53Zone found

I am creating a AWS route53 zone. Here is my code. create zone resource "aws_route53_zone" "kubetest" { name = "kubetest.com" } Then using data to get details data "aws_route53_zone" "selected"...
sanjayparmar's user avatar
1 vote
1 answer
650 views

AWS Load Balancer: changing A record

I have inherited a website that uses AWS for DNS and load balancing. However, the website will be migrated away to another server and won't need load balancing anymore. DNS will remain at AWS. I would ...
user avatar
1 vote
0 answers
270 views

How to add subdomain with nginx and route 53?

I have let's say example.com and it's running on EC2 instance with nginx and i need to run api.example.com on the same ip of the EC2 instance as example.com i tried to create record set in route 53 ...
jerichofs's user avatar
4 votes
1 answer
16k views

dig output missing answer section

I recently got a new domain (lets call it testdomain.extample) from Route53 on Amazon. I further have a classic load balancer from AWS that I want requests to be forwarded to when somebody visits www....
user2399453's user avatar
3 votes
2 answers
2k views

AWS Route53 - Getting simple metrics such as "number of requests in the last 24hrs"

My goal is to get a simple "# of requests per day" value against a Route 53 hosted zone. I see no straightforward way to do this. I have created the query logging as explained here: https://docs....
emmdee's user avatar
  • 2,227
1 vote
1 answer
2k views

DNS resolving to old IP address after one week

Our previous AWS account was hacked last week, on 03/30/2019. We've lost access to it, and had to make a new one. Our domains are registered at registro.br , and we delegate DNS resolution to Route ...
bsam's user avatar
  • 119
1 vote
2 answers
2k views

Setting dynamic inventory hostnames from Ansible

I'm setting up a bunch of up to 150 temporary EC2 servers for a hands-on tutorial session. I'm successfully creating EC2 inventory dynamically and running roles against the instances that are created ...
Synchro's user avatar
  • 3,190
0 votes
1 answer
1k views

How to get subdomain in Route 53 to resolve to Internet-facing Elastic Load Balancer?

I own a domain, call it doggos.lol that uses Route 53 for DNS. I want to create a subdomain elb.doggos.lol that resolves to the public DNS of an ELB. I created a CNAME to route elb.doggos.lol to an ...
Neil Philip's user avatar
1 vote
1 answer
499 views

Access private API from a domain hosted in AWS

I'm trying to make private AWS lambda call made through API gateway and I don't find the right answer on the internet, probably because I'm a beginner in AWS website management. The closest source I ...
Jean-Baptiste's user avatar
0 votes
0 answers
75 views

Route53 Health Checks - unhealthy sets still being served

I have a set of 4 load balancers, each with it's own A record for mydomain.bla Each record is something like: * Alias: No * TTL: 60s * Value: an IP address of a specific server * Routing policy: ...
Danielle M.'s user avatar
1 vote
2 answers
69 views

AWS Route53 Aliasing

I have an AWS Elastic Beanstalk environment running my website. There's an existing domain which I would like to use for the AWS-hosted website. So far I've got it working by copying the four AWS ...
mo_st's user avatar
  • 39
3 votes
1 answer
2k views

Conditional forwarding to AWS Route 53 nameserver fails validation

I am attempting to do conditional forwarding of a particular zone to a set of Amazon Route 53 nameservers that are authoritative for that zone. When I try to add the nameservers, it fails validation, ...
wfaulk's user avatar
  • 6,938
2 votes
1 answer
97 views

How to set up no www on Route 53, site hosted by Glitch.com?

I’m trying to set up my site, www.jdipasquale.com to be found without including the www at the start. I’m confused on how to set this up in my Route 53. I heard I need to find some sort of IP or host ...
Jerry D's user avatar
  • 123
1 vote
1 answer
172 views

Why is Route 53 forwarding traffic using the wildcard rule instead of the most specific one?

I have a private hosted zone on Route 53 for the domain name: dev.example.com There's one CNAME record that routes traffic to an Elastic Load Balancer: *.dev.example.com. CNAME xyz.elb.amazonaws....
Nix's user avatar
  • 11
-1 votes
1 answer
95 views

AWS Route 53. What does the 53 stand for?

I know Route53 is a domain name system used for routing but what is the 53 reference to? I looked up a few articles but couldn't find anything.
aandis's user avatar
  • 176

1 2 3
4
5
13