Practice free →
HomeAWS SysOps Associatecloudcomputingsysopscostperf › An RDS database is over-provisioned for typical …

An RDS database is over-provisioned for typical workloads but occasionally peaks. Which combination MINIMISES cost while keeping headroom?

AReplace RDS with manual EC2 + MySQL deployments
BDisable monitoring to save cost
CPermanently provision the largest instance and never change it
DRight-size to a smaller instance class and enable RDS auto-scaling for storage; consider Aurora Serverless for spiky workloads
Answer & Solution
Correct answer: D. Right-size to a smaller instance class and enable RDS auto-scaling for storage; consider Aurora Serverless for spiky workloads
Right-sizing + auto-scaling storage + Aurora Serverless for spiky workloads is the standard cost-perf optimisation. Permanent over-provisioning, manual EC2 + MySQL, or disabling monitoring all add cost or risk.
Solve this in the app — AWS SysOps Associate practice & 24k+ MCQs →
Related questions