Full name:
org.kuali.maven.plugins:ec2-maven-plugin:1.1.1-SNAPSHOT:cleanupimages
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 |
| Name | Type | Since | Description |
|---|---|---|---|
| device | String | - | The name of the device whose associated snapshot will be deleted
when the image is deregistered. Default value is: /dev/sda1. |
| key | String | - | This is the name of the tag to match. Default value is: Name. |
| minimumToRetain | int | - | The minimum number of images to retain. Default value is: 3. |
| prefix | String | - | If the specified tag starts with the value provided here, the image
will be deregistered. Default value is: CI Slave. |
| 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>
|
key:
tags:
<tags>
<tag>
<key>Name</key>
<value>production</value>
</tag>
<tag>
<key>Category</key>
<value>networking</value>
</tag>
</tags>