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
Key | Datatype | Required | Description |
---|---|---|---|
DryRun | null | Checks 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.N | null | The IDs of the resources, separated by spaces. | |
Tag.N | null | The 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. | |
Action | string |