What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
Putting It All Together
Finally, let’s create a load balancer in the US region that listens on ports
80 and 443 and distributes requests to instances on 8080 and 8443 over HTTP and
TCP. We want the load balancer to span the availability zones us-east-1a and
us-east-1b:
>>> lb = conn.create_load_balancer('my_lb', ['us-east-1a', 'us-east-1b'],
[(80, 8080, 'http'), (443, 8443, 'tcp')])
>>> lb.configure_health_check(hc)
Original issue reported on code.google.com by snowking...@gmail.com on 12 Dec 2011 at 6:57
Original issue reported on code.google.com by
snowking...@gmail.com
on 12 Dec 2011 at 6:57