Skip to main content

cleanup_aws_alarms Plugin

This plugin marks all orphaned AWS CloudWatch instance alarms for cleanup. I.e. alarms associated with an EC2 instance that no longer exists.

The following resources are currently being marked for cleanup

  • Instance Alarms

Usage​

In fixsh execute

> config edit fix.worker

and find the following section

plugin_cleanup_aws_alarms:
# Dictionary of key cloud with list of account IDs for which the plugin should be active as value
config:
aws:
- '1234567'
- '567890'
# Enable plugin?
enabled: false