Well Architected SQS Queue
Encryption: SQS Managed Removal Policy: Retain in Production Enforce SSL: true
Risk Level: Low Well Architected Pillar: Performance
Risk Level: Medium Well Architected Pillar: Reliability, 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 WaQueue(this, "LogicalId", {});
Custom Configuration
new WaQueue(this, "LogicalId", { enforceSSL: false});
It addresses the following compliance requirements
Risk Level: High Compliance: PCI, HIPAA, GDPR, APRA, MAS, NIST4 Well Architected Pillar: Security
Risk Level: Low Compliance: NIST4 Well Architected Pillar: Reliability, Operational Excellence
Risk Level: Medium Compliance: NIST4 Well Architected Pillar: Reliability
Readonly
This Alarm should be triggered when the number of delayed messages are over 10 in the queue.
Generated using TypeDoc
Well Architected SQS Queue
Default Configuration
Encryption: SQS Managed Removal Policy: Retain in Production Enforce SSL: true
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