List of questions
Related questions
Question 364 - SOA-C02 discussion
An AWS Cloud Formation template creates an Amazon RDS instance This template is used to build up development environments as needed and then delete the stack when the environment is no longer required. The RDS-persisted data must be retained for further use. even after the Cloud Format ton stack is deleted
How can this be achieved in a reliable and efficient way?
A.
Write a script to continue backing up the RDS instance every live minutes.
B.
Create an AWS Lambda function to take a snapshot of the RDS instance, and manually invoke the function before deleting the stack.
C.
Use the Snapshot Deletion Policy in the Cloud Formation template definition of the RDS instance.
D.
Create a new CloudFormallon template to perform backups of the RDS instance, and run this template before deleting the stack.
Your answer:
0 comments
Sorted by
Leave a comment first