Closed jmcarp closed 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.
We've got great alerts coming in through Slack now.
We have some more work written up in stories on the new repo, but I think this one can be accepted. Closing.
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.