Create 301 Redirection in Amazon Route 53 for Wildcard Subdomains
- by Eric Yin
My domain name hosted on Route 53 DNS.
Amazon has a guide to do 301 redirection for www. To naked domain by point www. version to a S3 static website with 301 setted up.
My question is, how can I have *.domain.com all have 301 redirec to naked domain name.
I guess either:
Some way to get all wildcard subdomains end up into one S3 bucket, how?
Or:
Use CloudFront on the www. version S3 site and put wildcard subdomains on the CloudFront, but how?
Or:
There's some hidden settings just lies on Router 53, then where?
Or: use EC2, better not suggest me this, too costing for this task.
Please advice.