SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You want to build a pipeline to automate your source control, build, test, and release processes. What is the correct order of services to implement this solution?
A
CodeDeploy, CodeCommit, CodeBuild
B
CodeBuild, CodeCommit, CodeDeploy
C
CodeCommit, CodeBuild, CodeDeploy
D
CodeDeploy, CodeBuild, CodeCommit
Explanation: 

Detailed explanation-1: -You will use AWS CodePipeline, a service that builds, tests, and deploys your code every time there is a code change, based on the release process models you define.

Detailed explanation-2: -AWS CodeCommit. AWS CodeBuild. AWS CodePipeline. AWS CodeDeploy. Amazon Elastic Container Registry. AWS CodeStar.

Detailed explanation-3: -In the Region selector, choose the AWS Region where you want to create the repository and pipeline. On the Repositories page, choose Create repository. On the Create repository page, in Repository name, enter a name for your repository (for example, MyDemoRepo ). Choose Create.

There is 1 question to complete.