amazon ec2 - Internal load balance in vpc of ec2 instances on thrfit services -


we have our 2 servers hosted in vpc of amazon ec2. 1 of them serving 1 thrift service , web server using , doing other stuff. trying use load balancer on thrift service .right configuration internal .i.e web server can access thrift server internally (without going out , coming in again) . want run multiple thrift servers , put load balancing in between them such none of traffic goes outside . can elb of ec2 ? elb works on internal tcp services ? tutorial .

i have had trouble load balancing thrift services w/ elb. i'm not positive, think elb's 60 second timeout on inactive connections source of problem. timeout not appear configurable.

perhaps else can chime in better explanation. a


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -