Questions tagged [amazon-route53]

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.

Docs

2591 questions
25
votes
3 answers

AWS Route 53 integration with Cloudfront error (403)

I deployed a react app to AWS recently after following this tutorial, everything is working fine except when I wanted to integrate a custom domain that I bought recently using AWS Route 53, I get an error (403). For the integration of Route 53 with…
25
votes
1 answer

Create new MX records for Google Apps Amazon Route 53

I'm very new to all things web-development. I have a website registered with Route 53 and am using Amazon Web Services to host the content. I am trying to use Google Apps for Work to get email addresses using the domain, and it's asking me to edit…
Daniel Thorne
  • 477
  • 1
  • 5
  • 12
25
votes
3 answers

Amazon Route 53 Client Exception on creation

I have a problem with amazon sdk for .net while creating an Amazon Route 53 Client calling AWSClientFactory.CreateAmazonRoute53Client(AccessKeyID, SecretAccessKeyID); I get an Exception that tells "No RegionEndPoint or ServiceURL…
user1631477
  • 249
  • 1
  • 3
  • 4
25
votes
3 answers

Route 53 Record Set on Different Port

I'm a ruby dev and I just started to learn some Node.js. I'm running an instance on AWS to host my rails apps with passenger + nginx listening on port 80. Now I would like to host a node.js app on the same instance (t1-micro) and put it to listen on…
gverri
  • 389
  • 1
  • 3
  • 11
24
votes
3 answers

How can I call my AWS Lambda function URL via a custom domain?

I have created an AWS Lambda with the new function URL feature enabled. Since the URL isn't that easy to remember, I would like to create a Route 53 alias like lambda.mywebsite.com. There is no Route 53 alias for Lambda function URLs in the…
Kaguei Nakueka
  • 993
  • 2
  • 13
  • 34
24
votes
4 answers

Adding SSL to domain hosted on route 53 AWS

I have added an IP to route 53 to make it a domain name and its working fine. But I dont know how could I add an ssl to that domain. Can anyone please refer me something how to do it?
Junaid Farooq
  • 2,484
  • 5
  • 26
  • 63
23
votes
2 answers

Terraform: Referencing resources created in for_each in another resource

When I had a single hosted zone it was easy for me to create the zone and then create the NS records for the zone in the delegating account by referencing the hosted zone by name. Edit To try to avoid confusion this is what I wanted to achieve but…
berimbolo
  • 3,319
  • 8
  • 43
  • 78
23
votes
3 answers

Why error, "alias target name does not lie within the target zone" in Terraform aws_route53_record?

With Terraform 0.12, I am creating a static web site in an S3 bucket: ... resource "aws_s3_bucket" "www" { bucket = "example.com" acl = "public-read" policy = <<-POLICY { "Version": "2012-10-17", "Statement": [{ …
John McGehee
  • 9,117
  • 9
  • 42
  • 50
23
votes
2 answers

Elastic Load Balancer (ELB) and Route 53 in AWS

I'm new to AWS and just started learning it. Load Balancing is something that is common which we will use for load distribution when we have multiple servers. Here, when I learnt about Route 53 in AWS, it sounds similar to load balancing. Although…
Arun Palanisamy
  • 5,281
  • 6
  • 28
  • 53
23
votes
13 answers

Are there any Amazon Route 53 GUI tools?

Do you know any Amazon Route 53 GUI tools out there, other than MyR53DNS?
Marcin
  • 5,469
  • 15
  • 55
  • 69
23
votes
2 answers

AWS Route53: Private and public hosted zones under the same domain

I've read through all the AWS docs I can find and GoogleFoo has not resulted in anything. My case here is we have one domain example.com and up to now we have used it only for Public records. There is one Hosted Zone set to Public. I want to now…
beefaroni
  • 971
  • 1
  • 6
  • 7
22
votes
1 answer

Can I use AWS route 53 and Cloudflare at the same time?

Currently, I am using Route53 to manage my domains, subdomains etc. But I want to add DDoS protection to my endpoints. So I want to use Cloudflare also. But I couldn't find a way to use two of them at the same time, can I put Cloudflare dos…
21
votes
2 answers

Amazon Route 53 DNSSEC support

We are trying to decide which DNS hosting solution to use. Today we use Power DNS and we want to move to a hosted DNS solution. The best solution for us would be using Amazon's Route 53 for this. We are mandated to use DNSSEC for our DNS solution…
royeet
  • 829
  • 1
  • 9
  • 12
20
votes
5 answers

What is the simplest way to assign DNS name to EC2 instance using Route 53 service?

I have got a domain registered with GoDaddy and an EC2 instance with public elastic IP and I'm trying to use Amazon "Route 53" service to map the DNS name to my instance. In online documentation there is a very complex example of using Perl…
20
votes
4 answers

How to disable access to cloudfront via the *.cloudfront.net url?

I created an AOI to restrict access of the s3 bucket to public. So you can not access the s3 objects via the s3 endpoint but cloudfront can access all those objects and serve them. I setup an Alternate Domain Names and add the SSL Certificate for…
rolele
  • 781
  • 9
  • 24