Reputation: 139
If I reserve a Elastic IP to my Amazon EC2 instance, can I have the same IP address as long as I pay for it?
Upvotes: 2
Views: 2331
Reputation: 10005
Yes, you get it until you release it.
The elastic part means that you can elastically associate it to any of your ec2 instances, you can switch between instances as much as it pleases you.
And you don't actually pay for it while it's associated to a running instance.
Upvotes: 4