Questions tagged [amazon-route53]

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

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service. It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications by translating human readable names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other.

608 questions
2
votes
1 answer

Registrar CNAME to route53 hosted zone to ephemeral ELBs

I have a domain "blabla.com" with some registrar. I have a number of ELBs to serve the traffic but their domain names change constantly. I would like to route the blabla.com traffic to the ELBs from within AWS route53 to benefit from the advanced…
benji
  • 487
  • 1
  • 5
  • 11
2
votes
1 answer

AWS S3 Static hosting - How to debug connection timeout?

I am following the Setting up a Static Website Using a Custom Domain tutorial to the letter but something doesn't work and I don't know how to debug it. Custom domain bought on Namecheap: sankey.app 1/ The DNS of sankey.app is correctly directing…
2
votes
2 answers

Add sub domain in AWS Route 53

My domain is example.com I want to add sub domain like subdomain.example.com My domain register in godaddy. I created Hosted Zone in aws route 53 and changed dns in godaddy. example.com working as i want. But, now i want to add sub domain in this…
2
votes
1 answer

IP Failover using Route53

I have 2 Nginx Load balancers, running on AWS, each with an elastic IP address. I want to implement fail-over on them. Can I use Route53 to setup health check, so whenever one server goes down, then the traffic is routed to another server, based on…
Farhan
  • 4,269
  • 11
  • 49
  • 80
2
votes
2 answers

How to add static entries to a AWS Route53 Auto Naming hosted zone?

I am running some of our backend REST services with Amazon ECS (Docker) and they change their public IP on every restart. I'm using AWS Route 53 Auto Naming (aka servicediscovery) to register new A records on the DNS when a new backend instance…
2
votes
2 answers

Public hosted zone records don't work inside VPC

I have some public hosted zone records defined in Route 53. They work normally accessed from any computer, but when accessed from an instance in my production vpc (or any other vpc of my account), it's impossible to reach them. But any other site…
2
votes
1 answer

How should I configure DNS for my GoDaddy domain with CloudFront?

I have a static web application being hosted in an S3 Bucket that I am currently hosting with Amazon CloudFront. It is a travel site, so I would like for users around the world to be able to quickly use it. I also want to use TLS for free with ACM…
2
votes
2 answers

Host website with AWS without using Route 53?

I have a new .com.br domain, and according to this AWS site I can no longer use Route 53 to register new .com.br domains or transfer .com.br domains to Route 53. Does this effectively mean that I cannot host my website using AWS? If not, how would I…
Akitirija
  • 125
  • 4
2
votes
3 answers

How to create an route53 record of the Private IP in Cloudformation

I have a cloudformation script in AWS that creates an EC2 instance, with some firewall rules, S3 mappings and other stuff.. and I create a DNS record in route53 for the public ip of the instance, this works well. Now I need to create another record…
2
votes
1 answer

add alias/cname for www in aws route53 for IIS website

I was using hosting with plesk panel until now, in plesk there would be a CNAME DNS record for the www record like this: HOST | Record Type | Value www.example.com. | CNAME | example.com. now in aws route 53, looking at docs and…
Omu
  • 337
  • 2
  • 6
  • 19
2
votes
1 answer

Location Based URL Redirection in AWS

How would I approach doing a URL redirection that has the following effect: Website: example.com If users come from an Indian IP address: example.com -> india.example.com
2
votes
0 answers

What is best practice design for internal traffic between microservices?

I have two PHP written microservices A & B. Endpoints are a.example.com and b.example.com. Both services need to be public accessible. In addition, service B makes a lot of curl requests to a.example.com while processing. Both services are running…
2
votes
1 answer

DNS server in RBL

While SMTP servers should not be on RBL, to ensure deliverability of emails, what about DNS servers themselves? Does it matter? I am asking this question because multiple Route53 DNS servers are on various RBL, mainly SORBS. I understand that…
2
votes
2 answers

AWS Route 53 and Certificate manager

Because of the confidentiality of the client I can not reveal actual domains. So please bear with me. There is a domain called abc.com already registered outside of AWS. Now I have created a Public Hosted Zone on AWS called xyz.abc.com. It created…
2
votes
1 answer

Use Hosted Zone of Route53 to another AWS Account

I have 2 AWS accounts A and B. There is a hosted zone my-domain.system in account A, which was originally created by AWS. Now I want to create same hosted zone my-domain.system in account B, but don't want to migrate anything. I tried to copy the…
Rajat Gupta
  • 121
  • 1
  • 2