Modify Launch Template

GET {{aws_ec2_base_url}}/?ClientToken&DryRun&LaunchTemplateId&LaunchTemplateName&SetDefaultVersion&Action=ModifyLaunchTemplate

Modifies a launch template.

Request Params

KeyDatatypeRequiredDescription
ClientTokennullUnique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
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.
LaunchTemplateIdnullThe ID of the launch template. You must specify either the launch template ID or launch template name in the request.
LaunchTemplateNamenullThe name of the launch template. You must specify either the launch template ID or launch template name in the request.
SetDefaultVersionnullThe version number of the launch template to set as the default version.
Actionstring