-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(examples): Demonstrate how to send an email alarm when EFS burst…
… credits below a threshold (#373) When EFS is deployed in bursting throughput mode it will consume credits whenever throughput is greater than a baseline throughput dictated by the amount of data stored in EFS. If the average throughput over time is greater than the baseline, then burst credits will continuously decrease until they eventually run out. This adds to the Basic example some CDK code that demonstrates the good practice of setting up an email alarm when the available burst credits drops below some thresholds; giving the operator time to increase the amount of data stored on the EFS to increase baseline throughput. Bonus: Fixes some math errors in the PadEfsStorage lambda function.
- Loading branch information
Showing
8 changed files
with
386 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.