AWS Security ChangesHomeSearch

AWS govcloud-us documentation change

Service: govcloud-us · 2025-08-28 · Documentation low

File: govcloud-us/latest/UserGuide/govcloud-iotgreengrass.md

Summary

Removed example IAM policy for IoT Greengrass OTA update S3 access

Security assessment

Policy removal appears to be documentation cleanup without any security context or vulnerability indication

Diff

diff --git a/govcloud-us/latest/UserGuide/govcloud-iotgreengrass.md b/govcloud-us/latest/UserGuide/govcloud-iotgreengrass.md
index 129edac84..0e169c50c 100644
--- a//govcloud-us/latest/UserGuide/govcloud-iotgreengrass.md
+++ b//govcloud-us/latest/UserGuide/govcloud-iotgreengrass.md
@@ -54,24 +53,0 @@ The following example policy includes the minimum required permissions that must
-JSON
-    
-
-****
-    
-    
-        {
-        "Version": "2012-10-17",
-        "Statement": [
-            {
-                "Sid": "AllowsIotToAccessGreengrassOTAUpdateArtifacts",
-                "Effect": "Allow",
-                "Action": [
-                    "s3:GetObject"
-                ],
-                "Resource": [
-                        "arn:aws-us-gov::s3:::us-gov-west-1-greengrass-updates/*"
-                    
-                ]
-            }
-        ]
-    }
-    
-