Reputation: 602
in Godaddy or Cloudflare I can in DNS setup a subdomain for pointing to url/subfolder. When I do it in Amazon Route 53 it doesn't work.
Basically what I need is to make a kind of CNAME: having a subdomain url point it to another domain url with subfolder without change subdomain url.
is it possible?
Thanks in advance.
Upvotes: 2
Views: 2328
Reputation: 3751
What you are describing is a URL redirection service that is a combination of two services, HTTP (the service doing the redirect) and DNS (the service resolving the dns record to an IP address). You can accomplish this using Route 53 (DNS) and and Amazon S3 Web Sites (HTTP).
Additional information: http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html#root-domain-walkthrough-switch-to-route53-as-dnsprovider
Upvotes: 1