ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

351 / 500

Question 351:

Your development team use .Net for their web application. The application code is hosted in a Git repository. They want to set up continuous integration and deployment pipelines and deploy it to AWS. Which of the following methods can be used to fulfil this requirement?

Answer options:

A.Use the Elastic Beanstalk service to provision an IIS platform web environment to host the application in AWS.
B.Use the Code Pipeline service to set up the pipelines for the application in AWS.
C.Create a source bundle for the .Net code and upload it as an application revision.
D.Use a chef recipe to deploy the code and attach it to an Elastic Beanstalk environment.