Skip to content

Commit edd1577

Browse files
authored
aws: adjust dualstack defaults (#588)
The AWS docs for IPv6 are a bit confusing and not in a single place. For the dualstack API endpoints EC2 and S3 are the only ones that seem to work at this time.
1 parent 8b1028a commit edd1577

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iep-spring-aws2/src/main/resources/reference.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ netflix.iep.aws {
5959

6060
// Overrides for services that support IPv6 to use dualstack
6161
// https://docs.aws.amazon.com/vpc/latest/userguide/aws-ipv6-support.html
62+
// So far EC2 and S3 are the only services confirmed to support dualstack.
6263
ec2.dualstack = true
63-
elasticloadbalancingv2.dualstack = true
64-
route53.dualstack = true
6564
s3.dualstack = true
6665

6766
// http://docs.aws.amazon.com/general/latest/gr/rande.html

0 commit comments

Comments
 (0)