Changes between Version 10 and Version 11 of InstallationGuidelines/Amazon
- Timestamp:
- 06/10/11 15:17:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v10 v11 53 53 # --region ap-southeast-1 54 54 set EC2_URL=https://ec2.ap-southeast-1.amazonaws.com 55 set ZONE=ap-southeast-1b 55 56 set DEV=i-9546edc0 56 57 # Stop Host … … 59 60 ec2-create-snapshot vol-e189e88c 60 61 # Create new volume from snapshot 61 ec2-create-volume -z ap-southeast-1b--size 3 --snapshot snap-63f89d0862 ec2-create-volume -z %ZONE% --size 3 --snapshot snap-63f89d08 62 63 # Delete Snapshot (if no data in yet) 63 64 ec2-delete-snapshot snap-63f89d08