My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
UsingEBS  
Using Amazon EBS with Cloud Tools
Featured
Updated Feb 4, 2010 by chris.e....@gmail.com

Using EBS with Cloud Tools

Cloud Tools now supports Elastic Block Store. When using the cloudtools:deploy goal you can use the following options:

  • Create a brand new volume: -Dcloudtools.ebs.device=/dev/sdj -Dcloudtools.ebs.volume.size=10
  • Use an existing volume: -Dcloudtools.ebs.device=/dev/sd
    <device>
    -Dcloudtools.ebs.volume=
    <volumeid>
  • Create a volume from a snapshot: -Dcloudtools.ebs.device=/dev/sd
    <device>
    -Dcloudtools.ebs.snapshot=
    <snapshotid>

There are also two new goals:

  • move the database from instance storage to a new EBS volume: cloudtools:enableebs -Dcloudtools.ebs.device=/dev/sdh -Dcloudtools.ebs.volume.size=11
  • create an EBS snapshot of the database: cloudtools:createsnapshot


Sign in to add a comment
Powered by Google Project Hosting