efs-cloudwatch-sns-alarms

cloudposse/efs-cloudwatch-sns-alarms/aws

Terraform Module HCL AWS

Terraform module that configures CloudWatch SNS alerts for EFS

Install
module "efs-cloudwatch-sns-alarms" {
source = "cloudposse/efs-cloudwatch-sns-alarms/aws"
version = "0.1.1"
}
plain text: /constructs/tfmod-cloudposse-efs-cloudwatch-sns-alarms-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Cloud Posse](https://cloudposse.com) terraform-aws-efs-cloudwatch-sns-alarms ![Build Status](https://travis-ci.org/cloudposse/terraform-aws-efs-cloudwatch-sns-alarms) ![Latest Release](https://github.com/cloudposse/terraform-aws-efs-cloudwatch-sns-alarms/releases/latest) ![Slack Community](https://slack.cloudposse.com) Create a set of sane EFS CloudWatch alerts for monitoring the health of an EFS resource. | area | metric | comparison operator | threshold | rationale | |---------|--------------------|----------------------|-------------------|--------------------------------------------------------------------| | Storage | BurstCreditBalance | | 95 | When the IO limit has been exceeded, the system performance drops. | --- This project is part of our comprehensive "SweetOps" approach towa

Inputs (6)
NameTypeDescriptionDefault
filesystem_idanyThe EFS file system ID that you want to monitor required
sns_topic_arnanyAn SNS topic ARN that has already been created. Its policy must already allow ac""
add_sns_policyanyAttach a policy that allows the notifications through to the SNS topic endpoint"false"
burst_credit_balance_thresholdanyThe minimum number of burst credits that a file system should have."192000000000"
percent_io_limit_thresholdanyIO Limit threshold"95"
additional_endpoint_arnsanyAny alert endpoints, such as autoscaling, or app escaling endpoint arns that wil[]
Outputs (1)
sns_topic_arn — An SNS topic ARN that has already been created. Its policy must already allow access from CloudWatch
Resources (3)
aws_cloudwatch_metric_alarmaws_sns_topicaws_sns_topic_policy
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud AWS
★ Stars8
Forks9
Total downloads6.6k
Inputs6
Outputs1
Resources3
Examples1
LicenseApache-2.0
Namespacecloudposse
Updated