
Answer-first summary for fast verification
Answer: .ebextensions/<mysettings>.config
.ebextensions/<mysettings>.config : You can add AWS Elastic Beanstalk configuration files (.ebextensions) to your web application's source code to configure your environment and customize the AWS resources that it contains. Configuration files are YAML or JSON formatted documents with a .config file extension that you place in a folder named .ebextensions and deploy in your application source bundle.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have decided to deploy your application using AWS Elastic Beanstalk, a service that simplifies the deployment process by automatically handling the provisioning of resources and the monitoring of your application's health.
When you create configuration files for AWS Elastic Beanstalk, what naming convention should you adhere to?
A
.config_<mysettings>.ebextensions
B
.ebextensions/<mysettings>.config
C
.config/<mysettings>.ebextensions
D
.ebextensions_<mysettings>.config
No comments yet.