AWS Certified Big Data – Specialty — Question 22

A data engineer is running a DWH on a 25-node Redshift cluster of a SaaS service. The data engineer needs to build a dashboard that will be used by customers. Five big customers represent 80% of usage, and there is a long tail of dozens of smaller customers. The data engineer has selected the dashboarding tool.
How should the data engineer make sure that the larger customer workloads do NOT interfere with the smaller customer workloads?

Answer options

Correct answer: D

Explanation

The correct answer is D because routing the largest customers to their own dedicated Redshift cluster will completely isolate their workloads from smaller customers, preventing any performance interference. The other options either implement query management strategies or suggest database changes that do not achieve the same level of workload isolation as a dedicated cluster.