cisagov / crossfeed

External monitoring for organization assets
https://docs.crossfeed.cyber.dhs.gov
Creative Commons Zero v1.0 Universal
368 stars 54 forks source link

Configure CloudWatch Alarms #443

Open cablej opened 4 years ago

cablej commented 4 years ago

We should configure CloudWatch alarms for events like large amounts of 400s/500s, DB CPU load, elasticsearch load, etc.

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm

epicfaace commented 4 years ago

We can use https://github.com/ACloudGuru/serverless-plugin-aws-alerts to set this up.