Changes between Version 42 and Version 43 of InstallationGuidelines/Amazon


Ignore:
Timestamp:
02/20/13 11:24:22 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Amazon

    v42 v43  
    5252
    5353== 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!)
     54The 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!)
    5555* 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.
    5657
    5758You can do this using the AWS EC2 Console or else you can do it via the CLI
     
    8485set SNAPSHOT=snap-63f89d08
    8586# Create new volume from snapshot
    86 ec2-create-volume -z %ZONE% --size 3 --snapshot %SNAPSHOT%
     87ec2-create-volume -z %ZONE% --size 4 --snapshot %SNAPSHOT%
    8788# Record the new Volume ID
    8889set NEW=vol-a9c2a3c4