Created
November 22, 2016 00:32
-
-
Save newlyregistered26/2ae75ece893a7bcfd0d7dfd9a8db5e7c to your computer and use it in GitHub Desktop.
AWS_TargetGroup.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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