paws.compute (version 0.1.0)

ec2_get_launch_template_data: Retrieves the configuration data of the specified instance

Description

Retrieves the configuration data of the specified instance. You can use this data to create a launch template.

Usage

ec2_get_launch_template_data(DryRun, InstanceId)

Arguments

DryRun

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.

InstanceId

[required] The ID of the instance.

Request syntax

svc$get_launch_template_data(
  DryRun = TRUE|FALSE,
  InstanceId = "string"
)

Examples

Run this code
# NOT RUN {
# This example gets the launch template data for the specified instance.
# }
# NOT RUN {
svc$get_launch_template_data(
  InstanceId = "0123d646e8048babc"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab