Mobile app version of vmapp.org
Login or Join
Miguel251

: Can I use Route 53 with Amazon AWS to mask a subdomain? I have bought my domain from GoDaddy and I want to host the website on Amazon AWS. I have already setup my AWS hosting account and

@Miguel251

Posted in: #AmazonAws #Masking #Route53

I have bought my domain from GoDaddy and I want to host the website on Amazon AWS. I have already setup my AWS hosting account and have updated the NS records on GDdaddy to point to AWS using Route 53.

Everything is working fine, the domain is picking up AWS hosting data. Now I want to mask a subdomain subdomain.abc.com to subdomain.xyz.com. In Route 53, I can easily forward the subdomain but I can't find any information on how to mask the said domain.

Update: I am able to redirect subdomain.abc.com to subdomain.xyz.com but the URL also changes to subdomain.xyz.com. How can I redirect the subdomain while keeping the URL in address bar same? Hope this is more clear.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Miguel251

1 Comments

Sorted by latest first Latest Oldest Best

 

@Margaret670

Masking, no.

Redirecting, yes, with help from S3.

You can create an empty S3 bucket named abc.example.com, configured to redirect all requests to another host, xyz.example.org. Configure an A record in Route 53 for abc.example.com, set "Alias" to "Yes," and select the abc.example.com bucket from the drop-down list of alias targets.

Note that the bucket name of the empty bucket you create must exactly match The original hostname.
aws.amazon.com/blogs/aws/root-domain-website-hosting-for-amazon-s3/ explains how configure example.com to redirect to example.com but this can also be done across domains, using exactly the same steps.

The target domain does not have to be in Route 53 or even in AWS at all -- only the original domain (the one you want to redirect).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme