AWS Security ChangesHomeSearch

AWS omics documentation change

Service: omics · 2025-06-19 · Documentation low

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

Summary

Updated example account numbers and fixed policy syntax formatting

Security assessment

Routine documentation maintenance updating placeholder account numbers (1234678901 → 111122223333) without any security context or policy changes.

Diff

diff --git a/omics/latest/dev/permissions-resource.md b/omics/latest/dev/permissions-resource.md
index 664714c64..7df6cddaf 100644
--- a//omics/latest/dev/permissions-resource.md
+++ b//omics/latest/dev/permissions-resource.md
@@ -171 +171 @@ You can list individual workflows in a condition statement, so only these workfl
-                 "aws:SourceArn": "arn:aws:omics:us-east-1:1234678901:workflow/1234567"
+                 "aws:SourceArn": "arn:aws:omics:us-east-1:111122223333:workflow/1234567"
@@ -196,2 +196 @@ You can list subscriber accounts in a condition statement, so that only these ac
-                  ]
-              },
+          ],
@@ -200 +199,2 @@ You can list subscriber accounts in a condition statement, so that only these ac
-                  "aws:SourceAccount": "123456789012"
+              "aws:SourceAccount": "111122223333"
+            }
@@ -222,2 +222 @@ You can also deny Amazon ECR permissions to specific subscribers, as shown in th
-                  ]
-              },
+                  ],
@@ -226 +225,2 @@ You can also deny Amazon ECR permissions to specific subscribers, as shown in th
-                  "aws:SourceAccount": "123456789012"
+                      "aws:SourceAccount": "111122223333"
+                    }