AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

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

File: AmazonECS/latest/developerguide/getting-started-fargate.md

Summary

Revised Fargate service creation steps to reflect UI changes, corrected task definition reference, and reordered networking/security group configuration steps.

Security assessment

Procedural updates for UI navigation and step ordering. No security-related content added or modified beyond general security group configuration (already part of prerequisites).

Diff

diff --git a/AmazonECS/latest/developerguide/getting-started-fargate.md b/AmazonECS/latest/developerguide/getting-started-fargate.md
index d7ea413bb..f5242e459 100644
--- a//AmazonECS/latest/developerguide/getting-started-fargate.md
+++ b//AmazonECS/latest/developerguide/getting-started-fargate.md
@@ -134 +134 @@ Create a service using the task definition.
-  3. Under **Deployment configuration** , specify how your application is deployed.
+  3. Under **Service details** , specify how your application is deployed.
@@ -136 +136 @@ Create a service using the task definition.
-    1. For **Task definition** , choose the task definition you created in Step 2: Create a task definition.
+    1. For **Task definition family** , choose the task definition you created in Step 2: Create a task definition.
@@ -140 +140 @@ Create a service using the task definition.
-    3. For **Desired tasks** , enter **1**.
+  4. Under **Environment** , choose **Launch type** and then choose `FARGATE`.
@@ -142 +142 @@ Create a service using the task definition.
-  4. Under **Networking** , you can create a new security group or choose an existing security group for your task. Ensure that the security group you use has the inbound rule listed under Prerequisites.
+  5. Under **Deployment configuration** , for **Desired tasks** , enter **1**. 
@@ -144 +144,3 @@ Create a service using the task definition.
-  5. Choose **Create**.
+  6. Under **Networking** , you can create a new security group or choose an existing security group for your task. Ensure that the security group you use has the inbound rule listed under Prerequisites.
+
+  7. Choose **Create**.