Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup cloudwatch alarms #384

Open
twentylemon opened this issue Nov 8, 2021 · 0 comments
Open

setup cloudwatch alarms #384

twentylemon opened this issue Nov 8, 2021 · 0 comments
Labels
operational Related to running/debugging/OE

Comments

@twentylemon
Copy link
Member

See discussion on #383

CloudWatch alarms are free up to 10 alarms, and basic metrics (5min resolution) are free as well. We can set up some alarms to:

  • monitor the running containers (ecs already has health checks, so we may want to monitor too many health check failures?)
  • monitor the ec2 instance; alarms can terminate/reboot the instance

It'd probably be ideal if we can make it so the alarm action notifies the #duckbutt channel. Quick google says this might be doable as alarm -> sns -> lambda, but lambda isn't quite free. Given the expected low volume though, should still cost next to nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operational Related to running/debugging/OE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant