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
* <p>The <code>FARGATE</code> and <code>FARGATE_SPOT</code> capacity providers are reserved and can't
34
-
* be deleted. You can disassociate them from a cluster using either <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutCapacityProviderProviders.html">PutCapacityProviderProviders</a> or by deleting the cluster.</p>
34
+
* be deleted. You can disassociate them from a cluster using either <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html">PutClusterCapacityProviders</a> or by deleting the cluster.</p>
35
35
* </note>
36
36
* <p>Prior to a capacity provider being deleted, the capacity provider must be removed from the capacity
37
37
* provider strategy from all services. The <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html">UpdateService</a> API can be used to
* <p> For CLI examples, see <a href="https://github.com/aws/aws-cli/blob/develop/awscli/examples/ecs/describe-clusters.rst">describe-clusters.rst</a> on GitHub.</p>
32
33
* @example
33
34
* Use a bare-bones client and the command you need to make an API call.
* <p>The value to set for the cluster setting. The supported values are <code>enabled</code> and
818
-
* <code>disabled</code>. </p>
819
-
* <p>If you set <code>name</code> to <code>containerInsights</code> and <code>value</code> to
820
-
* <code>enabled</code>, CloudWatch Container Insights will be on for the cluster, otherwise it will be off
821
-
* unless the <code>containerInsights</code> account setting is turned on. If a cluster value is
822
-
* specified, it will override the <code>containerInsights</code> value set with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html">PutAccountSetting</a> or <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html">PutAccountSettingDefault</a>.</p>
828
+
* <p>The value to set for the cluster setting. The supported values are <code>enhanced</code>,
829
+
* <code>enabled</code>, and <code>disabled</code>. </p>
830
+
* <p>To use Container Insights with enhanced observability, set the
831
+
* <code>containerInsights</code> account setting to <code>enhanced</code>.</p>
832
+
* <p>To use Container Insights, set the <code>containerInsights</code> account setting to
833
+
* <code>enabled</code>.</p>
834
+
* <p>If a cluster value is specified, it will override the <code>containerInsights</code> value
835
+
* set with <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html">PutAccountSetting</a> or <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html">PutAccountSettingDefault</a>.</p>
* <p>The cluster that hosts the service. This can either be the cluster name or ARN. 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 performanceIf you don't
10156
-
* specify a cluster, <code>deault</code> is used.</p>
10169
+
* <p>The cluster that hosts the service. This can either be the cluster name or ARN. Starting
10170
+
* April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic
10171
+
* Inference (EI), and will help current customers migrate their workloads to options that
10172
+
* offer better price and performanceIf you don't specify a cluster, <code>default</code>
* <code>containerInsights</code> - When modified, the default setting indicating whether Amazon Web Services
10810
-
* CloudWatch Container Insights is turned on for your clusters is changed. If
10811
-
* <code>containerInsights</code> is turned on, any new clusters that are created will have
10812
-
* Container Insights turned on unless you disable it during cluster creation. For more
10813
-
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">CloudWatch Container
10814
-
* Insights</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
10826
+
* <code>containerInsights</code> - Container Insights with enhanced observability provides
10827
+
* all the Container Insights metrics, plus additional task and container metrics.
10828
+
* This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2
10829
+
* and Fargate launch types. After you configure Container Insights with enhanced
10830
+
* observability on Amazon ECS, Container Insights auto-collects detailed infrastructure
10831
+
* telemetry from the cluster level down to the container level in your environment and
10832
+
* displays these critical performance data in curated dashboards removing the
10833
+
* heavy lifting in observability set-up. </p>
10834
+
* <p>To use Container Insights with enhanced observability, set the
10835
+
* <code>containerInsights</code> account setting to
10836
+
* <code>enhanced</code>.</p>
10837
+
* <p>To use Container Insights, set the <code>containerInsights</code> account setting to
10838
+
* <code>enabled</code>.</p>
10839
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">Monitor Amazon ECS containers using Container Insights with enhanced observability</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
* <code>containerInsights</code> - When modified, the default setting indicating whether Amazon Web Services
10954
-
* CloudWatch Container Insights is turned on for your clusters is changed. If
10955
-
* <code>containerInsights</code> is turned on, any new clusters that are created will have
10956
-
* Container Insights turned on unless you disable it during cluster creation. For more
10957
-
* information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">CloudWatch Container
10958
-
* Insights</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
10979
+
* <code>containerInsights</code> - Container Insights with enhanced observability provides
10980
+
* all the Container Insights metrics, plus additional task and container metrics.
10981
+
* This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2
10982
+
* and Fargate launch types. After you configure Container Insights with enhanced
10983
+
* observability on Amazon ECS, Container Insights auto-collects detailed infrastructure
10984
+
* telemetry from the cluster level down to the container level in your environment and
10985
+
* displays these critical performance data in curated dashboards removing the
10986
+
* heavy lifting in observability set-up. </p>
10987
+
* <p>To use Container Insights with enhanced observability, set the
10988
+
* <code>containerInsights</code> account setting to
10989
+
* <code>enhanced</code>.</p>
10990
+
* <p>To use Container Insights, set the <code>containerInsights</code> account
10991
+
* setting to <code>enabled</code>.</p>
10992
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html">Monitor Amazon ECS containers using Container Insights with enhanced observability</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>
0 commit comments