Spot Fleet Request Launch Template Config Launch Template Specification Args
data class SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<SpotFleetRequestLaunchTemplateConfigLaunchTemplateSpecificationArgs>
Properties
Link copied to clipboard
Template version. Unlike the autoscaling equivalent, does not support $Latest
or $Default
, so use the launch_template resource's attribute, e.g., "${aws_launch_template.foo.latest_version}"
. It will use the default version if omitted. Note: The specified launch template can specify only a subset of the inputs of aws.ec2.LaunchTemplate
. There are limitations on what you can specify as spot fleet does not support all the attributes that are supported by autoscaling groups. AWS documentation is currently sparse, but at least instance_initiated_shutdown_behavior
is confirmed unsupported.