You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The version number, <code>$Latest</code>, or <code>$Default</code>. To get the version
561
-
* number, use the Amazon EC2 <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplateVersions.html">DescribeLaunchTemplateVersions</a> API operation. New launch template versions
560
+
* <p>The version number, <code>$Latest</code>, or <code>$Default</code>. To get the version number, use the Amazon EC2 <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplateVersions.html">DescribeLaunchTemplateVersions</a> API operation. New launch template versions
562
561
* can be created using the Amazon EC2 <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateLaunchTemplateVersion.html">CreateLaunchTemplateVersion</a> API. If the value is <code>$Latest</code>,
563
562
* Amazon EC2 Auto Scaling selects the latest version of the launch template when launching instances. If
564
563
* the value is <code>$Default</code>, Amazon EC2 Auto Scaling selects the default version of the launch
* <p>Describes an override for a launch template. Currently, the only supported override is
754
-
* instance type.</p>
755
-
* <p>The maximum number of instance type overrides that can be associated with an Auto Scaling
756
-
* group is 20.</p>
752
+
* <p>Describes an override for a launch template. The maximum number of instance types that
753
+
* can be associated with an Auto Scaling group is 20. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-override-options.html">Configuring overrides</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </p>
757
754
*/
758
755
exportinterfaceLaunchTemplateOverrides{
759
756
/**
760
757
* <p>The instance type, such as <code>m3.xlarge</code>. You must use an instance type that
761
-
* is supported in your requested Region and Availability Zones. For information about
762
-
* available instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#AvailableInstanceTypes">Available
763
-
* instance types</a> in the <i>Amazon Elastic Compute Cloud User
764
-
* Guide.</i>
765
-
* </p>
758
+
* is supported in your requested Region and Availability Zones. For more information, see
759
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon Elastic Compute Cloud User
* <p>Describes a mixed instances policy for an Auto Scaling group. With mixed instances, your Auto Scaling
822
824
* group can provision a combination of On-Demand Instances and Spot Instances across
823
-
* multiple instance types. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-purchase-options.html">Auto Scaling Groups with
824
-
* Multiple Instance Types and Purchase Options</a> in the <i>Amazon EC2 Auto Scaling User
825
+
* multiple instance types. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-purchase-options.html">Auto Scaling groups with multiple
826
+
* instance types and purchase options</a> in the <i>Amazon EC2 Auto Scaling User
825
827
* Guide</i>.</p>
826
828
* <p>You can create a mixed instances policy for a new Auto Scaling group, or you can create it for
827
829
* an existing group by updating the group to specify <code>MixedInstancesPolicy</code> as
0 commit comments