ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

139 / 474

Question 139:

You have docker containers that are going to be deployed in the AWS Elastic Container Service. You need to ensure that the underlying EC2 instances hosting the containers cannot access each other (since containers may be used by different customers). How can you accomplish this?

Answer options:

A.Place IAM Roles for the underlying EC2 Instances.
B.Place the access keys in the Docker containers.
C.Place the access keys in the EC2 Instances.
D.Configure the Security Groups of the instances to allow only required traffic.