AWS AmazonECS documentation change
Summary
Simplified terminology by removing 'launch type' from EC2/Fargate references
Security assessment
Minor terminology changes without security implications. The authentication methods described remain unchanged.
Diff
diff --git a/AmazonECS/latest/developerguide/private-auth-container-instances.md b/AmazonECS/latest/developerguide/private-auth-container-instances.md index 3fc23c092..932015fd5 100644 --- a//AmazonECS/latest/developerguide/private-auth-container-instances.md +++ b//AmazonECS/latest/developerguide/private-auth-container-instances.md @@ -9 +9 @@ Authentication formatsProcedure -The Amazon ECS container agent can authenticate with private registries, using basic authentication. When you enable private registry authentication, you can use private Docker images in your task definitions. This feature is only supported by tasks using the EC2 launch type. +The Amazon ECS container agent can authenticate with private registries, using basic authentication. When you enable private registry authentication, you can use private Docker images in your task definitions. This feature is only supported by tasks using EC2. @@ -11 +11 @@ The Amazon ECS container agent can authenticate with private registries, using b -Another method of enabling private registry authentication uses AWS Secrets Manager to store your private registry credentials securely and then reference them in your container definition. This allows your tasks to use images from private repositories. This method supports tasks using either the EC2 or Fargate launch types. For more information, see [Using non-AWS container images in Amazon ECS](./private-auth.html). +Another method of enabling private registry authentication uses AWS Secrets Manager to store your private registry credentials securely and then reference them in your container definition. This allows your tasks to use images from private repositories. This method supports tasks using either EC2 or Fargate. For more information, see [Using non-AWS container images in Amazon ECS](./private-auth.html).