/reflex-aws-cloudwatch-alarms-deleted

Reflex AWS Rule to check when Cloudwatch Alarms are Deleted

Primary LanguageHCLMozilla Public License 2.0MPL-2.0

reflex-aws-cloudwatch-alarms-deleted

A Reflex rule for detecting AWS CloudWatch Alarms that are deleted.

To learn more about CloudWatch Alarms, see the AWS Documentation.

Getting Started

To get started using Reflex, check out the Reflex Documentation.

Usage

To use this rule either add it to your reflex.yaml configuration file:

rules:
  aws:
    - cloudwatch-alarms-deleted:
        version: latest

or add it directly to your Terraform:

module "cloudwatch-alarms-deleted" {
  source            = "git::https://github.com/reflexivesecurity/reflex-aws-cloudwatch-alarms-deleted.git?ref=latest"
  sns_topic_arn     = module.central-sns-topic.arn
  reflex_kms_key_id = module.reflex-kms-key.key_id
}

Note: The sns_topic_arn and reflex_kms_key_id example values shown here assume you generated resources with reflex build. If you are using the Terraform on its own you need to provide your own valid values.

Configuration

This rule has no configuration options.

Contributing

If you are interested in contributing, please review our contribution guide.

License

This Reflex rule is made available under the MPL 2.0 license. For more information view the LICENSE