0
0
AWScloud~20 mins

RDS pricing considerations in AWS - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
RDS Pricing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding RDS Pricing Components

Which of the following factors directly affects the cost of running an Amazon RDS instance?

AThe programming language used to develop the application
BThe size of the database instance and the amount of storage allocated
CThe number of users accessing the database simultaneously
DThe color scheme of the AWS Management Console
Attempts:
2 left
💡 Hint

Think about what AWS charges for when you run a database.

service_behavior
intermediate
2:00remaining
Impact of Backup Retention on RDS Cost

What happens to your RDS monthly bill if you increase the backup retention period from 7 days to 35 days?

AThe cost increases because more backup storage is used
BThe cost decreases because backups are compressed
CThe cost stays the same regardless of backup retention
DThe cost increases only if you enable Multi-AZ
Attempts:
2 left
💡 Hint

Think about how storing more backups affects storage usage.

Architecture
advanced
2:00remaining
Choosing RDS Deployment for Cost Efficiency

You want to minimize costs but need high availability for your database. Which RDS deployment option balances cost and availability best?

ASingle-AZ deployment with automated backups enabled
BRead replica in a different region only
CMulti-AZ deployment with synchronous replication
DMulti-AZ deployment with asynchronous replication
Attempts:
2 left
💡 Hint

High availability usually costs more. Consider the standard RDS option for failover.

security
advanced
2:00remaining
Cost Impact of Enabling Encryption on RDS

What is the effect on RDS pricing when you enable encryption at rest for your database?

AEncryption adds a fixed monthly fee
BEncryption doubles the storage cost
CEncryption requires a larger instance size, increasing cost
DThere is no additional charge for encryption at rest
Attempts:
2 left
💡 Hint

Think about AWS's policy on encryption charges.

Best Practice
expert
2:00remaining
Optimizing RDS Cost with Reserved Instances

You plan to run an RDS instance continuously for 3 years. Which purchasing option will minimize your total cost?

A3-year reserved instance with all upfront payment
BSpot instance pricing for RDS
C1-year reserved instance with no upfront payment
DOn-demand instance pricing with no commitment
Attempts:
2 left
💡 Hint

Consider long-term commitments and upfront payments.