A company provisioned a three-tier application by using AWS CloudFormation and an Amazon RDS DB instance.During a test, a database administrator accidentally deleted the CloudFormation stack.The results were a deletion of all the resources, including the DB instance, and a loss of critical data.The company wants to prevent accidental deletion of a DB instance from happening in the future.
Which solutions will meet this requirement?
(Choose two.)
Set the deletion policy of the stack to Retain.
Set the deletion policy of the RDS resource to Retain.
Set the deletion policy of the stack to Snapshot.
Enable termination protection for the RDS resource.
Enable termination protection for the stack.