When I create a double-stack VPC and launch an instance using this double-stack VPC, I get an IPv6 /64 CIDR for the instance. But after I launch the instance I find out that it only has an IPv6 address such as 2600:1000:41af:1234:0:0:0:0/128. How can I reassign a new IPv6 address and release the old one?
We all know that an ephemeral IPv4 address attached to an instance will change as long as I stop the instance and launch it again, but that doesn’t work on IPv6 address when I reboot the instance. It is still the original address (2600:1000:41af:1234:0:0:0:0 to 2600:1000:41af:1234:0:0:0:0, etc.).
Can anyone tell me how to solve it? Thanks
