Modify Launch Template
GET {{aws_ec2_base_url}}/?ClientToken&DryRun&LaunchTemplateId&LaunchTemplateName&SetDefaultVersion&Action=ModifyLaunchTemplate
Modifies a launch template.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClientToken | null | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency. | |
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. | |
LaunchTemplateId | null | The ID of the launch template. You must specify either the launch template ID or launch template name in the request. | |
LaunchTemplateName | null | The name of the launch template. You must specify either the launch template ID or launch template name in the request. | |
SetDefaultVersion | null | The version number of the launch template to set as the default version. | |
Action | string |