Courseiva
Question 561 of 988
Cloud Technology and ServicesmediumMultiple ChoiceObjective-mapped

CLF-C02 Cloud Technology and Services Practice Question

A company runs an e-commerce application using Amazon RDS for MySQL. The database stores order and customer information. To achieve high availability, the company configures a Multi-AZ deployment. Which of the following describes a benefit of this configuration?

⚠ Common exam trap

Many exam-takers confuse Multi-AZ deployments with Read Replicas, assuming Multi-AZ provides read scaling or cross-Region benefits, when in fact it only provides high availability within a single Region.

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

It automatically fails over to a standby instance in a different Availability Zone if the primary instance fails.

A Multi-AZ deployment for Amazon RDS automatically synchronously replicates data to a standby instance in a different Availability Zone. If the primary instance fails (due to hardware failure, AZ outage, or patching), Amazon RDS automatically performs a failover to the standby, promoting it to become the new primary. This provides high availability by minimizing downtime without requiring manual intervention.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • It automatically scales the database read capacity to handle traffic spikes.

    Why it's wrong here

    Multi-AZ does not modify database capacity or add read capacity in any way. The standby instance is passive and is never used to serve SELECT statements or other read traffic; it exists purely for failover. Scaling read workload is accomplished via read replicas or Aurora Auto Scaling, so this option confuses high availability with performance elasticity.

    When this WOULD be correct

    This would be correct for a question about Amazon RDS read replicas, e.g., 'Which RDS feature automatically scales read capacity for traffic spikes?'

  • It automatically fails over to a standby instance in a different Availability Zone if the primary instance fails.

    Why this is correct

    Multi-AZ deployments replicate data synchronously to a standby instance in a different Availability Zone. Should the primary instance fail, Amazon RDS automatically promotes the standby, typically within 60–120 seconds, and the endpoint remains unchanged. This is an availability feature only; it does not scale reads or improve performance.

  • It creates read replicas in multiple Regions to reduce latency for global users.

    Why it's wrong here

    Multi-AZ keeps a synchronous standby in a different Availability Zone within the same region, never in multiple regions. Cross-region read replicas are a separate feature designed for reducing latency for global users and for disaster recovery. This option describes that replica feature, which is unrelated to the high-availability behavior of a Multi-AZ deployment.

    When this WOULD be correct

    This option would be correct for a question asking: 'Which configuration improves read performance for globally distributed users?' or 'What is a benefit of Amazon RDS read replicas in multiple Regions?'

  • It encrypts data at rest using AWS KMS without any additional configuration.

    Why it's wrong here

    Encryption at rest using AWS KMS is an independent feature that must be explicitly enabled when the DB instance is provisioned; Multi-AZ does not turn it on automatically. A Multi-AZ deployment can be completely unencrypted, and a single-instance database can be encrypted, proving these are orthogonal choices. This answer incorrectly attributes a security capability to an availability feature.

    When this WOULD be correct

    This option would be correct for a question asking: 'Which feature of Amazon RDS for MySQL ensures data is encrypted at rest using AWS KMS with minimal configuration?' — if the question specifies that encryption was enabled at launch, the statement could be true for that specific scenario.

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.

It automatically fails over to a standby instance in a different Availability Zone if the primary instance fails.Correct answer

Why this is correct

Multi-AZ deployments replicate data synchronously to a standby instance in a different Availability Zone. Should the primary instance fail, Amazon RDS automatically promotes the standby, typically within 60–120 seconds, and the endpoint remains unchanged. This is an availability feature only; it does not scale reads or improve performance.

It automatically scales the database read capacity to handle traffic spikes.Wrong answer — click to see why

Why this is wrong here

Multi-AZ deployment does not automatically scale read capacity; it provides a standby for failover only. Read scaling is achieved via read replicas, not Multi-AZ.

★ When this WOULD be the correct answer

This would be correct for a question about Amazon RDS read replicas, e.g., 'Which RDS feature automatically scales read capacity for traffic spikes?'

Why candidates choose this

Candidates confuse Multi-AZ with read replicas, assuming high availability includes automatic read scaling, but Multi-AZ is for failover, not performance.

It creates read replicas in multiple Regions to reduce latency for global users.Wrong answer — click to see why

Why this is wrong here

Multi-AZ deployments do not create read replicas in multiple Regions; they only provide a standby in a different Availability Zone within the same Region. Read replicas across Regions are a separate feature for global read scaling.

★ When this WOULD be the correct answer

This option would be correct for a question asking: 'Which configuration improves read performance for globally distributed users?' or 'What is a benefit of Amazon RDS read replicas in multiple Regions?'

Why candidates choose this

Candidates may confuse Multi-AZ with read replicas, thinking both provide high availability and global scaling, but Multi-AZ is for failover, not read scaling.

It encrypts data at rest using AWS KMS without any additional configuration.Wrong answer — click to see why

Why this is wrong here

Multi-AZ deployments do not enable encryption; encryption at rest must be explicitly enabled when creating the RDS instance, and it is not automatically configured by choosing Multi-AZ.

★ When this WOULD be the correct answer

This option would be correct for a question asking: 'Which feature of Amazon RDS for MySQL ensures data is encrypted at rest using AWS KMS with minimal configuration?' — if the question specifies that encryption was enabled at launch, the statement could be true for that specific scenario.

Why candidates choose this

Candidates may confuse Multi-AZ with encryption features, assuming high availability automatically includes security measures like encryption, or they may think AWS enables encryption by default for all services.

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?”

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.