Full name:
org.kuali.maven.plugins:ec2-maven-plugin:1.1.0-SNAPSHOT:createsnapshot
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
accessKey | String | - | The AWS Access Key Id for an account on EC2 |
secretKey | String | - | The AWS Secret Access Key for an account on EC2 |
volumeId | String | - | The volume to take a snapshot of |
Name | Type | Since | Description |
---|---|---|---|
description | String | - | The description of the snapshot (if any) |
sleep | int | - | The number of seconds to sleep in between status checks on the
snapshot Default value is: 30. |
state | String | - | The state the plugin will wait for the snapshot to be in before
continuing Default value is: completed. |
tags | List | - | List of tags. Tags are name/value pairs and can be supplied in the
plugin configuration like this:<tags> <tag> <key>Name</key> <value>production</value> </tag> <tag> <key>Category</key> <value>networking</value> </tag> </tags> |
wait | boolean | - | If true, the build will wait until EC2 reports that the snapshot
has reached the state of "completed" Default value is: true. |
waitTimeout | int | - | The number of seconds to wait for the instance to terminate before
timing out and failing the build Default value is: 7200. |
tags:
<tags> <tag> <key>Name</key> <value>production</value> </tag> <tag> <key>Category</key> <value>networking</value> </tag> </tags>
wait: