How to Manage Fault Tolerance with Availability Zone and Regions in AWS
What are Regions and Availability Zones in AWS AWS infrastructure is available across various geographical region. Usually regions are across continents of countries but for large countries like US there can be multiple regions. Each regions is divided into 2 or more Availability zones which are nothing but collection of data centers which are connected to each other with high speed connections. These data centers are separate units which are located away from each other so that if any calamity happens around one of them the other data centers can take care of the load. These data centers are located in highly secure buildings with power backups as well as multiple network connectivity. How Regions and AZs Help in Achieving Fault Tolerance Availability zones constains data center which are insulated from failures in other data centers. If a particular data center goes down then also application will not go down as other data centers are insulated....