how to remove public ip after migrating EC2 to IPv6 from IP v4

0

Hello,

I have a EC2 ubuntu 20.04 instance (with public subnet) and just migrated it to IP v6. How can I safely reomve the public ip permanently and can access ipv4 & ipv6 sites correctly from EC2?

Thank you for quick support.

Tony

  • Why you want to remove public IP? Will you remove both public IP?

tony
已提问 2 个月前1483 查看次数
1 回答
1

Hello.

If you follow the steps described in the answer at the URL below correctly, the public IPv4 will disappear from EC2.
https://repost.aws/questions/QUVmpO9BWGSuGwQh5tXk3f5w/how-to-remove-ipv4-public-ip-address-from-ec2-instances-before-february-2024-ipv6#ANIgCHiXgQSdSiHc1wgH-6fA

Indeed, even in my environment, I was able to confirm that public IPv4 was restored when I stopped and started EC2.
I think this is probably related to the "Auto-assign public IP" that was set when creating EC2, but as of March 2024, this setting is a setting that cannot be changed after EC2 is started.
Therefore, it may be best to operate EC2 without stopping it as much as possible.
a

Also, if you remove public IPv4, you will not be able to access external websites or applications that only support IPv4.
Public IPv4 is required for IPv4 communication.
Therefore, you will need to take measures such as NATing IPv6 to IPv4 using NAT64.
https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html

profile picture
专家
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则