You have an Amazon RDS instance with automated backups enabled and a retention period set to 7 days. What happens to the automated backups if you delete the RDS instance?
Think about what happens to automatic backups when the source instance no longer exists.
When you delete an RDS instance, all automated backups are deleted immediately. Only manual snapshots remain after deletion.
You want to ensure daily backups of your RDS database that you can keep for 30 days and restore from any day within that period. Which approach should you use?
Consider which backup method supports automatic retention and point-in-time restore.
Automated backups with a 30-day retention allow point-in-time restore within that period. Manual snapshots do not support point-in-time restore and require manual management.
You want to share an RDS manual snapshot with another AWS account but ensure the snapshot data is encrypted and secure. Which is the correct approach?
Think about encryption and sharing permissions for snapshots.
Only manual snapshots can be shared. To share encrypted snapshots, you must create a copy encrypted with a customer-managed KMS key and share that key and snapshot with the other account.
Your RDS instance has automated backups enabled with a 35-day retention period, but you notice high backup storage costs. What is the best way to reduce backup storage costs without losing the ability to restore to any point in the retention period?
Consider how automated backups and manual snapshots affect storage costs and restore capabilities.
Automated backups with long retention increase storage costs. Reducing retention and supplementing with manual snapshots balances cost and restore needs.
You have an RDS instance with automated backups enabled and a retention period of 10 days. You perform a point-in-time restore to a time 5 days ago. What is true about the restored instance?
Recall how point-in-time restore works with automated backups.
Point-in-time restore uses automated backups and transaction logs to restore the database to the exact state at the specified time, including all committed transactions.