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-ecs): This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.
* <p>When creating a service that uses the <code>EXTERNAL</code> deployment controller, you
109
109
* can specify only parameters that aren't controlled at the task set level. The only
110
110
* required parameter is the service name. You control your services using the <a>CreateTaskSet</a> operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html">Amazon ECS deployment types</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
111
-
* <p>When the service scheduler launches new tasks, it determines task placement. For information
112
-
* about task placement and task placement strategies, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement.html">Amazon ECS
111
+
* <p>When the service scheduler launches new tasks, it determines task placement. For
112
+
* information about task placement and task placement strategies, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement.html">Amazon ECS
113
113
* task placement</a> in the <i>Amazon Elastic Container Service Developer Guide</i>
114
114
* </p>
115
115
* <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service. </p>
* <p>On March 21, 2024, a change was made to resolve the task definition revision before authorization. When a task definition revision is not specified, authorization will occur using the latest revision of a task definition.</p>
37
37
* </note>
38
-
* <p>For information about the maximum number of task sets and otther quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
38
+
* <p>For information about the maximum number of task sets and other quotas, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-quotas.html">Amazon ECS
39
39
* service quotas</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
40
40
* @example
41
41
* Use a bare-bones client and the command you need to make an API call.
* <p>The specified target wasn't found. You can view your available container instances
79
-
* with <a>ListContainerInstances</a>. Amazon ECS container instances are
80
-
* cluster-specific and Region-specific.</p>
79
+
* with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html">ListContainerInstances</a>. Amazon ECS container instances are cluster-specific and
80
+
* Region-specific.</p>
81
81
*
82
82
* @throws {@link ECSServiceException}
83
83
* <p>Base exception class for all service exceptions from ECS service.</p>
0 commit comments