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

Need documentation on volumes, IP, instance_type, snapshots #2

Open natea opened 14 years ago

natea commented 14 years ago

The current documentation is missing instructions for how to attach EBS volumes, assign elastic IP, choose an instance type other than m1.small and make a snapshot from an attached volume.

in the aws.conf: instance_type = m1.large ip = x.x.x.x volumes = vol-xxxxx /dev/sdf

to make a snapshot: ./bin/aws snapshot demo-server

The code also suggests that there is a --revision option that would let you install a particular revision of your buildout, or is this just carried over from mr.developer?

Reminder: http://plope.com/Members/chrism/documentation_is_the_differentiator