Multi-AZ

aws/reliability aws/concept

💡 Definition

Multi-AZ (Availability Zone) deployments allow you to run your resources (like databases or instances) in more than one AZ to provide high availability and failover support.

🔑 Key Concepts

⚙️ How it Works

  1. Deploy: You enable Multi-AZ when creating a resource (e.g., an RDS instance).
  2. Replicate: AWS creates a standby instance in a different AZ.
  3. Monitor: AWS monitors the health of the primary instance.
  4. Failover: If the primary fails, AWS flips the DNS record to point to the standby.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * RDS * High Availability * Fault Tolerance