
Answer-first summary for fast verification
Answer: Include config files in .ebextensions/ at the root of your source code
Include config files in .ebextensions/ at the root of your source code The option_settings section of a configuration file defines values for configuration options. Configuration options let you configure your Elastic Beanstalk environment, the AWS resources in it, and the software that runs your application. Configuration files are only one of several ways to set configuration options.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
As a developer working on a web application written in Java, you aim to use AWS Elastic Beanstalk for deployment. This service handles various tasks such as deployment, capacity provisioning, load balancing, auto-scaling, and application health monitoring. Historically, you've accessed your provisioned instances via SSH to execute configuration commands manually. Presently, you seek a configuration method that can automatically apply settings without manual intervention.
Which of the following options would help achieve this?
A
Deploy a CloudFormation wrapper
B
Use an AWS Lambda hook
C
Use SSM parameter store as an input to your Elastic Beanstalk Configurations
D
Include config files in .ebextensions/ at the root of your source code
No comments yet.