Amazon EC2: Attach Volume
Description
Use the step to attach an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.
Reference
Configurations
Field name | Description |
---|---|
Step Name | Specify a unique name for the step. |
CONNECTION tab: | Connection fields |
Region | Specify the region where the instance is hosted or choose a region from the Region Explorer window. |
Button: Get | Click Get button to open the Region Explorer window. Choose a Region. |
Access Key | Specify an Access Key to authenticate EC2 instance on Amazon AWS cloud. This field is mandatory. |
Secret Key | Specify a Secret Key to authenticate Amazon AWS cloud. This field is mandatory. |
Button: Test Connection | Click Test Connection button 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 (hardcoded) values and environment variables are allowed. It will not work for previous step fields. |
INPUT tab: | Input fields |
Volume ID | Select the ID of the EBS volume. The volume and instance must be within the same availability zone. Data type is String. This field is mandatory. |
Button: Get | Click to get the list of volume IDs. |
Instance ID | Select the ID of the instance to which you want to attach the volume ID. Data type is String. This field is mandatory. |
Button: Get | Click to get the list of instance IDs. |
Device | Select the device name. For example, /dev/sdh or xvdh .Data type is String. This field is mandatory. |
OUTPUT tab: | Output fields |
Status | Specify the status of attach operation, which will be given as output through this field. The default value is ‘Status’. |