ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

334 / 474

Question 334:

Your team is developing an application that makes use of Docker containers. These containers will be deployed to the Elastic Container Service. The applications on these containers need to interact with DynamoDB tables. Which of the following is the most secure way to ensure the containers can interact with DynamoDB?

Answer options:

A.Create an IAM Role for the ECS Tasks.
B.Embed the Access Keys in the containers.
C.Embed the Access Keys in the cluster.
D.Use an IAM user’s credentials to spin up the cluster.