Using EBS with Cloud ToolsCloud 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
|