amazon-route53 Questions

2

Solved

I have created a private hosted zone on AWS Route 53. I want to know what is the best way to create certificates for an internal load balancer that has a record entry in the private hosted zo...
Redskin asked 9/11, 2017 at 23:26

11

I have been following the facebook bot setup guide and have setup a callback url that is running on an EC2 instance. I am getting an error (see title of this) when trying to validate the callback ...

5

I am using aws cli to create and delete DNS record in Route 53. I am not sure about the payload or the command that has to be used. As per this link, I created this payload, but it's not working. T...
Augmenter asked 4/6, 2020 at 10:33

3

Solved

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_rec...

6

Solved

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 as...

9

Solved

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 inst...

9

I have a domain example.com. I have a S3 bucket named example.com setup with an index.html file that works. Now I like to create two subfolders called old and new, each containing a separate versio...

5

Solved

Problem I want to host multiple websites, each with ssl(https) and to not have to spend more than I have to. I would also like to keep using Route53 if possible(but not necessary) because I under...

2

I have transferred my domain to Route53 and I want Amazon Certificate Manager to issue a certificate for this domain. I followed the steps in the console to issue the certificate, the "Create recor...
Chablis asked 24/6, 2019 at 10:6

8

I have requested a public ACM certificate and I have selected the DNS validation method. After requesting the certificate it went to Pending validation state. I have created a hosted zone in Route ...
Marlite asked 29/6, 2021 at 11:14

4

Solved

Introduction I have some TypeScript code that uses CDK to create an API Gateway and a Lambda. It works and deploys to a standard AWS URL. So far so good. I now need to transfer the API Gateway so t...

3

Solved

I bought a domain not from AWS and setted it up using route 53 with amazon. The ec2 instance is just running from 2 days without any server running on it (I'm still working on the coding part) but ...
Herzel asked 22/7, 2017 at 14:58

5

Solved

I am newbie to Amazon Services and their API. Using Amazon route53Clinet class, I know there is a method getHostedZone which get the Hosted Zone information on the basis of ID. But I have a case ...
Parham asked 11/4, 2016 at 8:54

6

I am trying to set up a CF distribution with custom origin name that points to a custom domain setup in Route53 with latency based routing (to multiple regions). This is because Regional API doesn'...

7

Solved

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 vertice...
Quiberon asked 13/3, 2016 at 12:3

11

I’m trying to add a route 53 record set that points to my cloudfront distribution. However, when I select ‘create record set’ in route 53 and click the alias target in the subsequent panel, the clo...
Rhiannonrhianon asked 3/6, 2015 at 5:57

3

Solved

I use Cloudflare to generate SSL and AWS Amplify to host the project. I would like to configure Cloudflare to point to AWS Amplify project. These are the current DNS records, which points to the c...
Longley asked 21/4, 2020 at 15:50

3

I have a public hosted zone at AWS Route 53. Just for the simplicity let's call the domain "foo.com". Which I bought a certificate for from Comodo. I have a CNAME type record for the subdomain "ba...
Comprehend asked 16/7, 2018 at 5:43

3

Solved

I'm using Elastic Beanstalk and I've followed the instructions to deploy my app using the express web server as follow: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_nodejs_ex...

7

Solved

I would like to export a DNS zonefile from my Amazon Route 53 setup. Is this possible, or can zonefiles only be created manually? (e.g. through http://www.zonefile.org/?lang=en)
Atonal asked 2/12, 2013 at 21:1

2

Solved

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 rout...

5

1.I have a domain purchased through godaddy. I have set custom DNS and added 4 name servers generated by the hosted zone in AWS Route 53. DNS lookup through whois.net shows the correct values. 2.I...

3

Solved

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.m...
Trengganu asked 24/1, 2014 at 14:48

3

Solved

I have a VPC in my AWS account peered to a VPC of a partners account. The partner account has Route 53 resolvers to resolve DNS within domain.com to IPs in their peered VPC. I've associated my VPC ...
Bertine asked 14/8, 2020 at 2:38

3

Solved

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": "2...
Crosscurrent asked 3/1, 2020 at 19:44

© 2022 - 2025 — McMap. All rights reserved.