Question 17:
A company regulatory compliance policy requires that all RDS backups occur automatically on a specified schedule and are stored for 90 days. What is the optimal solution to meet this requirement?
Answer options:
A.Enable automated backups on RDS.Configure backup retention period to 90 days. B.Implement a Lambda function to create an RDS DB snapshot. Create CloudWatch Events Rule to trigger the Lambda function according to the required schedule. C.Implement a Step Function to copy the RDS backup to an S3 bucket.Configure Start condition of the Step Function to execute according to the required schedule. D.Configure RDS backup lifecycle policy to archive data in S3 Glacier.