AWS - RDS and Relational DatabasesGiven an RDS instance with Multi-AZ enabled, what happens if the primary AZ fails?AThe database stops working until manual restartBThe instance switches to read-only modeCData is lost and must be restored from backupDAutomatic failover to standby instance in another AZ occursCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand Multi-AZ failover behaviorMulti-AZ deployment provides automatic failover to a standby instance in a different AZ if the primary fails.Step 2: Eliminate incorrect outcomesThe database does not stop, data is not lost, and it does not switch to read-only mode during failover.Final Answer:Automatic failover to standby instance in another AZ occurs -> Option DQuick Check:Failover = automatic standby switch [OK]Quick Trick: Failover is automatic to standby in Multi-AZ [OK]Common Mistakes:Thinking manual restart is neededAssuming data loss occursBelieving instance becomes read-only
Master "RDS and Relational Databases" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API deployment and stages - Quiz 6medium API Gateway - REST API creation - Quiz 3easy API Gateway - Why API Gateway matters - Quiz 6medium AWS Lambda - Lambda execution model - Quiz 14medium Auto Scaling - Predictive scaling overview - Quiz 3easy Auto Scaling - Auto Scaling with ELB integration - Quiz 3easy Auto Scaling - Scaling policies (target tracking, step, simple) - Quiz 6medium CloudWatch - Log groups and log streams - Quiz 14medium Elastic Load Balancing - Cross-zone load balancing - Quiz 9hard RDS and Relational Databases - Why managed databases matter - Quiz 15hard