Question 47:
Your company has already used a variety of AWS services. However, most of the existing pipelines are built up by Jenkins in local servers. In the next quarter, your team is in charge of migrating the Jenkins pipelines to AWS CodePipeline. All new pipelines should have 3 stages including source, build and deploy. Which of the following combinations of services can be used for a new pipeline in AWS CodePipeline? (Select Four.)
Answer options:
A.Source provider (Bitbucket) - Build provider (Jenkins) - Deploy provider (S3) B.Source provider (S3) - Build provider (CodeBuild) - Deploy provider (CodeDeploy) C.Source provider (ECR) - Build provider (Jenkins) - Deploy provider (OpsWorks) D.Source provider (CodeCommit) - Build provider (CodeBuild) - Deploy provider (CloudFormation) E.Source provider (GitHub) - Build provider (ECS) - Deploy provider (Elastic Beanstalk)