aws-samples / startup-kit-templates

CloudFormation templates to accelerate getting started on AWS.
Apache License 2.0
815 stars 400 forks source link

Add db alarms #24

Closed rnzsgh closed 6 years ago

rnzsgh commented 6 years ago

This PR adds optional support for CloudWatch Alarms for the standard RDS engines as well as Aurora MySQL.

The new template bucket is: awslabs-startup-kit-templates-deploy-v2

Alarms publish to a new SNS topic.

Users can choose between standard (default) and enhanced RDS monitoring.

The launch stacks have been updated.

The test harness was updated to validate the extra conditions.

Standard RDS engines have the following alarms (if enabled):

Aurora MySQL has alarms for (if enabled):

Aurora PostgreSQL is not currently supported.