Skip to content

Instantly share code, notes, and snippets.

@amui
Last active April 1, 2022 18:58
Show Gist options
  • Save amui/cf92a2f2a0ce3ff28ee0 to your computer and use it in GitHub Desktop.
Save amui/cf92a2f2a0ce3ff28ee0 to your computer and use it in GitHub Desktop.
ELB Healthcheck configuration for .ebextensions
Resources:
AWSEBLoadBalancer:
Type: "AWS::ElasticLoadBalancing::LoadBalancer"
Properties:
HealthCheck:
Target: "HTTP:80/health.html"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment