I'm trying out ELB with a minimal configuration (HTTP 80 -> 3000), and for one just one EC2 instance.
(I know that normally one would put at least two EC2 instances, but I'm just assessing ELB.)
I've noticed that under this setup (which I assume I've configured correctly - maybe I missed something), the response time will be exactly as slow as the Idle Connection Timeout setting I specified.
For example if the setting is 30 seconds, and I visit elb-XXXXXXXXX.eu-west-1.elb.amazonaws.com
, my browser will have to wait 30 seconds for the page to load.
Same for 2, 5, 60 seconds.
Set to 1 second, I don't have to wait 1 whole second though - I can continuously re-request the page (i.e. keep the Refresh keyboard shortcut held) and I see no hiccups.
So leaving the setting to 1 seconds can be tempting - is it advisable though?
Can I get to use the recommended setting (60 seconds) with just one EC2 instance behind ELB without experiencing slowness?