AWS Security ChangesHomeSearch

AWS AmazonECS documentation change

Service: AmazonECS · 2025-07-19 · Documentation low

File: AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md

Summary

Updated IAM policy ARN references in CloudFormation template examples

Security assessment

Corrects ARN syntax in templates but does not relate to security issues or document security features.

Diff

diff --git a/AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md b/AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md
index 7ca060a3b..7a04c39b6 100644
--- a//AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md
+++ b//AmazonECS/latest/developerguide/migrate-codedeploy-to-ecs-bluegreen-cloudformation-template.md
@@ -449 +449 @@ Replace the `user-input` with your value.
-            "arn:aws:iam::aws:policy/service-role/AmazonECSInfrastructureRolePolicyForLoadBalancers"
+            "arn:aws:iam::aws:policy/AmazonECSInfrastructureRolePolicyForLoadBalancers"
@@ -685 +685 @@ This is the complete AWS CloudFormation template using an Amazon ECS blue/green
-              "arn:aws:iam::aws:policy/service-role/AmazonECSInfrastructureRolePolicyForLoadBalancers"
+              "arn:aws:iam::aws:policy/AmazonECSInfrastructureRolePolicyForLoadBalancers"