You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/ec2/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,12 @@ $ cd ../.. && make run
101
101
```
102
102
The script will deploy Deis and make sure the services start properly.
103
103
104
+
## Configure load balancer
105
+
The Deis provisioning scripts for EC2 automatically create an Elastic Load Balancer for your Deis
106
+
cluster. However, ELBs on EC2 have a default timeout of 60 seconds, which will disrupt a ``git push``
107
+
when using Deis. You should manually [increase this timeout](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-idle-timeout.html)
108
+
to 1200 seconds to match the timeout on the router and application unit files.
109
+
104
110
## Configure DNS
105
111
While you can reference the controller and hosted applications with public hostnames provided by EC2, it is recommended for ease-of-use that
106
112
you configure your own DNS records using a domain you own. See [Configuring DNS](http://docs.deis.io/en/latest/installing_deis/configure-dns/) for details.
0 commit comments