CLF-C02 Cloud Technology and Services Practice Question
A company runs a critical e-commerce application that uses an Amazon RDS for MySQL database deployed in a single Availability Zone. The company needs to ensure that the database remains available if the underlying hardware or the entire Availability Zone fails. The solution must provide automatic failover with minimal downtime and must not require any changes to the application's database connection string. Which Amazon RDS feature should the company use to meet these requirements?
⚠ Common exam trap
Candidates often confuse Read Replicas (which are for read scaling and require manual promotion) with Multi-AZ deployments (which provide automatic failover with no application changes), leading them to incorrectly select Option A.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Configure a Multi-AZ deployment for the Amazon RDS database instance
A Multi-AZ deployment for Amazon RDS automatically provisions and maintains a synchronous standby replica in a different Availability Zone. In the event of a failure, Amazon RDS automatically fails over to the standby, and the DNS record for the database endpoint is updated to point to the standby, so the application's connection string remains unchanged. This provides automatic failover with minimal downtime without requiring any manual intervention or application changes.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Deploy a Read Replica in another Availability Zone and configure the application to use it as a failover target
Why it's wrong here
Read Replicas are designed for scaling read traffic and do not provide automatic failover. Promoting a Read Replica to become a primary instance requires manual intervention, which does not meet the requirement for automatic failover and minimal downtime.
When this WOULD be correct
If the requirement was to offload read traffic from the primary database and have a standby for read-only queries during failover, and the application could handle connection string changes, then a Read Replica would be correct.
- ✗
Enable automated backups with point-in-time recovery
Why it's wrong here
Automated backups and point-in-time recovery allow you to restore your database to a specific point in time, but the restore process is not automatic and can take significant time. This does not provide the active high availability or automatic failover required.
When this WOULD be correct
A company needs to recover the database to a specific point in time after a logical corruption or accidental data deletion, and can tolerate some downtime for restoration. The question would ask for a feature that enables recovery to any second within the retention period, not for high availability.
- ✗
Manually provision a standby database instance in another Availability Zone and configure a custom failover script
Why it's wrong here
While this approach could theoretically provide failover, it requires significant manual effort to manage synchronization, monitor health, and trigger failover. Amazon RDS Multi-AZ automates all these steps, including updating the DNS endpoint, so the application connection string remains unchanged. A manual solution does not meet the requirement for minimal downtime and simplicity.
When this WOULD be correct
This option would be correct if the question specified that the application can tolerate some downtime and can be modified to switch connection strings, or if the company needs full control over the failover process and is willing to manage custom scripts, such as in a hybrid or on-premises environment where Multi-AZ is not available.
- ✓
Configure a Multi-AZ deployment for the Amazon RDS database instance
Why this is correct
Multi-AZ deployments create a synchronous standby replica in a different Availability Zone. Amazon RDS automatically handles failover to the standby replica when a failure is detected, and updates the DNS record so that the same connection endpoint continues to work without any application changes. This meets all the stated requirements.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.
✓Configure a Multi-AZ deployment for the Amazon RDS database instanceCorrect answer▾
Why this is correct
Multi-AZ deployments create a synchronous standby replica in a different Availability Zone. Amazon RDS automatically handles failover to the standby replica when a failure is detected, and updates the DNS record so that the same connection endpoint continues to work without any application changes. This meets all the stated requirements.
✗Deploy a Read Replica in another Availability Zone and configure the application to use it as a failover targetWrong answer — click to see why▾
Why this is wrong here
Read Replicas do not provide automatic failover; the application must manually switch the connection string to the replica, which violates the requirement of no changes to the connection string and minimal downtime.
★ When this WOULD be the correct answer
If the requirement was to offload read traffic from the primary database and have a standby for read-only queries during failover, and the application could handle connection string changes, then a Read Replica would be correct.
Why candidates choose this
Candidates may think a Read Replica in another AZ provides high availability similar to Multi-AZ, but they overlook that failover is not automatic and requires application changes.
✗Enable automated backups with point-in-time recoveryWrong answer — click to see why▾
Why this is wrong here
Automated backups with point-in-time recovery protect against data loss and allow restoration to a specific time, but they do not provide automatic failover or high availability. Restoring from a backup requires manual intervention and downtime, which does not meet the requirement for minimal downtime and automatic failover.
★ When this WOULD be the correct answer
A company needs to recover the database to a specific point in time after a logical corruption or accidental data deletion, and can tolerate some downtime for restoration. The question would ask for a feature that enables recovery to any second within the retention period, not for high availability.
Why candidates choose this
Candidates may confuse backup and recovery with high availability, assuming that automated backups can be used to quickly restore the database in a failover scenario, not realizing that restoration is a manual process with significant downtime.
✗Manually provision a standby database instance in another Availability Zone and configure a custom failover scriptWrong answer — click to see why▾
Why this is wrong here
Manually provisioning a standby instance and configuring a custom failover script would require changes to the application's database connection string, violating the requirement for no changes. It also introduces operational complexity and does not provide automatic failover with minimal downtime as Multi-AZ does.
★ When this WOULD be the correct answer
This option would be correct if the question specified that the application can tolerate some downtime and can be modified to switch connection strings, or if the company needs full control over the failover process and is willing to manage custom scripts, such as in a hybrid or on-premises environment where Multi-AZ is not available.
Why candidates choose this
Candidates may think that a manual standby with a failover script is a viable high-availability solution, overlooking the automatic failover and connection string requirements. They might also underestimate the complexity and downtime involved in custom failover implementations.
Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Visual reference
Go deeper
Related to this question
About these practice questions
One of 988 original CLF-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.