ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

161 / 474

Question 161:

You are a developer for a company. You have been asked to deploy an application for development purposes onto an Elastic beanstalk environment. You need to ensure that custom software is installed on the backend Linux servers launched as part of the Elastic Beanstalk environment. Which of the following can be used to achieve this? Choose 2 answers from the options given below.

Answer options:

A.Create an XML file with the required package names to be installed on the server.
B.Create an YAML file with the required package names to be installed on the server.
C.Place the file in the .ebextensions folder in your Application Source Bundle.
D.Place the file in the .config folder in your Application Source Bundle.