ACA-Cloud1 Exam QuestionsBrowse all questions from this exam

ACA-Cloud1 Exam - Question 18


Which of the following scenarios is applicable to use RDS read-only instances?

Show Answer
Correct Answer: B

RDS read-only instances are designed to handle read requests, thereby reducing the read pressure on the RDS primary instance. This allows the primary instance to focus on handling write operations more efficiently, leading to improved performance. Reducing the read load on the primary instance is the primary use case for read-only instances, making option B the correct choice.

Discussion

2 comments
Sign in to comment
TanPHAM304Option: B
May 23, 2022

Read-only RDS instances help increase the read capability of your database system and the throughput of your application. https://www.alibabacloud.com/help/en/apsaradb-for-rds/latest/overview-of-read-only-apsaradb-rds-for-mysql-instances

lhorisOption: B
May 21, 2023

B. Reduces the read pressure on the RDS primary instance. To offload read requests from the primary RDS instance, you can create one or more read-only RDS instances.