AWS AmazonECS documentation change
Summary
Updated terminology from 'FARGATE_MANAGED_INSTANCE' capacity provider to generic 'managed instances capacity provider' and clarified automatic instance selection behavior.
Security assessment
This is a documentation clarification about capacity provider naming and behavior with no security implications mentioned. No evidence of security vulnerability or security feature documentation.
Diff
diff --git a/AmazonECS/latest/developerguide/create-cluster-managed-instances.md b/AmazonECS/latest/developerguide/create-cluster-managed-instances.md index 4e65d9ede..08645d695 100644 --- a//AmazonECS/latest/developerguide/create-cluster-managed-instances.md +++ b//AmazonECS/latest/developerguide/create-cluster-managed-instances.md @@ -11 +11 @@ You create a cluster to define the infrastructure your tasks and services run on -When you create a cluster for Amazon ECS Managed Instances, you gain access to the `FARGATE_MANAGED_INSTANCE` capacity provider by default. This capacity provider automatically selects the most cost-optimized instance types for your workloads. You can also create custom capacity providers if you need specific instance attributes or types. +When you create a cluster for Amazon ECS Managed Instances, Amazon ECS automatically creates a managed instances capacity provider with default configurations. This capacity provider selects the most cost-optimized instance types for your workloads. You can also create custom capacity providers if you need specific instance attributes or types. @@ -41 +41 @@ The user creating the cluster must have an additional permission: `iam:CreateSer -By default, Amazon ECS chooses the instance types based on the requirements you specify in the task definition. This is the default capacity provider. If you need specific instance attributes or types, take note of all the requirements. You'll need to use a custom capacity provider, and then specify the instance requirements. +When you don't specify `instanceRequirements`, Amazon ECS automatically selects the most cost-optimized instance types based on your task definition requirements. To use specific instance attributes or types, create a capacity provider with `instanceRequirements`.