I have created:
- An EC2 instance with IPv6 and IPv4 support, running Ubuntu 16.04 and Apache 2.4
- A dualstack internet-facing application ELB, with the above EC2 instance in its target group
Accessing the website through the ELB's DNS name works fine under IPv4. But testing IPv6 with different online test providers I get a "web server is unreachable : Connection timed out" error.
Here are the inbound rules for both the ELB and EC2 security group:
Not sure what I did wrong?