Question 28:
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 a DynamoDB table?
Answer options:
A.Enable deletion protection on the DynamoDB table. B.Create a resource-based inline policy with explicit deny on the dynamodb:DeleteTable action. Attach the policy to the DynamoDB table. C.Create an inline policy with explicit deny on the dynamodbDeleteTable action. Attach the policy to the users of the DatabaseAdmin group. D.Create an IAM policy with explicit deny on dynamodb:DeleteTable action.Attach the policy to DatabaseAdmin group.