Configure subdomain to point to S3 bucket using Route 53

amazon s3amazon-route53amazon-web-services

How would I go about mapping files.example.com to an Amazon S3 bucket using Amazon's Route 53 service? I've attempted to add a CNAME record but I get the following:

enter image description here

Best Answer

Create a CNAME record for files.example.com with content of s3.amazonaws.com.

The bucket will need to be named files.example.com.

Related Topic