AWS workmail documentation change
Summary
Updated SES resource ARN with explicit region (us-east-1) in policy example
Security assessment
Documentation correction for regional specificity, but no security vulnerability addressed
Diff
diff --git a/workmail/latest/adminguide/editing_domains.md b/workmail/latest/adminguide/editing_domains.md index d7c62eb63..ee80f72c2 100644 --- a//workmail/latest/adminguide/editing_domains.md +++ b//workmail/latest/adminguide/editing_domains.md @@ -65 +65 @@ JSON - "Resource": "arn:aws:ses:REGION:AWS_ACCOUNT_ID:identity/WORKMAIL-DOMAIN-NAME", + "Resource": "arn:aws:ses:us-east-1:AWS_ACCOUNT_ID:identity/WORKMAIL-DOMAIN-NAME", @@ -68 +68 @@ JSON - "aws:SourceArn": "arn:aws:workmail:REGION:AWS_ACCOUNT_ID:organization/WORKMAIL_ORGANIZATION_ID" + "aws:SourceArn": "arn:aws:workmail:us-east-1:AWS_ACCOUNT_ID:organization/WORKMAIL_ORGANIZATION_ID"