Full name:
org.kuali.maven.plugins:ec2-maven-plugin:1.0.6-SNAPSHOT:taginstance
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 tag. Set this to NONE to
skip tagging any instances |
| secretKey | String | - | The AWS Secret Access Key for an account on EC2 |
| Name | Type | Since | Description |
|---|---|---|---|
| failIfNotFound | boolean | - | If true, fail the build if no matching instance is found Default value is: false. |
| tags | List | - | List of tags to associate with the instance. Tags are key 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>
|
tags:
<tags>
<tag>
<key>Name</key>
<value>production</value>
</tag>
<tag>
<key>Category</key>
<value>networking</value>
</tag>
</tags>