A Terraform module that creates the best recommended opensearch cloudwatch metrics according to AWS, the source docummentaion is here Recommended CloudWatch alarms for Amazon OpenSearch Service
This module creates AWS Cloudwatch Metric Alarms and an alarm action in case the alarm is triggered. Right now the alarm action needs to be the same for all metrics.
- None so far.
module "cloudwatch-amazing-name-here" {
# example
source = "git::https://github.com/zoitech/terraform-aws-opensearch-cloudwatch-metrics.git"
alarm_actions = ["lambda-arn"]
number_of_nodes_in_cluster = 3
}
Name | Version |
---|---|
terraform | >= 0.12 |
aws | >=3.0.0 |
Name | Version |
---|---|
aws | >=3.0.0 |
No modules.
Name | Description | Type | Default | Required |
---|---|---|---|---|
alarm_actions | The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN). | list(string) |
[] |
no |
domain_name | n/a | string |
n/a | yes |
number_of_nodes_in_cluster | n/a | number |
n/a | yes |
No outputs.