|
|
|
|
|
by bluedonuts
3762 days ago
|
|
AWS does support ipv6 in ELBs in a fashion. ELBs will have both an ipv6 and a dual stack DNS entry created for them, in addition to the ipv4. example.us-east-1.elb.amazonaws.com (A Record) ipv6.example.us-east-1.elb.amazonaws.com (AAAA Record) dualstack.example.us-east-1.elb.amazonaws.com (A or AAAA Record) These records will only be displayed for ELBs in classic despite existing and being resolvable for VPC ELBs. The twist is that there is no way to add security groups with ipv6 addresses in VPC so its not possible to receive requests. Amusingly this means ELBs in classic have an advantage on VPC when it comes to ipv6. |
|