You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: