Reputation: 6131
I have EC2 instance, that I wish to upgrade. Most likely will raise it to medium size. I am aware that if I upgrade the instance, I will loose the IP, it will be renewed. I have heard about Elastic IP, which preserves the IP address on all instance actions (restart, upgrade).
This is production server that I need to upgrade, but before doing so... can someone in short provide me the steps, to minimize the risk of doing something wrong.
Upvotes: 1
Views: 349
Reputation: 10220
With elastic IP, you get a static address associated with your account not with your EC2 instance.
On your EC2 Dashboard, you can allocate elastic IP address.
Note: You will incur charges if it is not associated with any ec2 instance. So make sure you release the ips when not in use. AWS does this to get back unused addresses.
Upvotes: 2