I host a static website on Amazon S3 with DNS hosted on Amazon Route 53. I'd like my site to be accessible via IPv4 and IPv6 (because it's about time).
When I use the Route 53 AWS Management Console to add an A
(IPv4) "Alias" record for my S3 bucket, I am prompted with the name of my S3 bucket to use as an endpoint. When I try to add an AAAA
(IPv6) "Alias" record, I am given no such option:
Trying to manually set an AAAA
record by cloning the existing A
record after it was created resulted in an error:
I know for a fact that the A
"Alias" record puts a proper IPv4 IP address into Route 53 DNS:
I'm afraid to manually set an IPv6 address as I don't think there is any guarantee it will remain. The Alias Target setting is what Amazon prescribes for Static S3 sites.
My question therefore is, does Amazon AWS support accessing S3 Static Websites via IPv6, and if so, how can I set it up?