AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

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?




Explanation:

.ebextensions/.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.