AWS solutions documentation change
Summary
Added two new CloudFormation parameters for email delivery configuration: EmailDeliveryMethod (COGNITO/SES) and SesVerifiedEmail.
Security assessment
Adds documentation about authentication email delivery options, including security considerations (Cognito's 50-email limit vs SES for higher throughput). This provides guidance on secure email delivery configuration but doesn't address a specific security issue.
Diff
diff --git a/solutions/latest/deepracer-on-aws/launch-the-stack.md b/solutions/latest/deepracer-on-aws/launch-the-stack.md index 4a9ef9dc7..59d63734f 100644 --- a//solutions/latest/deepracer-on-aws/launch-the-stack.md +++ b//solutions/latest/deepracer-on-aws/launch-the-stack.md @@ -37,0 +38,2 @@ Parameter | Default | Description +**EmailDeliveryMethod** | _< Requires input>_ | The delivery method to use for sending authentication emails, such as invitation emails and password resets. Options: `COGNITO` or `SES`. Default value: `COGNITO`. Amazon Cognito is the default option and requires no additional configuration, but is subject to a limit of 50 emails per day per account. For users requiring greater throughput, Amazon SES is recommended, but users must first complete the [Prerequisites](./prerequisites.html) in order to use that service. +**SesVerifiedEmail** | <Optional input> | A verified email address to send authentication emails from. This is **required** if you selected `SES` as the `EmailDeliveryMethod`. This will be ignored if you selected `COGNITO` as the `EmailDeliveryMethod`, and can be left blank in that case.