Changes between Version 8 and Version 9 of InstallationGuidelines/Amazon
- Timestamp:
- 06/10/11 12:56:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v8 v9 60 60 # Create new volume from snapshot 61 61 ec2-create-volume -z ap-southeast-1b --size 3 --snapshot snap-63f89d08 62 # Delete Snapshot (if no data in yet) 63 ec2-delete-snapshot snap-63f89d08 62 64 # Attach new volume as secondary 63 65 ec2-attach-volume -i %DEV% vol-a9c2a3c4 -d /dev/sdb1