mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
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:
committed by
Joao Fernandes
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": [
|
||||
|
||||
Reference in New Issue
Block a user