ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 117 - DVA-C01 discussion

Report
Export

A Developer created configuration specifications for an AWS Elastic Beanstalk application in a file named healthcheckurl.yaml in the .ebextensions/directory of their application source bundle. The file contains the following:

After the application launches, the health check is not being run on the correct path, event though it is valid. What can be done to correct this configuration file?

A.
Convert the file to JSON format.
Answers
A.
Convert the file to JSON format.
B.
Rename the file to a .config extension.
Answers
B.
Rename the file to a .config extension.
C.
Change the configuration section from options_settings to resources.
Answers
C.
Change the configuration section from options_settings to resources.
D.
Change the namespace of the option settings to a cusom namespace.
Answers
D.
Change the namespace of the option settings to a cusom namespace.
Suggested answer: B

Explanation:

Explanation:

Reference: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ebextensions.htmlYou can add AWS Elastic Beanstalk configuration files (.ebextensions) to your web application'ssource 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. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/ebextensions.html

asked 16/09/2024
Habte Manna
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first