Back to Amazon EC2 Integrations
Handler · Version 1

AWS EC2 Describe Images Amazon EC2

Download GitHub

About

This handler uses the AWS REST API to Describe one or more of the images (AMIs, AKIs, and ARIs) available to you. Images available to you include public images, private images that you own, and private images owned by other AWS accounts but for which you have explicit launch permissions. 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). false
Image IDs A list of one or more image IDs separated by commas
Owners Specify an AWS account ID. self
Executable Users Specify an AWS account ID. Separate multiple values with a comma. ADMIN
Filters One or more filters in specified format found in handler README. {"filter key name 1":["filter values 1","filter values 2",...],"filter key name 2":["filter values 3"]}
Results
Name Description
Image Info String This information about the image in the form of a string.
Images Images ID String The images of the images ID String.
Changelog

AWS EC2 Describe Images V1 (2017-08-23)

  • Initial version. See README for details.
Download GitHub

On This Page

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