AWS Security ChangesHomeSearch

AWS omics documentation change

Service: omics · 2025-08-25 · Documentation low

File: omics/latest/dev/permissions-resource.md

Summary

Added 'Resource': '*' fields and adjusted policy statement IDs in IAM policy examples.

Security assessment

The changes correct IAM policy syntax but do not explicitly address security vulnerabilities or add security guidance.

Diff

diff --git a/omics/latest/dev/permissions-resource.md b/omics/latest/dev/permissions-resource.md
index 30104ebc5..a72d6512e 100644
--- a//omics/latest/dev/permissions-resource.md
+++ b//omics/latest/dev/permissions-resource.md
@@ -129 +129,2 @@ JSON
-                ]
+                ],
+                "Resource": "*"
@@ -132 +133 @@ JSON
-                "Sid": "allow access to the service role of the account that owns the workflow",
+                "Sid": "AllowAccessToTheServiceRoleOfTheAccountThatOwnsTheWorkflow",
@@ -141 +142,2 @@ JSON
-                ]
+                ],
+                "Resource": "*"