AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2025-10-01 · Documentation low

File: AmazonECS/latest/developerguide/get-set-up-for-amazon-ecs.md

Summary

Updated terminology from 'EC2 launch type' to 'EC2' and similar phrasing changes for Fargate/EC2 task creation links

Security assessment

Changes are minor wording adjustments to simplify terminology. No security context or vulnerability remediation is mentioned.

Diff

diff --git a/AmazonECS/latest/developerguide/get-set-up-for-amazon-ecs.md b/AmazonECS/latest/developerguide/get-set-up-for-amazon-ecs.md
index 2deb75945..1c9c54aef 100644
--- a//AmazonECS/latest/developerguide/get-set-up-for-amazon-ecs.md
+++ b//AmazonECS/latest/developerguide/get-set-up-for-amazon-ecs.md
@@ -152 +152 @@ For security reasons, we don't recommend that you allow SSH access from all IP a
-For Amazon ECS, a key pair is only needed if you intend on using the EC2 launch type.
+For Amazon ECS, a key pair is only needed if you intend on using EC2.
@@ -187 +187 @@ After installing the AWS CLI, there are many different tools you can utilize as
-  * [Learn how to create an Amazon ECS Linux task for the Fargate launch type](./getting-started-fargate.html).
+  * [Learn how to create an Amazon ECS Linux task for Fargate](./getting-started-fargate.html).
@@ -189 +189 @@ After installing the AWS CLI, there are many different tools you can utilize as
-  * [Learn how to create an Amazon ECS Windows task for the Fargate launch type](./Windows_fargate-getting_started.html).
+  * [Learn how to create an Amazon ECS Windows task for Fargate](./Windows_fargate-getting_started.html).
@@ -191 +191 @@ After installing the AWS CLI, there are many different tools you can utilize as
-  * [Learn how to create an Amazon ECS Windows task for the EC2 launch type](./getting-started-ecs-ec2-v2.html).
+  * [Learn how to create an Amazon ECS Windows task for EC2](./getting-started-ecs-ec2-v2.html).