Guardian 0.6.6
Addition default alarms and events have been added for new AWS resources AWS Batch, Glue and Step Functions as well as additional alarms for RDS read replica lag
Batch
Support has been added to generate an event for all failed Batch jobs in a job queue. To configure this in your alarms.yaml add the Batch resource group with and array of job queue Ids.
Resources:
Batch:
- Id: my-job-queue
Glue
Failed and timeout events for AWS glue can now be generated by Guardian. Events are generated based upon a job name prefix to help capture multiple jobs without having to specify all your jobs. To configure add the Glue resource group to your alarms.yaml and add an array job name prefixes
Resources:
Glue:
- Id: production-
Step Functions
Guardian now creates 4 new default alarms for Step Functions:
- ExecutionsFailed
- ExecutionsTimedOut
- ExecutionThrottled
- ExecutionTime
These can be configure by adding the StepFunctions resource group to the alarms.yaml along with an array of the step function names
Resources:
StepFunctions:
- Id: statemachine
RDS
A new warning alarm for RDS replica lag can now be enabled through guardian. This alarm is disabled by default and needs to be enabled on RDS replica instances when required.
There have also been additional bug fixes.
- Support commit history lookup on branches other than master for a codecommit repository