ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

432 / 474

Question 432:

You are working with an architecture team and several cloud engineers. The project requires containerization, and you are responsible for maintaining the Amazon ECS tasks. What concepts are correct when it comes to task definitions?

Answer options:

A.Name, image, memory, and port mapping are task definition parameters required and used in most container definitions.
B.If the network mode is a bridge, the task utilizes Docker`s built-in virtual network which runs inside each container instance.
C.If using the Fargate launch type, the awsvpc network mode is no longer required.
D.Docker for Windows offers host and awsvpc network modes as the highest networking performance so you can take advantage of dynamic host port mappings.