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

2 Risposte
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
ESPERTO
con risposta 6 mesi fa
  • 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
ESPERTO
Steve_M
con risposta 6 mesi fa
profile picture
ESPERTO
verificato 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande