mirror of https://github.com/docker/docs.git
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:
parent
eca889ca88
commit
47f9a8cf70
|
@ -134,6 +134,9 @@ backend ucp_upstream_servers_443
|
|||
"Timeout": 2,
|
||||
"UnhealthyThreshold": 4
|
||||
},
|
||||
"ConnectionSettings": {
|
||||
"IdleTimeout": 600
|
||||
},
|
||||
"VPCId": "vpc-XXXXXX",
|
||||
"BackendServerDescriptions": [],
|
||||
"Instances": [
|
||||
|
|
Loading…
Reference in New Issue