AWS scheduler medium security documentation change
Summary
Updated IAM policy examples with corrected SID values and fixed IAM ARN format
Security assessment
Corrected IAM policy ARN format (fixing 'arn:aws::iam' to proper format) and policy statement IDs. Incorrect ARN formats in IAM policies could lead to security misconfigurations. This change prevents potential permission errors that might expose resources.
Diff
diff --git a/scheduler/latest/UserGuide/encryption-rest.md b/scheduler/latest/UserGuide/encryption-rest.md index a5679c6cf..eb366f7c5 100644 --- a//scheduler/latest/UserGuide/encryption-rest.md +++ b//scheduler/latest/UserGuide/encryption-rest.md @@ -108 +108 @@ JSON - "Sid": "Allow EventBridge Scheduler to decrypt data using a customer managed key", + "Sid": "AllowEventBridgeSchedulerToDecryptDataUsingCMKMS", @@ -142 +142 @@ JSON - "Sid": "Provide required IAM Permissions", + "Sid": "ProvideRequiredIAMPermissions", @@ -145 +145 @@ JSON - "AWS": "arn:aws:iam::123456789012:root" + "AWS": "arn:aws::iam::123456789012:root" @@ -168 +168 @@ JSON - "Sid": "Provide required IAM Permissions", + "Sid": "ProvideRequiredIAMPermissions", @@ -171 +171 @@ JSON - "AWS": "arn:aws:iam::695325144837:root" + "AWS": "arn:aws::iam::123456789012:root"