Bird
0
0

You created an RDS instance with storage_encrypted: true but the console shows encryption as disabled. What is the likely cause?

medium📝 Debug Q14 of 15
AWS - RDS and Relational Databases
You created an RDS instance with storage_encrypted: true but the console shows encryption as disabled. What is the likely cause?
AEncryption can only be enabled after instance creation.
BThe security group does not allow inbound traffic on the database port.
CThe IAM role lacks permissions to enable encryption.
DThe RDS instance was created from a snapshot that was not encrypted.
Step-by-Step Solution
Solution:
  1. Step 1: Understand encryption behavior on RDS creation

    Encryption must be enabled when creating the instance or from an encrypted snapshot.
  2. Step 2: Identify snapshot encryption impact

    If created from an unencrypted snapshot, encryption cannot be enabled later.
  3. Final Answer:

    The RDS instance was created from a snapshot that was not encrypted. -> Option D
  4. Quick Check:

    Unencrypted snapshot blocks encryption [OK]
Quick Trick: Encryption depends on snapshot encryption at creation [OK]
Common Mistakes:
  • Thinking encryption can be toggled anytime
  • Confusing security group issues with encryption status
  • Assuming IAM permissions control encryption flag

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes