Back to Amazon EC2 Integrations
Handler · Version 1

AWS EC2 Create Internet Gateway Amazon EC2

Download GitHub

About

Creates an internet gateway and return the gateway's id, attachments, and tags. The list of returned attachments each include a 'vpc_id' and 'state' keys and the returned tags all contain a 'key' and 'value' keys. 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
Results
Name Description
Id The id of the internet gateway if the call was successful.
Attachments A list of attachments (in JSON) that were attached to the internet gateway upon creation
Tags A list of tags (in JSON) that were attached to the internet gateway upon creation
Changelog

AWS EC2 Create Internet Gateway V1 (2017-08-21)

  • 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