AWS solutions documentation change
Summary
Added documentation for the optional 'SesIdentity' parameter explaining its relationship to SES domain verification and email sending authorization
Security assessment
The change documents SES identity verification requirements which prevent email spoofing. This enhances security awareness but doesn't address a specific vulnerability.
Diff
diff --git a/solutions/latest/deepracer-on-aws/launch-the-stack.md b/solutions/latest/deepracer-on-aws/launch-the-stack.md index 59d63734f..326fb5db4 100644 --- a//solutions/latest/deepracer-on-aws/launch-the-stack.md +++ b//solutions/latest/deepracer-on-aws/launch-the-stack.md @@ -39,0 +40 @@ Parameter | Default | Description +**SesIdentity** | <Optional input> | A verified SES domain used to authorize the email address for sending. Must be a domain, and must match the domain or be a parent domain of `SesVerifiedEmail`. If blank, defaults to the email address specified in `SesVerifiedEmail`. This is only relevant when `EmailDeliveryMethod` is `SES`. When using a domain identity, you must still provide `SesVerifiedEmail` as the sender address. For more information on domain identities, refer to [Creating and verifying identities in Amazon SES](https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html).