cloud-gov / cg-atlas

Repository hosting issues and artifacts related to operations of the cloud.gov platform
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

Alert when approaching aws resource limits #195

Closed jmcarp closed 7 years ago

jmcarp commented 7 years ago

At the moment, we don't know when we're close to aws resource limits until we hit them, or check (which I'm guessing we don't do very often). We should automate checking so that we can request higher limits before we or our users run into problems.

We might be able to reuse parts of http://docs.aws.amazon.com/solutions/latest/limit-monitor/deployment.html or https://github.com/jantman/awslimitchecker for this.

rogeruiz commented 7 years ago

We've got great alerts coming in through Slack now.

screen shot 2017-01-23 at 11 09 21 am
jmcarp commented 7 years ago

We have some more work written up in stories on the new repo, but I think this one can be accepted. Closing.