Which of the following factors directly affects the cost of running an Amazon RDS instance?
Think about what AWS charges for when you run a database.
AWS charges based on the resources you use, like instance size and storage. User count or app design does not directly affect pricing.
What happens to your RDS monthly bill if you increase the backup retention period from 7 days to 35 days?
Think about how storing more backups affects storage usage.
Longer backup retention means more backup data stored, increasing storage costs.
You want to minimize costs but need high availability for your database. Which RDS deployment option balances cost and availability best?
High availability usually costs more. Consider the standard RDS option for failover.
Multi-AZ deployment provides high availability with automatic failover using synchronous replication, costing more than Single-AZ but best balance for HA without cross-region expense.
What is the effect on RDS pricing when you enable encryption at rest for your database?
Think about AWS's policy on encryption charges.
AWS does not charge extra for encryption at rest on RDS; costs come from storage and instance usage only.
You plan to run an RDS instance continuously for 3 years. Which purchasing option will minimize your total cost?
Consider long-term commitments and upfront payments.
3-year reserved instances with upfront payment offer the biggest discount for continuous use.