Bird
0
0

You want to launch an RDS instance with automatic backups enabled and a backup retention period of 7 days. Which configuration option should you set during launch to achieve this?

hard📝 Best Practice Q15 of 15
AWS - RDS and Relational Databases
You want to launch an RDS instance with automatic backups enabled and a backup retention period of 7 days. Which configuration option should you set during launch to achieve this?
ASet <code>MultiAZ</code> to true
BSet <code>BackupRetentionPeriod</code> to 7 and enable automatic backups
CSet <code>StorageEncrypted</code> to true
DSet <code>PubliclyAccessible</code> to true
Step-by-Step Solution
Solution:
  1. Step 1: Identify backup settings for RDS

    Automatic backups require enabling backups and setting the retention period.
  2. Step 2: Match configuration options

    BackupRetentionPeriod controls how many days backups are kept; enabling backups is necessary.
  3. Step 3: Exclude unrelated options

    MultiAZ is for high availability, StorageEncrypted for encryption, and PubliclyAccessible for network access.
  4. Final Answer:

    Set BackupRetentionPeriod to 7 and enable automatic backups -> Option B
  5. Quick Check:

    BackupRetentionPeriod = 7 enables 7-day backups [OK]
Quick Trick: BackupRetentionPeriod sets days for automatic backups [OK]
Common Mistakes:
MISTAKES
  • Confusing backup with MultiAZ or encryption settings
  • Not enabling backups explicitly
  • Setting unrelated network options

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes