Question 119:
An EC2 Instance hosts a Java-based application that accesses a DynamoDB table. This EC2 Instance is currently serving production users. What would be a secure way for the EC2 Instance to access the DynamoDB table?
Answer options:
A.Use IAM Roles with permissions to interact with DynamoDB and assign it to the EC2 Instance. B.Use KMS Keys with the right permissions to interact with DynamoDB and assign it to the EC2 Instance. C.Use IAM Access Keys with the right permissions to interact with DynamoDB and assign it to the EC2 Instance. D.Use IAM Access Groups with the right permissions to interact with DynamoDB and assign it to the EC2 Instance.