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"
}
plain text: /constructs/tfmod-dnxlabs-route53healthcheck-aws/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
namestringName of app service needs to be checked required
hostnamestringapp Hostname to check required
protocolstring"HTTP"
failure_thresholdstring2
healthcheck_pathstring"/"
aws_sns_topic_arnstring""
thresholdstring1
periodstring60
time_requeststring30
portstringPort for target check"80"
Resources (2)
aws_cloudwatch_metric_alarmaws_route53_health_check
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud AWS
★ Stars1
Forks2
Total downloads6.0k
Inputs10
Resources2
LicenseApache-2.0
NamespaceDNXLabs
Updated