Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Switching to EC2 health checker to avoid reboots
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bresnahan committed Jan 2, 2018
1 parent 9e68e93 commit 9204435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/etc/terraform/instance/stardog.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "aws_autoscaling_group" "stardog" {
launch_configuration = "${aws_launch_configuration.stardog.name}"
load_balancers = ["${aws_elb.stardog.name}", "${aws_elb.stardoginternal.name}"]
health_check_grace_period = "${var.sd_health_grace_period}"
health_check_type = "ELB"
health_check_type = "EC2"

tag {
key = "StardogVirtualAppliance"
Expand Down

0 comments on commit 9204435

Please sign in to comment.