AWS AmazonECS documentation change
Summary
Updated documentation links to use simplified terminology (removed 'launch type' from Fargate/EC2 references)
Security assessment
Changes are editorial improvements to link text formatting without altering security context. No evidence of addressing vulnerabilities or security features.
Diff
diff --git a/AmazonECS/latest/developerguide/platform-versions-changelog.md b/AmazonECS/latest/developerguide/platform-versions-changelog.md index 28613c58f..130748e01 100644 --- a//AmazonECS/latest/developerguide/platform-versions-changelog.md +++ b//AmazonECS/latest/developerguide/platform-versions-changelog.md @@ -21 +21 @@ The following is the changelog for platform version `1.4.0`. - * Tasks run in a VPC and subnet enabled for IPv6 will be assigned both a private IPv4 address and an IPv6 address. For more information, see [Amazon ECS task networking options for the Fargate launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html). + * Tasks run in a VPC and subnet enabled for IPv6 will be assigned both a private IPv4 address and an IPv6 address. For more information, see [Amazon ECS task networking options for Fargate](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-networking.html). @@ -33 +33 @@ The following is the changelog for platform version `1.4.0`. - * The network traffic behavior to and from tasks has been updated. Starting with platform version 1.4.0, all Fargate tasks receive a single elastic network interface (referred to as the task ENI) and all network traffic flows through that ENI within your VPC and will be visible to you through your VPC flow logs. For more information about networking for the Amazon EC2 launch type, see [Amazon ECS task networking options for the EC2 launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html). For more information about networking for the Fargate launch type, see [Amazon ECS task networking options for the Fargate launch type](./fargate-task-networking.html). + * The network traffic behavior to and from tasks has been updated. Starting with platform version 1.4.0, all Fargate tasks receive a single elastic network interface (referred to as the task ENI) and all network traffic flows through that ENI within your VPC and will be visible to you through your VPC flow logs. For more information about networking for the Amazon EC2 launch type, see [Amazon ECS task networking options for EC2](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html). For more information about networking for the Fargate, see [Amazon ECS task networking options for Fargate](./fargate-task-networking.html).