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
0
votes
1 answer
Using just Terraform scripts, how can I reuse an existing AWS Route53 zone record
Is there a way to get around the fact that there is not no data object defined for an aws_route53_record?
I am using the AWS Parameters Manager to store the object ID's of the resources that I want to share across different projects. In a static…

A. Rick
- 649
- 5
- 11
0
votes
2 answers
How to delete AWS resource that are not created by the stack?
I have a CDK project which creates certain AWS resources including VPC Endpoints. The side-effect is that the corresponding Route53 hosted zone/records will be created by some other services for each VPC Endpoints, the problem is that the hosted…

Yamazaki
- 3
- 2
0
votes
1 answer
Why is my ISP IONOS when my site is hosted on AWS?
Hoping someone can shed some light on a question I have...
My website is hosted on AWS Route 53, however when I scan my domain name on cyberscan and similar sites, it surfaces IP addresses hosted on IONOS.
We don't have an IONOS account so I don't…

pbright
- 13
- 2
0
votes
1 answer
Redirect domain to different ports based on subdomain - AWS
I have a EC2 instance on which I am running a React App and a domain from Route 53, for example xyz.com.
For this xyz.com I have two subdomains say www.xyz.com and demo.xyz.com.
Now, traditionally my React App serves on PORT 3000 on this instance. I…

vaibhav deep
- 655
- 1
- 8
- 27
0
votes
0 answers
I have two AWS hosted zones for my website. One with www and one without, both point to the same nameservers and IP address. Only one of them works
Is it correct practice to have two hosted zones for the same site - one with www prefix and the other without? I want either www.example.com or example.com to reach the same IP address. Finding it hard to get a definitive answer!

user8639588
- 43
- 1
- 1
- 7
0
votes
0 answers
How can I install SSL on an EC2 instance
I have my Wordpress site running on a Ec2 instance , How can connect with it using http.
I have done below configuration in .conf file. Everything in Ec2 file, I can see if I use Bitnami AMI it is very easy to configure but not sure or getting any…

waseem mir
- 21
- 5
0
votes
1 answer
Route 53 health checks: CloudWatch didn't have enough data to determine the state of the alarm
I have configured a health check in Route53 that monitors an alarm for API gateway.
For some reason this health check doesn't change its status from healthy to unhealthy, even though the alarm is IN ALARM state. I set the alarm status using the AWS…

elena
- 3,740
- 5
- 27
- 38
0
votes
1 answer
How to add PTR record for EC2 Instance's Private IP in CDK?
I've two private hosted zones created for populating A records and PTR records corresponding to my EC2 instance's private ip. Yes, it's the private ip that I need. This subnet is routed to our corporate data center, so we need non-cryptic hostnames…

Roby
- 23
- 4
0
votes
2 answers
Sorting All Route 53 Domain Names and Comparing with EC2 Instances
My task is to clear out our Route 53 from all the old Domain names. We have 700 records but only 200 running instances.
I have tried AWS CLI to get the EC2 instances IP address which worked fine.
I can't seem to make a correct query on Route 53 CLI…

QuestioningQuest
- 3
- 3
0
votes
2 answers
How do I limit an AWS S3 HTML bucket to VPN users only?
We have a complex AWS organization with many accounts. I need to allow web browser access to an S3 HTML bucket that is limited to the VPN private IP subnet users only.
I created a VPC Interface endpoint and gave it a Route 53 alias. It's in a…

joel3000
- 1,249
- 11
- 22
0
votes
0 answers
Route traffic from AWS domain to Wix hosted domain
I have a domain hosted on AWS (www.example.com) and it works fine. I have now a temporary need to route traffic from this domain to a temporary Wix hosted domain (www.example.net). I've tried making a CNAME to simply route from www.example.com to…

somethingstrang
- 1,079
- 2
- 14
- 29
0
votes
1 answer
How do I make AWS validate my cross-account subdomain certificate?
In AWS account X, I already have a hosted zone and a valid certificate for my domain, mydomain.com.
In AWS account Y, I would like to create a subdomain mysubdomain.mydomain.com and create a certificate for that subdomain.
In account Y I requested a…

fblundun
- 987
- 7
- 19
0
votes
1 answer
Does Route 53 have a minimum TTL?
Does Amazon Route 53 have a minimum TTL?

Jo Liss
- 30,333
- 19
- 121
- 170
0
votes
1 answer
AWS ACM two certificates with same domain
I created a first certificate in AWS ACM like *.dev.mydomain.com then I created the records in Route 53 and it worked.
Now i'm trying to create a new certificate with the domain *.dev.mydomain.com and an additional name like…

nomopo
- 53
- 1
- 10
0
votes
0 answers
How to add a custom subdomain to netlify if the domain is hosted in AWS, using Route53?
I have a domain mydomain.com, hosted in AWS. This domain is added as a hosted zone in AWS Route53, so that I can manage all subdomains from there. I have a netlify url like https://my-netlify-address.netlify.app. I would like to customize netlify…

Alfred
- 21,058
- 61
- 167
- 249