Full name:
org.kuali.maven.plugins:ec2-maven-plugin:1.0.0-SNAPSHOT:launch
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
accessKey | String | - | The AWS Access Key Id for an account on EC2 |
ami | String | - | The AMI to launch |
key | String | - | The name of the key to use |
secretKey | String | - | The AWS Secret Access Key for an account on EC2 |
type | String | - | The type of instance to launch Default value is: c1.medium. |
Name | Type | Since | Description |
---|---|---|---|
encoding | String | - | The encoding of the userDataFile Default value is: ${project.build.sourceEncoding}. |
filterUserData | boolean | - | If true, userData is filtered with current project, environment,
and system properties before being supplied to the instance. |
securityGroups | List | - | The security groups into which the instance will be launched |
state | String | - | The state the instance needs to be in before the plugin considers
it to be started. Default value is: running. |
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> |
userData | String | - | Optional user data for the instance |
userDataFile | File | - | If supplied, the contents of the file are supplied to the instance
as userData |
wait | boolean | - | If true, the build will wait until EC2 reports that the instance
has reached the state of "running" Default value is: true. |
waitTimeout | int | - | The number of seconds to wait for the instance to start before
timing out and failing the build Default value is: 300. |
ami:
key:
tags:
<tags> <tag> <key>Name</key> <value>production</value> </tag> <tag> <key>Category</key> <value>networking</value> </tag> </tags>
type:
wait: