Skip to main content

Get Instance Info

Description

Returns the AWS EC2 instance information.

note

This Activity works only inside the AWS Context activity.

Properties

Input

  • Instance ID - The ID of the EC2 instance you want to get the address.
note

Get existing or create a new ID of the EC2 instance through the AWS admin user account.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – It Specifies whether the automation should continue even though this Activity fails. This field only supports Boolean values (True, False). The default value is False.
note

Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • Instance - Returns the EC2 instance object. For more information, please refer: AWS EC2 Instance Details

  • Raw Response - JSON string containing the response received as is from AWS.

Example

 Download Example

Get Instance Info