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
0
votes
1 answer

delegating subdomain traffic from godaddy to route53

I have a domain in godaddy like testakc.com and trying to route traffic for my subdomain app.testakc.com to AWS Route53. My app is hosted in AWS. So, I am trying to route my traffic from godaddy to Route53. So, created a HostedZone for…
user1578872
  • 7,808
  • 29
  • 108
  • 206
0
votes
1 answer

Multiple private DNS zones for different domains in the same AWS VPC

I have read some of the AWS documents but could not find an exact answer. I am looking to have different domains resolving internally inside the same VPC. Something like this: domain1.internal (dns zone Z1) domain2.internal (dns zone Z2) Both…
0
votes
1 answer

Cloudfront domain defaults to HTTP when HTTPS is available

Similarly to other stacks, I have hosted a website using AWS services: Registered domain on Route 53 (example.net) Content is hosted on an S3 bucket Got an SSL certificate using AWS Certificate Manager Created a CloudFront distribution, pointed it…
0
votes
2 answers

What is AmazonProvidedDNS IP address?

from AWS doc, it states that the Amazon DNS Server would be the Base of your VPC network range plus two. I'm confused if this server is also the same AmazonProvidedDNS that you set in your dhcp option sets. The Amazon DNS server does not reside…
edmamerto
  • 7,605
  • 11
  • 42
  • 66
0
votes
0 answers

Update route53 domain registrant contact information via aws cli

Hopefully someone out there can help me because I can't seem to find the answer in any of the documentation or code. I'm attempting to standardize the domain contact info for our domains registered in route53 after my company's recent name change. I…
jaumann
  • 123
  • 1
  • 6
0
votes
1 answer

How can I associate multiple domain name with one record in Route53?

I am thinking to use AWS Route53 to balance traffic among multiple domain names. According AWS doc: Associating multiple IP addresses with a single record is often used for balancing the load of geographically-distributed web servers. Amazon Route…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523
0
votes
1 answer

Data is not refreshing after new publish AWS site

I use DNS of a Hosted Zone of Route 53 on a Godaddy domain. Also, I create an AWS certificate, CloudFront distribution, and a S3 Bucket for my static website. So I have my site with an SSL certificate working correctly. The issue starts when I need…
Jesus
  • 331
  • 1
  • 4
  • 19
0
votes
1 answer

Can we have two subdomains as foo.bar.example.com and *.bar.example.com?

I have two subdomains in amazon route53: *.bar.example.com and foo.bar.example.com and in the backend the two microservices they were hitting was different which we defined in ingress resource rules. When we hit foo.bar.example.com will it…
0
votes
2 answers

Not able to access to my server with domain registered in route53 but can access via its ec2 ip address

I've a domain(http://yurr.app) I add it in route53 hosted zone and point the a record to ec2 ip(http://3.84.101.4/). I checked dns checker and my domain pointing to the ip I added I can access my ip and can see it but I can't visit it with my…
zia sultan
  • 340
  • 3
  • 17
0
votes
1 answer

Is there a way to have an AWS spot instance register with route53 on boot?

We have some test, dev and ci servers that we have setup as long running persistent spot instances mapped to specific domains using route53. This works great - we get the savings, we can allocate these without too much concern about cost but every…
0
votes
0 answers

How to redirect my Amazon Lightsail domain to a facebook page?

I have a wordpress on Amazon Lightsail on let's say MyWebsite.com, however, while the worldpress is under construction, I want everyone that visits MyWebsite.com to be redirected to my facebook page, let's say facebook.com/MyPage When the wordpress…
N1h1l1sT
  • 105
  • 1
  • 11
0
votes
1 answer

Re-routing from LoadBalancer to custom domain name

I have installed prometheus-stack on EKS. When I configure each of the services as LoadBalancer, I get an AWS provided Classic LB. The current LB for accessing Grafana is http://******-******.ap-south-1.elb.amazonaws.com/ I bought a domain on…
0
votes
1 answer

I want to know if changing your Route53 routing policy will cause downtime

I am a junior developer studying aws. I am using it to look at the ALB as an A record on Route53. A routing policy is used as a simple routing policy. Will there be any downtime in changing the record option from a simple routing policy to a…
bob
  • 21
  • 2
0
votes
1 answer

cert-manager IAM policy and arn:aws:route53:::change/*

the official docs has the following policy: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "route53:GetChange", "Resource": "arn:aws:route53:::change/*" }, { "Effect": "Allow", …
DmitrySemenov
  • 9,204
  • 15
  • 76
  • 121
0
votes
1 answer

Simple AWS Route53 Health Check that checks db availability in CDK

I'm trying to set up a simple route53 health check that checks if the database is available using python and AWS CDK, but have not been able to find any examples of how to accomplish this.
1 2 3
99
100