AWS Security ChangesHomeSearch

AWS devicefarm documentation change

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

File: devicefarm/latest/developerguide/setting-up.md

Summary

Removed JSON IAM policy example granting full DeviceFarm permissions

Security assessment

Removal of overly permissive policy example improves security guidance but does not address an active security issue. Demonstrates better practice of least privilege but not a direct vulnerability fix.

Diff

diff --git a/devicefarm/latest/developerguide/setting-up.md b/devicefarm/latest/developerguide/setting-up.md
index c5d5e6309..82bac129b 100644
--- a//devicefarm/latest/developerguide/setting-up.md
+++ b//devicefarm/latest/developerguide/setting-up.md
@@ -59,22 +58,0 @@ The AWS root account or IAM user that you use to complete the following steps mu
-JSON
-    
-
-****
-    
-    
-        {
-      "Version": "2012-10-17",
-      "Statement": [
-        {
-          "Effect": "Allow",
-          "Action": [
-            ":*"
-          ],
-          "Resource": [
-            "*"
-          ]
-        }
-      ]
-    }
-    
-