[Index]

aws:ec2-run-instances


Create new EC2 Instances.

Property Summary

credentialsProvider A Credential Provider.
detailById Provide some details as a bean so they can be easily accessed in expressions.
imageId The Image Id for the Instance being created.
instanceType The type of the image being created.
instances The Instance objects returned in the response.
keyName The name of the Key used to access the instance.
maxCount The maximum number of instances to be created.
minCount The minimum number of instances to be created.
name The name of the job.
responseInstanceIds The Instance Ids in the response.
securityGroupIds The Security Group Ids into which to place the new instances.
securityGroups The Security Group names into which to place the new instances.
size The number of instances in the response.
tags Tags to attach to the newly created instances.

Property Detail

credentialsProvider

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

A Credential Provider. Defaults to the Profile Credential Provider using the default credential file as specified in the AWS SDK Guide here.

detailById

AccessREAD_ONLY

Provide some details as a bean so they can be easily accessed in expressions. The bean properties exposed from the response are currently state, publicIpAddress and publicDnsName.

imageId

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The Image Id for the Instance being created.

instanceType

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The type of the image being created.

instances

AccessREAD_ONLY

The Instance objects returned in the response.

keyName

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, but pointless if not provided.

The name of the Key used to access the instance.

maxCount

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to 1.

The maximum number of instances to be created.

minCount

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to 1.

The minimum number of instances to be created.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.

responseInstanceIds

AccessREAD_ONLY

The Instance Ids in the response.

securityGroupIds

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, but pointless if not provided.

The Security Group Ids into which to place the new instances.

securityGroups

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The Security Group names into which to place the new instances. Here because the SDK API supports it but Ids are preferred.

size

AccessREAD_ONLY

The number of instances in the response.

tags

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

Tags to attach to the newly created instances.


(c) R Gordon Ltd 2005 - Present