Skip to content

CloudFront connect to Ipv6 Only EC2 Instance

1
  1. I manage an EC2 Instance with an IPv6-only configuration and need to connect CloudFront to it.
  2. The instance lacks a public IPv6 DNS, and I'm exploring options to avoid adding an IPv4 address, which could increase costs.
  3. Seeking insights and solutions from the community: a. Does anyone have experience with connecting CloudFront to an IPv6-only EC2 Instance? b. Are there any workarounds available? c. Is AWS working on a solution that might simplify this process?
asked 2 years ago1.6K views
4 Answers
1

This is answered on this other Re:Post question. The short answer is that, no, CloudFront will not (at this time) use IPv6 to connect to an IPv6-only origin. So you can allow direct connections to the EC2 instance, and regulate that through Security Groups, NACLs, and host-based firewall rules (e.g., ipfilter or ipfw). The other answer points to the definitive page where you can look up IPv6 support by service. So while this is true at the time of writing, you can expect IPv6 support to improve over time, and those pages are the way to figure out whether IPv6 is possible.

AWS
answered 2 years ago
0
AWS
answered 2 months ago
-4

This is not yet supported

AWS
answered 2 years ago
  • Everything is working fine after pointing subdomain to IPV6 (AAAA recod), but using ipv6 only subdomain as origin, CloudFront is not responding ipv6 only instance

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.