Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling IPv6 support #13

Open
ronaldtse opened this issue Jul 14, 2019 · 4 comments
Open

Enabling IPv6 support #13

ronaldtse opened this issue Jul 14, 2019 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ronaldtse
Copy link
Contributor

We received a kind report from @tambry on the following:

I recently happened on the RNP website while I had only IPv6 enabled. Unfortunately it lacks IPv6 support and thus failed to load.
Since it seems to use CloudFront, fixing this should be as easy as enabling IPv6 on the CloudFront distribution and creating an AAAA ALIAS record pointing to it.
Might be something you'll want to fix.

This we need to fix in the underlying Terraform module (https://github.com/riboseinc/terraform-aws-s3-cloudfront-website) and updating the site to use the new module with the AAAA records. The S3 bucket in the module needs to also have IPv6 enabled.

@ronaldtse
Copy link
Contributor Author

ronaldtse commented Aug 23, 2019

@phuonghuynh can you help this? Thanks!

@phuonghuynh
Copy link

Features Not Available over IPv6
The following features are not currently supported when accessing an S3 bucket over IPv6:
Static website hosting from an S3 bucket
BitTorrent

@ronaldtse S3 Static website not support IPV6 acess for now, https://docs.aws.amazon.com/AmazonS3/latest/dev/ipv6-access.html

PR for Cloudfront IPV6 support submitted here

Tested using a free online IPV6 test sevice for the sample site http://mysite.booppi.website.

@ronaldtse
Copy link
Contributor Author

@phuonghuynh I see. Does this mean the cloudfront ipv6 works with S3 ipv4?

@phuonghuynh
Copy link

Yes, the PR added new variable to suport it ("true" is default), git hash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants