AWS Security ChangesHomeSearch

AWS lightsail documentation change

Service: lightsail · 2025-08-28 · Documentation low

File: lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access.md

Summary

Removed JSON policy example for ECR repository access management

Security assessment

The change deletes an example IAM policy for managing ECR repository permissions but does not indicate any security vulnerability remediation. This was general security documentation about access control configuration.

Diff

diff --git a/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access.md b/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access.md
index f12c349fe..43ad68584 100644
--- a//lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access.md
+++ b//lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access.md
@@ -73,25 +72,0 @@ The following permissions policy grants a user permission to configure access to
-JSON
-    
-
-****
-    
-    
-    
-    {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "ManageEcrPrivateRepositoriesAccess",
-                "Effect": "Allow",
-                "Action": [
-                    "ecr:SetRepositoryPolicy",
-                    "ecr:DescribeRepositories",
-                    "ecr:DeleteRepositoryPolicy",
-                    "ecr:GetRepositoryPolicy"
-                ],
-                "Resource": "arn:aws:ecr:us-east-1:AwsAccountId:repository/RepositoryName"
-            }
-        ]
-    }
-    
-