High availability and Fault tolerance

High availability and Fault tolerance

High availability:

  • Minimal service interruption
  • Designed with no single point of failure
  • Uptime measured in percentage, like 99.9999%
  • Lower cost compared to Fault tolerance
  • Examples services create High Availability : Elastic load balancers, EC2 auto scaler, Amazon Route 53

Fault tolerance:

  • No service interruption
  • Specialized hardware with instant failover functionality
  • No downtime
  • Higher cost compared to High Availability
  • Examples of Fault Tolerance :  Disk mirroring, Synchronous Database replication, redundant power.

Comments

Popular posts from this blog

Identity Access Management - How to create user in IAM ?!

AWS pricing fundamentals

IAM - Roles