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
demandé il y a 6 mois1356 vues
2 réponses
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
répondu il y a 6 mois
  • 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
répondu il y a 6 mois
profile picture
EXPERT
vérifié il y a 6 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions