Full name:
org.kuali.maven.plugins:ec2-maven-plugin:1.1.3:terminateinstance
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
accessKey | String | - | The AWS Access Key Id for an account on EC2 |
instanceId | String | - | The id of the instance to terminate. Set this to NONE
to skip attempting to terminate an instance |
secretKey | String | - | The AWS Secret Access Key for an account on EC2 |
Name | Type | Since | Description |
---|---|---|---|
state | String | - | The state the instance needs to be in before the plugin considers
it to be terminated. Default value is: terminated. |
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 instance
has reached the state of "terminated" Default value is: false. |
waitTimeout | int | - | The number of seconds to wait for the instance to terminate before
timing out and failing the build Default value is: 300. |
tags:
<tags> <tag> <key>Name</key> <value>production</value> </tag> <tag> <key>Category</key> <value>networking</value> </tag> </tags>
wait: