Questions tagged [amazon-route53]

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.

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.

608 questions
-1
votes
1 answer

AWS Route 53. What does the 53 stand for?

I know Route53 is a domain name system used for routing but what is the 53 reference to? I looked up a few articles but couldn't find anything.
aandis
  • 176
  • 3
-1
votes
1 answer

AWS one application serves different page according to url

I have an application deployed on AWS, and an URL redirects to this application. If I want users to use different URL to access different pages, how to do it? For example, user A can access homepage 1 from homepage1.domain.com, user B can access…
Cosaic
  • 111
  • 2
-1
votes
1 answer

nslookup not working on route-53 public hosted zone

I created a new record set example.my.domain.com in the public hosted zone my.domain.com and when I'm trying to do, "nslookup example.my.example.com", it's not working. This is the response of nslookup: Server: 10.224.0.2 Address: …
-1
votes
1 answer

Not receiving AWS Certificate Manager email on office 365 using AWS Route53 MX record

I have a domain, which I bought from GoDaddy, but later on transferred to AWS. I use OFfice365 for my email, and have found the domain keys for it, which I put into the MX record for my hosted zone like below: 0…
-1
votes
1 answer

Amazon Route 53 Domain A record Issue

I have registered a domain called thepostcloud.com (route53)and when tried to create an A record with public IP to host a web site its not able to set , all displaying in route53 console. Please advise
-1
votes
1 answer

DNS can't be reached updating name server in Route 53

After upgrading my instance type in EC2, I have (stupidly) deleted and recreated a new hosted zone for my domain, and put the new instance public IP. I have followed the following steps: created new hosted zones put ttl value to 60 sec in the…
Xenophiliac
  • 117
  • 1
  • 7
-1
votes
2 answers

Best way to point client's domain to my server

I am creating a landing page creation and hosting service. My clients will be able to link their domain to their account. I am using AWS and Route 53. I'm considering two potential systems: Having my clients change their name servers to resolve to…
-1
votes
1 answer

Route 53 subdomains and their redirects

I am having problems with my redirects. I have a bucket named example.com created in s3 which redirects to http://google.com (just an example). In route 53 I am able to point my example.com domain to example.com.s3-website-eu-west-1.amazonaws.com…
-1
votes
1 answer

Amazon Route 53 domain mapping

We have some EC2 instances running NGINX that will be accessed via a loadbalancer that can be reached via www.example.com. The loadbalancer redirects the traffic to the appropriate EC2 servers. This works fine, but sometimes we want to bypass the…
-1
votes
1 answer

AWS route 53 database hostname best practice

So I have 3 components all connecting to same db. Should I use: comp1.domain.io comp1db.domain.io comp2.domain.io comp2db.domain.io comp3.domain.io comp3db.domain.io Or: comp1.domain.io comp2.domain.io comp3.domain.io …
Sleeper Smith
  • 523
  • 1
  • 4
  • 11
-1
votes
1 answer

aws route 53 and vistualhost in ubuntu apache

I have added domain name in route 53 and creating a sub domain to land into virtualhost with a port. I am trying to add a sub domain as cname and cname is my servername in virtualhost. I am on ubuntu apache. Any help will highly be appreciated.
-1
votes
2 answers

Creating subdomain for Webmin on Amazon Route 53 / EC2

I have setup / installed webmin on Amazon Ec2 instance running linux. After creating user with login credential and adding port 10000 in security group, I am able to login via http://IP-ADDRESS-HERE:10000 . I would like to create subdomain like…
azeem
  • 103
  • 3
-1
votes
2 answers

Dynamic DNS replacement for my home router: Do I understand the pricing of Amazon route 53 correctly?

I'm seeing here the prices for Amazon Route 53. I'm a rookie on this, so I'm not sure if I understand their price scheme. According to them, a hosted zone will cost me $0.50 per month plus 0.50 per million queries. Here is my question: If a query…
dsign
  • 153
  • 8
-1
votes
2 answers

Transferring domain to Amazon Route 53. Being asked for NS server's IP addresses

I'm trying to migrate an existing domain to Amazon Route 53. I've followed the guide at: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html My current DNS host is web24.com.au. There seem to be two areas where the NS…
JKim
  • 562
  • 3
  • 10
-1
votes
1 answer

Setting up DNS on Windows when using Amazon Route53

I have a new Virtual Private Server from GoDaddy that uses Plesk 11 control panel on a Windows Server 2008 operating system with 2 IP addresses. I had a lot of trouble getting it set up, but with some help from the people here at serverfault, I got…