ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

133 / 500

Question 133:

A DevOps engineer has used a CloudFormation template to create an RDS resource for a new web application. The RDS database has used the engine of PostgreSQL, and the encryption is not enabled. However, for certain security considerations, the database needs to be updated to enable encryption. The CloudFormation template is updated accordingly (StorageEncrypted is true). To prevent data loss during the CloudFormation stack update, the data should be restored from the latest DB snapshot. Which two steps should be taken in combination to meet this requirement? (Select TWO.)

Answer options:

A.Make sure that automated snapshots are working properly and record the last snapshot ARN ID.B.Deactivate any applications that are using the DB instance and then create a manual snapshot.
C.Add a Stack Policy in the CloudFormation stack to prevent the DB resource from being deleted.
D.Add the DBSnapshotIdentifier property with the ID of the used DB snapshot.
E.Add a DeletionPolicy of Snapshot in the CloudFormation template.