ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

427 / 500

Question 427:

Your R&D team is doing some research on how to use Elastic Beanstalk for a legacy product. The legacy product is using Java application and also Nginx. Your AWS solution architect suggests using Multidocker environment. How should you implement that in the Elastic Beanstalk?

Answer options:

A.Use two dockerfiles for the multidocker environment. One for Java and one for Nginx.
B.Use dockerrun.aws.json v1 for the multidocker environment. This file describes the containers to deploy to each container instance.
C.Use dockerrun.aws.json v2 for the multidocker environment. This file describes the containers to deploy to each container instance.
D.Use .ebextension config files to describe the multidocker environment.