Can anybody help me how to implement load balancing in Amazon EC2 instance ?
Thank s for the help in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Taken from the Amazon ELB FAQ page:
The ELB page can be accessed via http://aws.amazon.com/elasticloadbalancing/
The benefits of Load Balancing are improved response times by sharing the work amongst a group of servers rather than just one. It also provides you with redundancy – if one server goes down there will still be others available to pick up the slack until the downed server comes back online.
Load balancing does introduce issues, and there are things that you have to be aware of. You have more complex scenarios for management, but in the end, load balancing is the only way to scale with regards to expanding past single hardware capability and in a lot of cases true automatic redundancy