Multiple Choice
You have an ASP.NET web application running in Amazon Elastic Beanstalk. Your next version of the application requires a third-party Windows Installer package to be installed on the instance on first boot and before the application launches. Which options are possible? (Choose two.)
A) In the application's Global.asax file, run msiexec.exe to install the package using Process.Start() in the Application Start event handler.
B) In the source bundle's .ebextensions folder, create a file with a .config extension. In the file, under the "packages" section and "msi" package manager, include the package's URL.
C) Launch a new Amazon EC2 instance from the AMI used by the environment. Log into the instance, install the package and run sysprep. Create a new AMI. Configure the environment to use the new AMI.
D) In the environment's configuration, edit the instances configuration and add the package's URL to the "Packages" section.
E) In the source bundle's .ebextensions folder, create a "Packages" folder. Place the package in the folder.
Correct Answer:

Verified
Correct Answer:
Verified
Q48: A defect was discovered in production and
Q49: The Security team depends on AWS CloudTrail
Q50: A DevOps Engineer manages an application that
Q51: Your application Amazon Elastic Compute Cloud (EC2)
Q52: A Development team uses AWS CodeCommit for
Q54: A company is implementing AWS CodePipeline to
Q55: A company manages an application that stores
Q56: You have an application running on multiple
Q57: A DevOps Engineer discovered a sudden spike
Q58: A DevOps Engineer just joined a new