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 support for adding an ElasticBlockStorage volume configurations in ECS RunTask/StartTask/CreateService/UpdateService APIs. The configuration allows for attaching EBS volumes to ECS Tasks.
* <p>When a volume with an Amazon Web Services Marketplace product code is detached from an instance, the
40
40
* product code is no longer associated with the instance.</p>
41
+
* <p>You can't detach or force detach volumes that are attached to Amazon ECS or
42
+
* Fargate tasks. Attempting to do this results in the <code>UnsupportedOperationException</code>
43
+
* exception with the <code>Unable to detach volume attached to ECS tasks</code> error message.</p>
41
44
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-detaching-volume.html">Detach an Amazon EBS volume</a> in the
42
45
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
* does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances
2757
2757
* in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you're
2758
2758
* willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops
2759
-
* launching instances even if it hasn’t met the target capacity. The
2759
+
* launching instances even if it hasn't met the target capacity. The
2760
2760
* <code>MaxTotalPrice</code> parameters are located in <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_OnDemandOptionsRequest">OnDemandOptionsRequest</a>
2761
2761
* and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotOptionsRequest">SpotOptionsRequest</a>.</p>
* <p>The unit for the target capacity. <code>TargetCapacityUnitType</code> can only be specified when <code>InstanceRequirements</code> is specified.</p>
2793
-
* <p>Default: <code>units</code> (translates to number of instances)</p>
2790
+
* <p>The unit for the target capacity. You can specify this parameter only when using
2791
+
* attributed-based instance type selection.</p>
2792
+
* <p>Default: <code>units</code> (the number of instances)</p>
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
2862
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
2863
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
2969
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
2970
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
3195
+
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
3196
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
* <p>The unit for the target capacity. <code>TargetCapacityUnitType</code> can only be specified when <code>InstanceRequirements</code> is specified.</p>
6626
-
* <p>Default: <code>units</code> (translates to number of instances)</p>
0 commit comments