how to disable public ip from existing aws ec2 instance

0

How to disable public ip from existing aws ec2 instance Enter image description here

mitesh
已提问 6 个月前1354 查看次数
2 回答
0

Hello.

As @Steve_M says, you can't disable automatic public IPv4 for EC2 that's already up and running.
So, if you currently want to disable it, as answered at the URL below, create an AMI from an existing EC2 and configure it so that public IPv4 is not set when launching a new EC2 from that AMI.
https://repost.aws/questions/QUVmpO9BWGSuGwQh5tXk3f5w/how-to-remove-ipv4-public-ip-address-from-ec2-instances-before-february-2024-ipv6#ANm63x9ElRQDysJmJxm_zw5A

profile picture
专家
已回答 6 个月前
  • Exactly. I disabled auto ipv4 assignment and made a new instance with ipv6 only, using the root volume from the previous instance, so there's only internal ipv4 and a public ipv6. However, be careful, a lot of stuff doesn't seem to be working well with ipv6 on AWS, for example SES. It's such a pain to deal with IPv6, especially if AWS ain't even ready themselves.

0

The only way the public IP address can be released is if the instance is stopped or hibernated, or if an elastic IP becomes associated with the instance.

Otherwise it doesn't appear this is possible.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-instance-addressing.html

You cannot manually associate or disassociate a public IP (IPv4) address from your instance.

profile picture
专家
Steve_M
已回答 6 个月前
profile picture
专家
已审核 6 个月前

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

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

回答问题的准则