route53healthcheck
DNXLabs/route53healthcheck/aws
Terraform Module
HCL
AWS
This is a module to configure health check and related AWS CloudWatch metric alarms.
Install
module "route53healthcheck" {
source = "DNXLabs/route53healthcheck/aws"
version = "0.2.0"
}
README
terraform-aws-route53healthcheck AWS Route53 healthcheck Application Module Requires region us-east-1 Inputs Authors Module managed by [Allan Denot / Renato Tavares]. License Apache 2 Licensed. See LICENSE for full details.
Inputs (10)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Name of app service needs to be checked | required |
| hostname | string | app Hostname to check | required |
| protocol | string | "HTTP" | |
| failure_threshold | string | 2 | |
| healthcheck_path | string | "/" | |
| aws_sns_topic_arn | string | "" | |
| threshold | string | 1 | |
| period | string | 60 | |
| time_request | string | 30 | |
| port | string | Port for target check | "80" |
Resources (2)
aws_cloudwatch_metric_alarmaws_route53_health_check
Topics & Tags
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud AWS
★ Stars1
Forks2
Total downloads6.0k
Inputs10
Resources2
LicenseApache-2.0
NamespaceDNXLabs
Updated
Similar packages
ecs-web-app
Terraform module that implements a web app on ECS and supports autoscaling, CI/C
★ 257cloudwatch
cloudtrail-cloudwatch-alarms
Terraform module for creating alarms for tracking important changes and occurren
★ 203alarm
rds-cloudwatch-sns-alarms
Terraform module that configures important RDS alerts using CloudWatch and sends
★ 125cloudwatch
route53-cluster-hostname
Terraform module to define a consistent AWS Route53 hostname
★ 46route53