AWS Interview DropIntermediate TierConcept+25 XP on read
Your RDS bill keeps climbing every month. What levers do you actually have to bring it down?
Core Summary
RDS cost breaks into three independent knobs: compute (instance type and purchase option), storage (type and provisioned amount), and everything that scales with those two but isn't obviously tied to them, like snapshot retention and cross-AZ data transfer. Most real savings come from right-sizing and switching purchase options, not from a single trick.
Hints
Hint 1: Right-sizing usually beats hunting for a pricing trick
Hint 2: gp3 lets you tune IOPS and throughput independently of size, unlike gp2
Hint 3: Aurora Serverless v2 solves for variable load, not for cheap load