AWS AmazonECS documentation change
Summary
Simplified launch type references by removing redundant 'launch type' wording in Fargate and EC2 role descriptions
Security assessment
The changes are editorial improvements to documentation phrasing without introducing or modifying security-related content. Updates focus on grammatical consistency rather than addressing vulnerabilities or security controls.
Diff
diff --git a/AmazonECS/latest/developerguide/task_cannot_pull_image.md b/AmazonECS/latest/developerguide/task_cannot_pull_image.md index 0b5d3fe16..d7bab5d9a 100644 --- a//AmazonECS/latest/developerguide/task_cannot_pull_image.md +++ b//AmazonECS/latest/developerguide/task_cannot_pull_image.md @@ -64 +64 @@ The task uses one of the following roles: - * For tasks with the Fargate launch type, this is the task execution role. For information about the additional permissions for Amazon ECR, [Fargate tasks pulling Amazon ECR images over interface endpoints permissions](./task_execution_IAM_role.html#task-execution-ecr-conditionkeys). + * For tasks with the Fargate, this is the task execution role. For information about the additional permissions for Amazon ECR, [Fargate tasks pulling Amazon ECR images over interface endpoints permissions](./task_execution_IAM_role.html#task-execution-ecr-conditionkeys). @@ -66 +66 @@ The task uses one of the following roles: - * For tasks with the EC2 launch type, this is the container instance role. For information about the additional permissions for Amazon ECR, [Amazon ECR permissions](./instance_IAM_role.html#container-instance-role-ecr). + * For tasks with EC2, this is the container instance role. For information about the additional permissions for Amazon ECR, [Amazon ECR permissions](./instance_IAM_role.html#container-instance-role-ecr).