Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save newlyregistered26/2ae75ece893a7bcfd0d7dfd9a8db5e7c to your computer and use it in GitHub Desktop.

Select an option

Save newlyregistered26/2ae75ece893a7bcfd0d7dfd9a8db5e7c to your computer and use it in GitHub Desktop.
AWS_TargetGroup.json
{
"TargetGroups": [
{
"HealthCheckPath": "/",
"HealthCheckIntervalSeconds": 30,
"VpcId": "vpc-123456",
"Protocol": "HTTPS",
"HealthCheckTimeoutSeconds": 5,
"HealthCheckProtocol": "HTTPS",
"UnhealthyThresholdCount": 2,
"HealthyThresholdCount": 5,
"TargetGroupArn": "arn:aws:elasticloadbalancing:ap-southeast-2:accountnumber:targetgroup/targetgroup/c72b378a052b6d9d",
"Matcher": {
"HttpCode": "200"
},
"HealthCheckPort": "traffic-port",
"Port": 443,
"TargetGroupName": "targetgroup"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment