Question 29:
An organization uses an IAM group DatabaseAdmin to manage administrative access to its database services. What is the best way to prevent accidental deletion of an Amazon RDS Database?
Answer options:
A.Enable deletion protection on the RDS database. B.Create a resource-based inline policy with explicit deny on the rds:DeleteDBInstance action. Attach the policy to the RDS database. C.Create an inline policy with explicit deny on the rds:DeleteDBInstance action.Attach the policy to the users of the DatabaseAdmin group. D.Create an IAM policy with explicit deny on rds:DeleteDBInstance action.Attach the policy to DatabaseAdmin group.