Create Tags

GET {{aws_ec2_base_url}}/?DryRun&ResourceId.N&Tag.N&Action=CreateTags

Adds or overwrites the specified tags for the specified Amazon EC2 resource or resources.

Request Params

KeyDatatypeRequiredDescription
DryRunnullChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
ResourceId.NnullThe IDs of the resources, separated by spaces.
Tag.NnullThe tags. The value parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.
Actionstring