Amazon EC2: Release Elastic IP Address
Description
This step releases an Elastic IP address from your AWS account, making it available for other accounts. You provide the allocation ID of the address to release. Use this step in workflows that clean up IP addresses after terminating instances, manage IP allocation costs, or reclaim unused addresses during infrastructure decommissioning.
Reference
API Modify Instance Attribtute
Configurations
| Field name | Description |
|---|---|
| Step Name | Specify a unique name for the step. |
| CONNECTION tab: | Connection fields |
| Region | Specify the valid AWS region. The field type is String. This field is mandatory. |
| Button: Get | Click the button, it populates the list of available regions. |
| Access Key | Specify an Access Key to authenticate EC2 instance on Amazon AWS cloud. The field type is String. This field is mandatory. |
| Secret Key | Specify a Secret Key to authenticate the Amazon AWS cloud. The field type is String. 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 values and environment variables are allowed. |
| INPUT tab: | Input fields |
| Allocation ID | Specify the allocation ID that is to be released or deleted. The field type is String. This field is mandatory. |