Improve this page

Back to AWS Terraform templates index <–

AWS Route53 health check with Terraform

Aws_Route53_Health_check by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "AWS_Route53_Health_check" {
    domain_name       = "www.mywebserver.com"
    port              = 80
    type              = "HTTP"
    resource_path     = "/"
    failure_threshold = "5"
    request_interval  = "30"
}