Need a better approach for assigning IPV6 address to subnets in an IPAM allocated VPC. #34853
mrpackethead
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is what i'm currently doing to add IPv6 to an ec2.Vpc.
This works, but the moment that you change the layout of the vpc, ( such as adding new subnets, or removing them ) it falls over as the indexing will attempt to change the subnet allocations, and it very quickly becomes unworkable!
What I'd much rather do is create a Pool inside the Ipv6 pool, and then get an allocation in each ipv6 pool, and let Ipam do the assignment rather than a Index.. that way changes just work.
Beta Was this translation helpful? Give feedback.
All reactions