AWS Security ChangesHomeSearch

AWS scheduler documentation change

Service: scheduler · 2025-08-10 · Documentation low

File: scheduler/latest/UserGuide/security_iam_id-based-policy-examples.md

Summary

Updated region references in policy examples from us-west-2 to us-east-1, corrected 'Conditions' to 'Condition' in JSON syntax, and fixed KMS ViaService endpoint references.

Security assessment

Changes involve regional endpoint updates and JSON syntax corrections in policy examples. No explicit security vulnerability or incident is addressed.

Diff

diff --git a/scheduler/latest/UserGuide/security_iam_id-based-policy-examples.md b/scheduler/latest/UserGuide/security_iam_id-based-policy-examples.md
index 803a9e19d..91e17ac62 100644
--- a//scheduler/latest/UserGuide/security_iam_id-based-policy-examples.md
+++ b//scheduler/latest/UserGuide/security_iam_id-based-policy-examples.md
@@ -176 +176 @@ JSON
-        "Version": "2012-10-17"
+        "Version": "2012-10-17",
@@ -187 +187 @@ JSON
-                    "arn:aws:scheduler:us-west-2:123456789012:schedule/my-group/my-schedule-name"
+                "arn:aws:scheduler:us-east-1:123456789012:schedule/my-group/my-schedule-name"
@@ -202 +202 @@ JSON
-                "Conditions": {
+                "Condition": {
@@ -204 +204 @@ JSON
-                        "kms:ViaService": "scheduler.amazonaws.com",
+                    "kms:ViaService": "scheduler.us-east-1.amazonaws.com",
@@ -207,0 +208 @@ JSON
+            },
@@ -313 +314,2 @@ JSON
-                    "arn:aws:scheduler:us-west-2:123456789012:schedule/my-group/my-schedule-name
+                "arn:aws:scheduler:us-east-1:123456789012:schedule/my-group/my-schedule-name"
+        ]
@@ -327 +329 @@ JSON
-                "Conditions": {
+                "Condition": {
@@ -329,2 +331,2 @@ JSON
-                        "kms:ViaService": "scheduler.amazonaws.com",
-                        "kms:EncryptionContext:aws:scheduler:schedule:arn": "arn:aws:scheduler:us-west-2:123456789012:schedule/my-group/my-schedule-name"
+                    "kms:ViaService": "scheduler.us-east-1.amazonaws.com",
+                        "kms:EncryptionContext:aws:scheduler:schedule:arn": "arn:aws:scheduler:us-east-1:123456789012:schedule/my-group/my-schedule-name"
@@ -332,0 +335 @@ JSON
+            },
@@ -375 +378 @@ JSON
-                "Resource": "arn:aws:scheduler:us-west-2:123456789012:schedule/my-group"
+                "Resource": "arn:aws:scheduler:us-west-2:123456789012:schedule/my-group/*"