[Index]

aws:ec2-describe-instances


Describe EC2 Instances.

Property Summary

credentialsProvider A Credential Provider.
detailById Provide some details as a bean so they can be easily accessed in expressions.
filters Filters to find instances to describe.
instanceIds The Ids of the Instances to describe.
instances The Instance objects returned in the response.
name The name of the job.
reservations Provided by the response.
responseInstanceIds The Instance Ids in the response.
size The number of instances in the response.

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.

filters

Configured ByELEMENT
AccessREAD_WRITE
RequiredYes, or the Ids.

Filters to find instances to describe.

instanceIds

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes, or the filters.

The Ids of the Instances to describe.

instances

AccessREAD_ONLY

The Instance objects returned in the response.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.

reservations

AccessREAD_ONLY

Provided by the response. They contain instances.

responseInstanceIds

AccessREAD_ONLY

The Instance Ids in the response.

size

AccessREAD_ONLY

The number of instances in the response.


(c) R Gordon Ltd 2005 - Present