Skip to main content

Amazon EC2: Get Volumes

Description

Use the step to fetch the volumes from the specified region.

Note:

The plugin step will not work if you provide more than 9 filters at a time.

Reference

API Describe Volumes

Configurations

Field nameDescription
Step NameSpecify a unique name for the step.
CONNECTION tab:Connection fields
RegionSpecify the valid AWS region.
The field type is String. This field is mandatory.
Button: GetClick the button, it populates the list of available regions.
Access KeySpecify an Access Key to authenticate EC2 instance on Amazon AWS cloud.
The field type is String. This field is mandatory.
Secret KeySpecify a Secret Key to authenticate the Amazon AWS cloud.
The field type is String. This field is mandatory.
Button: Test ConnectionClick to verify whether the connection is available or not. Region, Access key and Secret Key are mandatory to authenticate Amazon AWS cloud.
For the purpose of verification, fields coming from previous steps are not allowed since field values can only be accessed when workflow is in running state. Static values and environment variables are allowed.
INPUT tab:Input fields
Volume IDsSpecify valid volume IDs.
Note: Provide a list of multiple Volume IDs using a semicolon ( ; ) as the separator.
FilterProvide the key and value in tabular format to filter the response.
KeySpecify the key on the basis of which you want to filter the result.
ValueSpecify the value for the respective filter key name.
OUTPUT tab:Output fields
XML OutputSelect or clear the checkbox.
Note:
- If the checkbox is selected, the XML output field will be enabled.
- If the checkbox is clear, Table Fields will be enabled.
XMLThis field contains the ‘XML’ output of the successful execution step.
Field NameClick on a cell in the Field Name column to open the Select Fields Name pop-up window explorer and select volume properties to fetch. You may select multiple properties.
The data type is String. At least one field must be selected.
Output Field NameSpecify an Output Field Name to hold the corresponding value of the Field Name selected above.
The data type is String. This field is mandatory.