AWS datasync documentation change
Summary
Updated IAM policy examples to use 'us-east-1' region instead of placeholder
Security assessment
Regional specificity in examples does not indicate a security fix. Routine documentation update.
Diff
diff --git a/datasync/latest/userguide/configure-logging.md b/datasync/latest/userguide/configure-logging.md index 182bc6769..e1a5b7e09 100644 --- a//datasync/latest/userguide/configure-logging.md +++ b//datasync/latest/userguide/configure-logging.md @@ -49 +49 @@ The following example is an IAM policy that grants these permissions. - "arn:aws:datasync:region:account-id:task/*" + "arn:aws:datasync:us-east-1:account-id:task/*" @@ -56 +56 @@ The following example is an IAM policy that grants these permissions. - "Resource": "arn:aws:logs:region:account-id:log-group:*:*" + "Resource": "arn:aws:logs:us-east-1:account-id:log-group:*:*"