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
feat(client-ec2): Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping.
* <p>A launch template contains the parameters to launch an instance. When you launch an
37
37
* instance using <a>RunInstances</a>, you can specify a launch template instead
38
-
* of providing the launch parameters in the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launch
39
-
* an instance from a launch template</a> in the
38
+
* of providing the launch parameters in the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Store
39
+
* instance launch parameters in Amazon EC2 launch templates</a> in the
40
40
* <i>Amazon EC2 User Guide</i>.</p>
41
41
* <p>To clone an existing launch template as the basis for a new launch template, use the
42
42
* Amazon EC2 console. The API, SDKs, and CLI do not support cloning a template. For more
43
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template-from-existing-launch-template">Create a launch template from an existing launch template</a> in the
43
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#create-launch-template-from-existing-launch-template">Create a launch template from an existing launch template</a> in the
44
44
* <i>Amazon EC2 User Guide</i>.</p>
45
45
* @example
46
46
* Use a bare-bones client and the command you need to make an API call.
* <p>Launch templates are immutable; after you create a launch template, you can't modify
42
42
* it. Instead, you can create a new version of the launch template that includes the
43
43
* changes that you require.</p>
44
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#manage-launch-template-versions">Modify a launch template (manage launch template versions)</a> in the
44
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html">Modify a launch template (manage launch template versions)</a> in the
45
45
* <i>Amazon EC2 User Guide</i>.</p>
46
46
* @example
47
47
* Use a bare-bones client and the command you need to make an API call.
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#delete-fleet">Delete an EC2
63
-
* Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
64
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/delete-fleet.html">Delete an EC2 Fleet request and the instances
65
+
* in the fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
64
66
* @example
65
67
* Use a bare-bones client and the command you need to make an API call.
* <p>You can delete up to 200 launch template versions in a single request. To delete more
38
38
* than 200 versions in a single request, use <a>DeleteLaunchTemplate</a>, which
39
39
* deletes the launch template and all of its versions.</p>
40
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html#delete-launch-template-version">Delete a launch template version</a> in the
40
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/delete-launch-template.html#delete-launch-template-version">Delete a launch template version</a> in the
41
41
* <i>Amazon EC2 User Guide</i>.</p>
42
42
* @example
43
43
* Use a bare-bones client and the command you need to make an API call.
0 commit comments