Which AWS RDS component primarily determines the baseline hourly billing rate?
easy📝 Conceptual Q1 of 15
AWS - RDS and Relational Databases
Which AWS RDS component primarily determines the baseline hourly billing rate?
AInstance class (e.g., db.m5.large)
BBackup retention period
CNumber of read replicas
DStorage encryption setting
Step-by-Step Solution
Solution:
Step 1: Identify cost drivers
The hourly cost of an RDS instance is mainly influenced by the instance class, which defines CPU, memory, and network capacity.
Step 2: Evaluate other options
Backup retention affects backup storage costs, not hourly instance cost. Read replicas add cost but are separate instances. Encryption does not affect pricing.
Final Answer:
Instance class -> Option A
Quick Check:
Instance class sets hourly rate [OK]
Quick Trick:Instance class sets hourly cost, not backups or encryption [OK]
Common Mistakes:
MISTAKES
Confusing backup retention with hourly cost
Assuming encryption increases hourly price
Thinking read replicas affect single instance cost
Master "RDS and Relational Databases" in AWS
9 interactive learning modes - each teaches the same concept differently