Assign an Elastic-IP to an instance in Amazon EC2

Assign an Elastic-IP to an instance in Amazon EC2

Last updated:

Update: This information is accurate but, since this Reminder's first posting, the AWS Console now offers Elastic-IP management. It might be easier to manage IPs from there I guess.

To do this, you must own an Elastic IP. If you don't, just create one in the AWS Management Console. It's free.

Type this to view the Elastic IPs you own:

ec2-describe-addresses

Then type this to view the instances you own:

ec2-describe-instances

Then you'd do something like this:

ec2-associate-address -i i-b32b857  75.100.157.145

But use your own instance id and your own elastic IP rather than the ones I've used in this example.

Dialogue & Discussion