Back to Amazon EC2 Integrations
Handler · Version 1

AWS EC2 Create Tag Amazon EC2

Download GitHub

About

This handler uses the AWS REST API. Creates a single tag against a single resource. Will overwrite an existing tag with the same key. Note: Per AWS, each resource can have a maximum of 10 tags.

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
Resource This tag will be applied to the resource id provided here. Test User
Key The key value for this tag. If an existing tag exists with this key it will be overwritten. Owner
Value The value for the tag. A blank value in this field will result in an empty value for this tag. DBAdmin
Changelog

AWS EC2 Create Tag V1 (2017-08-22)

  • 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