AWS AmazonECS documentation change
Summary
Removed waiver annotation (&TCX5-2025-waiver;) from policy version line and updated example ARN with placeholder account ID 111122223333
Security assessment
Changes appear to be cleanup of internal annotations and standardization of example values. The account ID update uses a standard placeholder format but doesn't introduce or modify security controls.
Diff
diff --git a/AmazonECS/latest/developerguide/CWE_IAM_role.md b/AmazonECS/latest/developerguide/CWE_IAM_role.md index ecd13379e..fe7d1582a 100644 --- a//AmazonECS/latest/developerguide/CWE_IAM_role.md +++ b//AmazonECS/latest/developerguide/CWE_IAM_role.md @@ -145 +145 @@ If this is your first time choosing **Policies** , the **Welcome to Managed Poli - "Version": "2012-10-17",&TCX5-2025-waiver; + "Version": "2012-10-17", @@ -150 +150 @@ If this is your first time choosing **Policies** , the **Welcome to Managed Poli - "Resource": ["arn:aws:iam::<aws_account_id>:role/<ecsTaskExecutionRole_or_TaskRole_name>"] + "Resource": ["arn:aws:iam::111122223333:role/<ecsTaskExecutionRole_or_TaskRole_name>"]