Question 26:
In order to enforce compliance and auditing requirements, the TTL feature is enabled on a DynamoDB table. What approach can be used to ensure unauthorized updates to the TTL attribute are prevented?
Answer options:
A.Use IAM policies to deny update actions to the TTL attribute or feature configuration. Create an IAM role policy that allows dynamodb:UpdateTimeToLive.Assign the role policy to the authorized users. B.When configuring DynamoDB table TTL, specify authorized users ARNs. C.TTL is a DynamoDB compliance and audit feature and cannot be altered once enabled. D.Create an inline resource-based policy that allows dynamodb:ConfigureTimeToLive and denies other update actions.Attach the policy to the DynamoDB table.