Added AWS IdleTimeout recommendations

@vikstrous: this change deals with some long-running DTR operations that required a 600 second idle timeout and missing for AWS LBs. The added change was sourced from: http://docs.aws.amazon.com/cli/latest/reference/elb/modify-load-balancer-attributes.html. Thanks!
This commit is contained in:
Aaron Thomas 2017-12-26 16:01:58 -05:00 committed by Joao Fernandes
parent eca889ca88
commit 47f9a8cf70
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@ backend ucp_upstream_servers_443
"Timeout": 2,
"UnhealthyThreshold": 4
},
"ConnectionSettings": {
"IdleTimeout": 600
},
"VPCId": "vpc-XXXXXX",
"BackendServerDescriptions": [],
"Instances": [