1 Answers
Hi Stuart,
If I understand your scenario properly, you have an EC2 instance with only IPv4 and you want to access an IPv6 only resource. If both resources don’t have IPv6, then they can’t communicate without some other intermediate like a reverse proxy or some fancy translation.
To get them to talk, you can add an IPv6 address to your EC2 interface then add an Egress-Only gateway and your good.
–Scott