Skip to content

Commit c3de9d4

Browse files
author
awstools
committed
docs(client-ec2): With this release, Amazon EC2 Auto Scaling groups, EC2 Fleet, and Spot Fleet improve the default price protection behavior of attribute-based instance type selection of Spot Instances, to consistently select from a wide range of instance types.
1 parent a1a1f67 commit c3de9d4

15 files changed

+118
-48
lines changed

clients/client-ec2/src/commands/DescribeCapacityBlockOfferingsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface DescribeCapacityBlockOfferingsCommandOutput
3333

3434
/**
3535
* @public
36-
* <p>Describes Capacity Block offerings available for purchase. With Capacity Blocks, you purchase a specific instance type for a period of time.</p>
36+
* <p>Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a specific instance type for a period of time.</p>
3737
* @example
3838
* Use a bare-bones client and the command you need to make an API call.
3939
* ```javascript

clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ export interface DescribeFleetInstancesCommandOutput extends DescribeFleetInstan
2929
/**
3030
* @public
3131
* <p>Describes the running instances for the specified EC2 Fleet.</p>
32-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet">Monitor your EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
32+
* <note>
33+
* <p>Currently, <code>DescribeFleetInstances</code> does not support fleets of type
34+
* <code>instant</code>. Instead, use <code>DescribeFleets</code>, specifying the
35+
* <code>instant</code> fleet ID in the request.</p>
36+
* </note>
37+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet">Describe your
38+
* EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
3339
* @example
3440
* Use a bare-bones client and the command you need to make an API call.
3541
* ```javascript

clients/client-ec2/src/commands/DescribeFleetsCommand.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,13 @@ export interface DescribeFleetsCommandOutput extends DescribeFleetsResult, __Met
2828

2929
/**
3030
* @public
31-
* <p>Describes the specified EC2 Fleets or all of your EC2 Fleets.</p>
32-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet">Monitor your EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
31+
* <p>Describes the specified EC2 Fleet or all of your EC2 Fleets.</p>
32+
* <important>
33+
* <p>If a fleet is of type <code>instant</code>, you must specify the fleet ID in the
34+
* request, otherwise the fleet does not appear in the response.</p>
35+
* </important>
36+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet">Describe your
37+
* EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>.</p>
3338
* @example
3439
* Use a bare-bones client and the command you need to make an API call.
3540
* ```javascript

clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ export interface DescribeInstanceStatusCommandOutput extends DescribeInstanceSta
5757
* lifecycle</a> in the <i>Amazon EC2 User Guide</i>.</p>
5858
* </li>
5959
* </ul>
60+
* <note>
61+
* <p>The order of the elements in the response, including those within nested
62+
* structures, might vary. Applications should not assume the elements appear in a
63+
* particular order.</p>
64+
* </note>
6065
* @example
6166
* Use a bare-bones client and the command you need to make an API call.
6267
* ```javascript

clients/client-ec2/src/commands/DescribeInstancesCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ export interface DescribeInstancesCommandOutput extends DescribeInstancesResult,
4444
* not specify any instance IDs at all, the call fails. If you describe instances and
4545
* specify only instance IDs that are in an unaffected zone, the call works
4646
* normally.</p>
47+
* <note>
48+
* <p>The order of the elements in the response, including those within nested
49+
* structures, might vary. Applications should not assume the elements appear in a
50+
* particular order.</p>
51+
* </note>
4752
* @example
4853
* Use a bare-bones client and the command you need to make an API call.
4954
* ```javascript

clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ export interface DescribeReservedInstancesCommandOutput extends DescribeReserved
3131
* <p>Describes one or more of the Reserved Instances that you purchased.</p>
3232
* <p>For more information about Reserved Instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved
3333
* Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
34+
* <note>
35+
* <p>The order of the elements in the response, including those within nested
36+
* structures, might vary. Applications should not assume the elements appear in a
37+
* particular order.</p>
38+
* </note>
3439
* @example
3540
* Use a bare-bones client and the command you need to make an API call.
3641
* ```javascript

clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export interface DescribeReservedInstancesListingsCommandOutput
3939
* <p>As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.</p>
4040
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a>
4141
* in the <i>Amazon EC2 User Guide</i>.</p>
42+
* <note>
43+
* <p>The order of the elements in the response, including those within nested
44+
* structures, might vary. Applications should not assume the elements appear in a
45+
* particular order.</p>
46+
* </note>
4247
* @example
4348
* Use a bare-bones client and the command you need to make an API call.
4449
* ```javascript

clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export interface DescribeReservedInstancesModificationsCommandOutput
3939
* @public
4040
* <p>Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.</p>
4141
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modifying Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
42+
* <note>
43+
* <p>The order of the elements in the response, including those within nested
44+
* structures, might vary. Applications should not assume the elements appear in a
45+
* particular order.</p>
46+
* </note>
4247
* @example
4348
* Use a bare-bones client and the command you need to make an API call.
4449
* ```javascript

clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ export interface DescribeReservedInstancesOfferingsCommandOutput
4040
* <p>If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.</p>
4141
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a>
4242
* in the <i>Amazon EC2 User Guide</i>.</p>
43+
* <note>
44+
* <p>The order of the elements in the response, including those within nested
45+
* structures, might vary. Applications should not assume the elements appear in a
46+
* particular order.</p>
47+
* </note>
4348
* @example
4449
* Use a bare-bones client and the command you need to make an API call.
4550
* ```javascript

clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface ModifyInstancePlacementCommandOutput extends ModifyInstancePlac
3535
* <p>Modify the affinity between an instance and a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html">Dedicated
3636
* Host</a>. When affinity is set to <code>host</code> and the instance is
3737
* not associated with a specific Dedicated Host, the next time the instance is
38-
* launched, it is automatically associated with the host on which it lands. If the
38+
* started, it is automatically associated with the host on which it lands. If the
3939
* instance is restarted or rebooted, this relationship persists.</p>
4040
* </li>
4141
* <li>

0 commit comments

Comments
 (0)