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): This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
* <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
1277
1277
* pools specified by the EC2 Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the
1278
1278
* <i>Amazon EC2 User Guide</i>.</p>
1279
-
*
1280
-
* <dl>
1281
-
* <dt>price-capacity-optimized (recommended)</dt>
1282
-
* <dd>
1283
-
* <p>EC2 Fleet identifies the pools with
1284
-
* the highest capacity availability for the number of instances that are launching. This means
1285
-
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
1286
-
* in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.</p>
1287
-
* </dd>
1288
-
* <dt>capacity-optimized</dt>
1289
-
* <dd>
1290
-
* <p>EC2 Fleet identifies the pools with
1291
-
* the highest capacity availability for the number of instances that are launching. This means
1292
-
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
1293
-
* in the near term. To give certain
1294
-
* instance types a higher chance of launching first, use
1295
-
* <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
1296
-
* using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
1297
-
* assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
1298
-
* the priorities on a best-effort basis, but optimizes for capacity first.
1299
-
* <code>capacity-optimized-prioritized</code> is supported only if your EC2 Fleet uses a
1300
-
* launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
1301
-
* <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
1302
-
* capacity.</p>
1303
-
* </dd>
1304
-
* <dt>diversified</dt>
1305
-
* <dd>
1306
-
* <p>EC2 Fleet requests instances from all of the Spot Instance pools that you
1307
-
* specify.</p>
1308
-
* </dd>
1309
-
* <dt>lowest-price</dt>
1310
-
* <dd>
1311
-
* <p>EC2 Fleet requests instances from the lowest priced Spot Instance pool that
1312
-
* has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
1313
-
* come from the next lowest priced pool that has available capacity. If a pool runs out of
1314
-
* capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
1315
-
* request by drawing from the next lowest priced pool. To ensure that your desired capacity is
1316
-
* met, you might receive Spot Instances from several pools. Because this strategy only considers instance
1317
-
* price and not capacity availability, it might lead to high interruption rates.</p>
1318
-
* </dd>
1319
-
* </dl>
1320
-
*
1279
+
* <p>
1280
+
* <code>lowest-price</code> - EC2 Fleet launches instances from the lowest-price Spot Instance pool that
1281
+
* has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances
1282
+
* come from the next cheapest pool that has available capacity. If a pool runs out of
1283
+
* capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
1284
+
* request by drawing from the next cheapest pool. To ensure that your desired capacity is
1285
+
* met, you might receive Spot Instances from several pools.</p>
1286
+
* <p>
1287
+
* <code>diversified</code> - EC2 Fleet launches instances from all
1288
+
* of the Spot Instance pools that you specify.</p>
* <p>The fields to include in the flow log record. List the fields in the order in which
2387
-
* they should appear. For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log
2388
-
* records</a>. If you omit this parameter, the flow log is created using the
2369
+
* they should appear. If you omit this parameter, the flow log is created using the
2389
2370
* default format. If you specify this parameter, you must include at least one
2390
-
* field.</p>
2371
+
* field. For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log
2372
+
* records</a> in the <i>Amazon VPC User Guide</i> or <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-flow-logs.html#flow-log-records">Transit Gateway Flow Log
2373
+
* records</a> in the <i>Amazon Web Services Transit Gateway Guide</i>.</p>
2391
2374
* <p>Specify the fields using the <code>${field-id}</code> format, separated by spaces. For
2392
2375
* the CLI, surround this parameter value with single quotes on Linux or
* <p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. You can specify 60 seconds (1 minute) or 600 seconds (10 minutes).</p>
2386
+
* <p>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
2387
+
* The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes).
2388
+
* This parameter must be 60 seconds for transit gateway resource types.</p>
2404
2389
* <p>When a network interface is attached to a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances">Nitro-based
2405
2390
* instance</a>, the aggregation interval is always 60 seconds or less, regardless
* <p>The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.</p>
* <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
3599
3599
* pools specified by the EC2 Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the
3600
3600
* <i>Amazon EC2 User Guide</i>.</p>
3601
-
*
3602
-
* <dl>
3603
-
* <dt>price-capacity-optimized (recommended)</dt>
3604
-
* <dd>
3605
-
* <p>EC2 Fleet identifies the pools with
3606
-
* the highest capacity availability for the number of instances that are launching. This means
3607
-
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
3608
-
* in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.</p>
3609
-
* </dd>
3610
-
* <dt>capacity-optimized</dt>
3611
-
* <dd>
3612
-
* <p>EC2 Fleet identifies the pools with
3613
-
* the highest capacity availability for the number of instances that are launching. This means
3614
-
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
3615
-
* in the near term. To give certain
3616
-
* instance types a higher chance of launching first, use
3617
-
* <code>capacity-optimized-prioritized</code>. Set a priority for each instance type by
3618
-
* using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
3619
-
* assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
3620
-
* the priorities on a best-effort basis, but optimizes for capacity first.
3621
-
* <code>capacity-optimized-prioritized</code> is supported only if your EC2 Fleet uses a
3622
-
* launch template. Note that if the On-Demand <code>AllocationStrategy</code> is set to
3623
-
* <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
3624
-
* capacity.</p>
3625
-
* </dd>
3626
-
* <dt>diversified</dt>
3627
-
* <dd>
3628
-
* <p>EC2 Fleet requests instances from all of the Spot Instance pools that you
3629
-
* specify.</p>
3630
-
* </dd>
3631
-
* <dt>lowest-price</dt>
3632
-
* <dd>
3633
-
* <p>EC2 Fleet requests instances from the lowest priced Spot Instance pool that
3634
-
* has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
3635
-
* come from the next lowest priced pool that has available capacity. If a pool runs out of
3636
-
* capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
3637
-
* request by drawing from the next lowest priced pool. To ensure that your desired capacity is
3638
-
* met, you might receive Spot Instances from several pools. Because this strategy only considers instance
3639
-
* price and not capacity availability, it might lead to high interruption rates.</p>
3640
-
* </dd>
3641
-
* </dl>
3642
-
*
3601
+
* <p>
3602
+
* <code>lowest-price</code> - EC2 Fleet launches instances from the lowest-price Spot Instance pool that
3603
+
* has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances
3604
+
* come from the next cheapest pool that has available capacity. If a pool runs out of
3605
+
* capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
3606
+
* request by drawing from the next cheapest pool. To ensure that your desired capacity is
3607
+
* met, you might receive Spot Instances from several pools.</p>
3608
+
* <p>
3609
+
* <code>diversified</code> - EC2 Fleet launches instances from all of the Spot Instance pools that you
* <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
5042
5042
* pools specified by the Spot Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-allocation-strategy.html">Allocation
5043
5043
* strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
5044
-
*
5045
-
* <dl>
5046
-
* <dt>priceCapacityOptimized (recommended)</dt>
5047
-
* <dd>
5048
-
* <p>Spot Fleet identifies the pools with
5049
-
* the highest capacity availability for the number of instances that are launching. This means
5050
-
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
5051
-
* in the near term. Spot Fleet then requests Spot Instances from the lowest priced of these pools.</p>
5052
-
* </dd>
5053
-
* <dt>capacityOptimized</dt>
5054
-
* <dd>
5055
-
* <p>Spot Fleet identifies the pools with
5056
-
* the highest capacity availability for the number of instances that are launching. This means
5057
-
* that we will request Spot Instances from the pools that we believe have the lowest chance of interruption
5058
-
* in the near term. To give certain
5059
-
* instance types a higher chance of launching first, use
5060
-
* <code>capacityOptimizedPrioritized</code>. Set a priority for each instance type by
5061
-
* using the <code>Priority</code> parameter for <code>LaunchTemplateOverrides</code>. You can
5062
-
* assign the same priority to different <code>LaunchTemplateOverrides</code>. EC2 implements
5063
-
* the priorities on a best-effort basis, but optimizes for capacity first.
5064
-
* <code>capacityOptimizedPrioritized</code> is supported only if your Spot Fleet uses a
5065
-
* launch template. Note that if the <code>OnDemandAllocationStrategy</code> is set to
5066
-
* <code>prioritized</code>, the same priority is applied when fulfilling On-Demand
5067
-
* capacity.</p>
5068
-
* </dd>
5069
-
* <dt>diversified</dt>
5070
-
* <dd>
5071
-
* <p>Spot Fleet requests instances from all of the Spot Instance pools that you
5072
-
* specify.</p>
5073
-
* </dd>
5074
-
* <dt>lowestPrice</dt>
5075
-
* <dd>
5076
-
* <p>Spot Fleet requests instances from the lowest priced Spot Instance pool that
5077
-
* has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances
5078
-
* come from the next lowest priced pool that has available capacity. If a pool runs out of
5079
-
* capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your
5080
-
* request by drawing from the next lowest priced pool. To ensure that your desired capacity is
5081
-
* met, you might receive Spot Instances from several pools. Because this strategy only considers instance
5082
-
* price and not capacity availability, it might lead to high interruption rates.</p>
5083
-
* </dd>
5084
-
* </dl>
5085
-
*
5044
+
* <p>
5045
+
* <code>lowestPrice</code> - Spot Fleet launches instances from the lowest-price Spot Instance pool
5046
+
* that has available capacity. If the cheapest pool doesn't have available capacity, the
5047
+
* Spot Instances come from the next cheapest pool that has available capacity. If a pool runs out
5048
+
* of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your
5049
+
* request by drawing from the next cheapest pool. To ensure that your desired capacity is
5050
+
* met, you might receive Spot Instances from several pools.</p>
5051
+
* <p>
5052
+
* <code>diversified</code> - Spot Fleet launches instances from all of the Spot Instance pools that you
0 commit comments