ployground / ploy

A tool to manage servers through a central configuration. Plugins allow provisioning, configuration and other management tasks.
http://ploy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
78 stars 15 forks source link

Add support for creating new Elastic IPs #5

Closed natea closed 10 years ago

natea commented 14 years ago

If the Amazon account has more than the default 5 Elastic IP addresses, it could be useful to have mr.awsome automatically create a new Elastic IP and associate it with the new EC2 instance, rather than needing to hardcode these IPs beforehand in the .conf file.

fschulze commented 14 years ago

How would you associate it after a restart of the instance? Elastic IPs only make sense if you need a fixed IP and then you need to put it into the config anyway.