Changes between Version 42 and Version 43 of InstallationGuidelines/Amazon
- Timestamp:
- 02/20/13 11:24:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Amazon
v42 v43 52 52 53 53 == Grow the Diskspace == 54 The disk space on the initial image is just 1GB. This should be grown to 3Gb (don't just size the volume to 3Gb to start with as the image only uses 1Gb of it!)54 The disk space on the initial image is just 1GB. This should be grown to 4Gb (don't just size the volume to 4Gb to start with as the image only uses 1Gb of it!) 55 55 * this is still within the 10Gb free tier. 56 * 4Gb is needed for Prod & Test instances. If you just need a test then 3Gb is sufficient. 56 57 57 58 You can do this using the AWS EC2 Console or else you can do it via the CLI … … 84 85 set SNAPSHOT=snap-63f89d08 85 86 # Create new volume from snapshot 86 ec2-create-volume -z %ZONE% --size 3--snapshot %SNAPSHOT%87 ec2-create-volume -z %ZONE% --size 4 --snapshot %SNAPSHOT% 87 88 # Record the new Volume ID 88 89 set NEW=vol-a9c2a3c4