Back to Amazon EC2 Integrations
Handler · Version 2

AWS EC2 Instance Retrieve Status Amazon EC2

Download GitHub

About

This handler uses the AWS REST API to retrieve the status of a particular EC2 instance. The instance you are inquiring about is identified by its instance ID. For more information see the AWS Amazon Virtual Private Cloud User Guide online.

The Dry Run parameter validates user permissions and inputs. If it is set to true, an error will always be thrown by the handler before completing the handler action. Error response will be 'DryRunOperation' if the account has proper permissions and inputs; 'UnauthorizedOperation' if the account does not have proper permissions.

Parameters
Name Description Sample
Dry Run Dry run validates user permissions and inputs without completing the EC2 action (true or false). true
Instance ID The instance id of the EC2 virtual machine that this handler will retrieve a status from i-615670a7
Results
Name Description
Instance Status The status of the instance you are querying information about.
Changelog

AWS EC2 Instance Retrieve Status V2 (2017-08-24)

  • Update the EC2 gem to AWS SDK 2.2.34.
  • Change Info Values to be more consistent with the other AWS handlers.
  • Internal tweaks to make execution similar to other AWS handlers.
  • Added Dry Run parameter.

AWS EC2 Instance Retrieve Status V1(2017-08-24)

  • Initial version. See README for details.
Download GitHub

On This Page

Other Versions

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top