AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

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

File: AmazonECS/latest/developerguide/ecs-tutorials.md

Summary

Updated tutorial links to remove 'launch type' terminology

Security assessment

Terminology updates with no security impact. Changes are purely documentation style improvements.

Diff

diff --git a/AmazonECS/latest/developerguide/ecs-tutorials.md b/AmazonECS/latest/developerguide/ecs-tutorials.md
index 1ee62e2ee..548ad198b 100644
--- a//AmazonECS/latest/developerguide/ecs-tutorials.md
+++ b//AmazonECS/latest/developerguide/ecs-tutorials.md
@@ -13,3 +13,3 @@ Tutorial overview | Learn more
-Get started with Amazon ECS on Fargate. |  [Learn how to create an Amazon ECS Linux task for the Fargate launch type](./getting-started-fargate.html)  
-Get started with Windows containers on Fargate. |  [Learn how to create an Amazon ECS Windows task for the Fargate launch type](./Windows_fargate-getting_started.html)  
-Get started with Windows containers for the EC2 launch type. |  [Learn how to create an Amazon ECS Windows task for the EC2 launch type](./getting-started-ecs-ec2-v2.html)  
+Get started with Amazon ECS on Fargate. |  [Learn how to create an Amazon ECS Linux task for Fargate](./getting-started-fargate.html)  
+Get started with Windows containers on Fargate. |  [Learn how to create an Amazon ECS Windows task for Fargate](./Windows_fargate-getting_started.html)  
+Get started with Windows containers for EC2. |  [Learn how to create an Amazon ECS Windows task for EC2](./getting-started-ecs-ec2-v2.html)  
@@ -21,3 +21,3 @@ Tutorial overview | Learn more
-Create a Linux task for the Fargate launch type. |  [Creating an Amazon ECS Linux task for the Fargate launch type with the AWS CLI](./ECS_AWSCLI_Fargate.html)  
-Create a Windows task for the Fargate launch type. |  [Creating an Amazon ECS Windows task for the Fargate launch type with the AWS CLI](./ECS_AWSCLI_Fargate_windows.html)  
-Create a Linux task for the EC2 launch type. |  [Creating an Amazon ECS task for the EC2 launch type with the AWS CLI](./ECS_AWSCLI_EC2.html)  
+Create a Linux task for the Fargate. |  [Creating an Amazon ECS Linux task for the Fargate with the AWS CLI](./ECS_AWSCLI_Fargate.html)  
+Create a Windows task for the Fargate. |  [Creating an Amazon ECS Windows task for the Fargate with the AWS CLI](./ECS_AWSCLI_Fargate_windows.html)  
+Create a Linux task for EC2. |  [Creating an Amazon ECS task for EC2 with the AWS CLI](./ECS_AWSCLI_EC2.html)  
@@ -51 +51 @@ Task and container security best practices
-Creating a Linux task for the Fargate launch type with the AWS CLI
+Creating a Linux task for Fargate with the AWS CLI