AWS Certified Developer – Associate — Question 135
Where should an Elastic Beanstalk configuration file named healthcheckurl.config be placed in the application source bundle?
Answer options
- A. In the root of the application
- B. In the bin folder
- C. In healthcheckurl.config.ebextension under root
- D. In the .ebextensions folder
Correct answer: D
Explanation
The correct answer is D, as Elastic Beanstalk configuration files must be placed in the .ebextensions folder for them to be recognized and processed during deployment. The other options are incorrect because placing the file in the root of the application, bin folder, or a non-existent healthcheckurl.config.ebextension would not allow Elastic Beanstalk to use the configuration settings.