CloudKitect SES Setup Pattern
Verifies the Domain for sending emails SNS Topic for Monitoring Bounces and Complaint notification Alarms for notification DKIM and SPF Security Setup
Risk Level: Medium Well Architected Pillar: Operational Excellence
Note that the default alarm uses the WaAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.
Default Usage
new CpEmailSetup(this, "LogicalId", { cpDomainName: "cloudxler8r.com"}); Copy
new CpEmailSetup(this, "LogicalId", { cpDomainName: "cloudxler8r.com"});
Custom Configuration
new CpEmailSetup(this, "LogicalId", { cpDomainName: "cloudxler8r.com" ccDoNotAddDefaultAlarms: true}); Copy
new CpEmailSetup(this, "LogicalId", { cpDomainName: "cloudxler8r.com" ccDoNotAddDefaultAlarms: true});
It addresses the following compliance requirements
Risk Level: Medium Compliance: NA Well Architected Pillar: Security
Risk Level: Low Compliance: APRA, MAS, NIST4 Well Architected Pillar: Security
Readonly
SNS Topic for sending bounces notifications
SNS Topic for sending complaints notifications
Private
Generated using TypeDoc
CloudKitect SES Setup Pattern
Default Configuration
Verifies the Domain for sending emails SNS Topic for Monitoring Bounces and Complaint notification Alarms for notification DKIM and SPF Security Setup
Default Alarms
Note that the default alarm uses the WaAlarm construct, which sets up an alarm action to notify the SNS Topic AlarmEventsTopic by default.
Examples
Default Usage
Custom Configuration
Compliance
It addresses the following compliance requirements