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
asked 5 months ago1228 views
2 Answers
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
EXPERT
answered 5 months ago
  • 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
EXPERT
Steve_M
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions