Which of the following best describes the purpose of deploying an AWS RDS instance in Multi-AZ mode?
Think about what Multi-AZ deployment protects against in terms of availability.
Multi-AZ deployment creates a synchronous standby replica in a different Availability Zone. This standby automatically takes over if the primary instance fails, ensuring high availability.
In a Multi-AZ deployment of an application behind an AWS Elastic Load Balancer (ELB), what happens if one AZ becomes unavailable?
Consider how ELB handles instance health and availability zones.
ELB continuously monitors instance health and routes traffic only to healthy instances. If an AZ is down, ELB routes traffic to instances in other AZs automatically.
Which security practice is MOST important when configuring Multi-AZ deployments for a database to ensure data confidentiality and integrity?
Think about protecting data both when stored and when moving between AZs.
Encrypting data at rest and in transit protects sensitive information from unauthorized access and tampering during replication and storage.
Which approach is the best practice to optimize costs while maintaining high availability in a Multi-AZ deployment?
Consider balancing availability needs with cost in different environments.
Production workloads require high availability, so Multi-AZ is justified. Development and testing can use Single-AZ to save costs without impacting critical services.
How does Multi-AZ deployment affect the Recovery Time Objective (RTO) of a database service during an AZ failure?
Think about how Multi-AZ failover works automatically.
Multi-AZ deployments provide automatic failover to a standby instance in another AZ, minimizing downtime and reducing RTO significantly.