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.
Questions tagged [amazon-route53]
2591 questions
41
votes
1 answer
Redirect http:// requests to https:// on AWS API Gateway (using Custom Domains)
I'm using AWS API Gateway with a custom domain. When I try to access https://www.mydomain.com it works perfectly, but when i try http://www.mydomain.com it can't connect.
Is there a way to redirect the http -> https with the custom domain in API…

supersan
- 5,671
- 3
- 45
- 64
41
votes
2 answers
Get hosted zone for cloudfront distribution
I'm trying to use ansible to provision Route53 failover (although the fact I'm using ansible isn't particularly relevant).
I have this task that works:
- name: Route 53 Failover | Add ALIAS
route53:
command: create
zone: "{{ top_level_domain…

Joaquim d'Souza
- 1,416
- 2
- 14
- 25
40
votes
3 answers
CloudFront distribution and AWS issued certificate gives SSL_ERROR_NO_CYPHER_OVERLAP
I can't get the Internet <-> CloudFront <-> S3 Bucket working, using an AWS certificate. This is what I did:
Created a certificate, a wildcard one, like: *.mydomain.example.
Created a S3 bucket, no fiddeling with properties.
Creating a CloudFront…

Wrench
- 4,070
- 4
- 34
- 46
38
votes
5 answers
Redirecting EMails with Amazon SES Service
I am searching a way to redirect email which are sent to a domain whose DNS is Amazon's Route 53 service. E.g. I would like to redirect the email me@example.com to myname@gmail.com. And second@example.com to whatever@live.com. Is this possible to do…

David Graf
- 1,152
- 2
- 13
- 24
35
votes
3 answers
how appoint a subdomain for a s3 bucket?
Good morning,
I am using amazon s3 bucket as the image server.
And I want to use a subdomain of my site, how to address this bucket.
eg: a picture is now in: https://s3-sa-east-1.amazonaws.com/nomeBucket/pasta/imag.png, and I access it through this…

samuel_R
- 501
- 1
- 5
- 18
31
votes
8 answers
Cannot read credentials from /.aws/credentials - PHP script call AWS-SDK
I've looked at every answer on here and it seems my problem is a little different or there hasn't been a proper solution. I'm doing the following in my PHP file:
use Aws\Route53\Route53Client;
$client = Route53Client::factory(array(
'profile'…

Justin H
- 371
- 1
- 3
- 7
31
votes
2 answers
How can I create a Route 53 Record to an ALB? (AWS)
I want to create a new alb and a route53 record that points to it.
I see I have the DNS name: ${aws_lb.MYALB.dns_name}
Is it possible to create a cname to the public DNS name with aws_route53_record resource?

red888
- 27,709
- 55
- 204
- 392
30
votes
3 answers
Code: NoSuchBucket
So I've followed the instructions in this excellent guide for setting up a redirect from sub.my-domain.com to my-domain.com/sub. I've checked and double checked my settings, but when I access sub.my-domain.com I get the error
404 Not Found
Code:…

fredley
- 32,953
- 42
- 145
- 236
29
votes
3 answers
Static IP using Elastic Beanstalk
I need the static IP to allow access to a firewalled network not on the AWS network.
Is it possible to get a static IP for a load balanced app using Elastic Beanstalk? I'm following the AWS docs regarding using Route 53 to host my app with a domain…

Seth
- 659
- 2
- 7
- 21
27
votes
7 answers
Configuring GSuite to work with route 53 - "MX record doesn't have 2 fields" error
I'm doing my best to follow GSuite's out of date instructions for routing emails to Gmail via a AWS Route 53 hosted zone (i.e. domain). Here are the outdated instructions:
I set the Values as instructed:
And I see:
Error occurred
Bad…

stevec
- 41,291
- 27
- 223
- 311
27
votes
2 answers
Route53 and Cloudfront The request could not be satisfied?
I just want to serve my s3 files on cdn.mydomain.com
So I create cloudfront distribution which is working fine on https://dxxxxxxxx.cloudfront.net/test.jpg - I get the image.
And now I want to associate my domain at cdn.domain.com with cloudfront in…

Jon Sud
- 10,211
- 17
- 76
- 174
27
votes
2 answers
Does the * in a CNAME record take priority over explicit subdomains?
I have a set of subdomains defined on my domain like this:
CNAME sub1.example.com -> sub1.herokuapp.com
CNAME sub2.example.com -> sub2.appspot.com
CNAME www.example.com -> example.herokuapp.com
Now I'd like to add CNAME *.example.com ->…

Sudhir Jonathan
- 16,998
- 13
- 66
- 90
27
votes
1 answer
Amazon Route 53 - what do Hosted Zones and Queries mean exactly?
This may seem like a very basic question, well, it is, but I am tad-bit confused after reading about Amazon Route 53 and the FAQs, and wanted to check if I am right.
What are Hosted Zones? In layman-speak, it's the number of domains (example.com,…

its_me
- 10,998
- 25
- 82
- 130
26
votes
4 answers
AWS Api Gateway + Lambda + custom domain (Route53) Missing Authentication Token issue
I am aware that many similar questions have been posted and answered here but none of them is quite the same with what I am experiencing.
I have a Lambda function that handles incoming requests (GET and POST). I also set up an api gateway as public…

jlai
- 909
- 1
- 10
- 17
26
votes
6 answers
Amazon AWS Route 53 Hosted Zone does not work
So I have moved my domain over to Amazon Route 53 and I have made a new hosted zone with all of the correct records, yet when I go to my domain, it gives me the error
dial tcp: lookup verticeinteractive.co.uk on 8.8.4.4:53: server misbehaving
and…

DanielRoberts
- 399
- 1
- 3
- 11