ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

199 / 500

Question 199:

You were assigned a task to migrate an on-premises application to the AWS Elastic Beanstalk environment. The operating system is Amazon Linux and package managers yum and RubyGems are required in order to install all necessary packages for the application. You have created config files in .ebextensions. In the config files, you added a Package section to install software packages. Which statement is correct for the Package section in the configuration file?

Answer options:

A.Within each package manager, package installation order isn`t guaranteed.
B.For Amazon Linux operating system, only the package manager yum is supported in the Package section. Elastic Beanstalk does not support RubyGems.
C.Only the latest supported version is installed. The version number cannot be specified in the configuration file.
D.Elastic Beanstalk only supports one package manager per config file. So at least two config files are needed. One for yum and the other for RubyGems.