I have got my hosted zone exmple.com
. I also created the s3 bucket example-photos
for storing my photos. Normally, photos in s3 bucket are available under the following url
https://example-photos.s3.eu-central-1.amazonaws.com/photo1.png
However, I would like to create a subdomain bucket.example.com
and let the photos from example-photos
bucket be available under the subdomain url like https://bucket.example.com/photo1.png
What record should I create in Route 53
then?