Metadata-Version: 2.1
Name: resoto-plugin-cleanup-aws-alarms
Version: 2.4.1
Summary: AWS Cloudwatch Alarms Cleaner Plugin
License: Apache 2.0
Keywords: cloud security
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: resotolib (==2.4.1)
Requires-Dist: resoto-plugin-aws (==2.4.1)
Requires-Dist: PyYAML (==6.0)

# resoto-plugin-cleanup-aws-alarms
AWS Cloudwatch Alarms Cleanup Plugin for Resoto

This plugin marks all orphaned AWS CloudWatch Instance Alarms for cleanup.

The following resources are currently being marked for cleanup

- Instance Alarms

## Usage

In `resh` execute

```
> config edit resoto.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
```
