You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing IPv6 example is wrong and missing important pieces. It's not working but untested, so this never surfaced.
For example, the nodes need to be able to perform ec2:AssignIpv6Addresses. Right now that's missing, and without that IPv6 cannot work.
There's likely more things that need to be fixed for IPv6 to work.
We should create a working IPv6 example and bring it under test.
The text was updated successfully, but these errors were encountered:
The existing IPv6 example is wrong and untested. Creating a working
example requires additional changes (like ensuring the nodes can perform
`ec2:AssignIpv6Addresses`).
This removes the faulty and untested example in order to not create
frustration and confusion for users. We'll need to separately work on
creating a proper IPv6 example
(#1522).
The existing IPv6 example is wrong and missing important pieces. It's not working but untested, so this never surfaced.
For example, the nodes need to be able to perform
ec2:AssignIpv6Addresses
. Right now that's missing, and without that IPv6 cannot work.There's likely more things that need to be fixed for IPv6 to work.
We should create a working IPv6 example and bring it under test.
The text was updated successfully, but these errors were encountered: