A developer needs to deploy an application to AWS Elastic Beanstalk for a company. The application consists of a single Docker image. The company's automated continuous integration and continuous delivery (CI/CD) process builds the Docker image and pushes the image to a public Docker registry. How should the developer deploy the application to Elastic Beanstalk? A. Create a Dockerfile. Configure Elastic Beanstalk to build the application as a Docker image. B. Create a docker-compose.yml file. Use the Elastic Beanstalk CLI to deploy the application. C. Create a .zip file that contains the Docker image. Upload the .zip file to Elastic Beanstalk. D. Create a Dockerfile. Run the Elastic Beanstalk CLI eb local run command in the same directory.  Suggested Answer: A Community Answer: B This question is in DVA-C01 AWS Certified Developer – Associate Exam For getting AWS Certified Developer – Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer