ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

76 / 465

Question 76:

You have created a temporary application that accepts image uploads, stores them in S3, and records information about the image in RDS. After building this architecture and accepting images for the duration required, it`s time to delete the CloudFormation template. However, your manager has informed you that the RDS data needs to be stored and the S3 bucket with the images needs to remain for archival reasons. Your manager has also instructed you to ensure that the application can be restored by a CloudFormation template and run next year during the same period.

Answer options:

A.Enable S3 bucket replication on the source bucket to a destination bucket to maintain a copy of all the S3 objects, set the deletion policy for the RDS instance to snapshot.
B.For both the RDS and S3 resource types on the CloudFormation template, set the DeletionPolicy to Retain.
C.Set the DeletionPolicy on the S3 resource to snapshot and the DeletionPolicy on the RDS resource to snapshot.
D.Set the DeletionPolicy on the S3 resource declaration in the CloudFormation template to retain, set the RDS resource declaration DeletionPolicy to snapshot.