AWS Certified Solutions Architect – Professional (SAP-C02) — Question 299

A data analytics company has an Amazon Redshift cluster that consists of several reserved nodes. The cluster is experiencing unexpected bursts of usage because a team of employees is compiling a deep audit analysis report. The queries to generate the report are complex read queries and are CPU intensive.

Business requirements dictate that the cluster must be able to service read and write queries at all times. A solutions architect must devise a solution that accommodates the bursts of usage.

Which solution meets these requirements MOST cost-effectively?

Answer options

Correct answer: D

Explanation

Enabling Concurrency Scaling is the most cost-effective and seamless solution because Amazon Redshift automatically provisions additional query capacity to handle bursts of read queries, and customers accumulate free concurrency scaling credits. In contrast, using classic or elastic resize operations (Options B and C) would interrupt write operations during the resize process and incur higher operational overhead. Offloading to Amazon EMR (Option A) introduces unnecessary architectural complexity and data movement costs.