Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#Description
1Load Balancing is an effective way to increase the availability of a system. Instances that fail can be replaced seamlessly behild behind the load balancer while other instances continue to operate. Elastic Load Balancing can be used to balance across instances in multiple availability zones of a region.
2Availability zones (AZs) are distinct geographical locations that are engineered to be insulated from failure in other AZs. By placing Amazon EC2 instances in multiple AZs, an application can be protected from failure at a single location. It is important to run independent application stacks in more than one AZ, either in the same region or in another region, so that if one zone fails, the application in the other zone can continue to run. When you design such a system, you will need a good understanding of zone dependencies.

...