ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

235 / 690

Question 235:

A company has a PostgreSQL DB instance in Amazon RDS which is not encrypted. As per security policy, data in the RDS instances should be encrypted at rest with AWS KMS.
Which option is correct for RDS DB encryption?

Answer options:

A.Amazon RDS for PostgreSQL DB instance can only be encrypted at creation time and not after its creation. There is no way to achieve this requirement.
B.Take a snapshot of the unencrypted DB instance. Copy the snapshot and encrypt the new snapshot with AWS KMS. Restore the DB instance with the new encrypted snapshot.
C.Take a snapshot of the unencrypted DB instance. Encryption can be enabled by restoring a DB instance from the unencrypted snapshot.
D.Stop the existing RDS instance and encrypt the DB with a KMS CMK.