A software development team is planning to implement DevOps best practices on AWS. They need to select two services: one to host secure, highly scalable private Git repositories, and another to automate and orchestrate their continuous integration and continuous delivery (CI/CD) pipelines. Which of the following AWS services should the team select to meet these requirements? (Select TWO)
- AWS CodeCommitAnswer
- AWS CodePipelineAnswer
- CAWS CloudFormation
- DAWS Elastic Beanstalk
- EAWS CloudTrail
Answer
AWS CodeCommit and AWS CodePipeline
AWS CodeCommit is a fully managed source control service that allows teams to host secure, highly scalable private Git repositories. AWS CodePipeline is a continuous delivery service that automates and orchestrates the release phases (such as building, testing, and deploying code changes). Together, they satisfy the requirements for private code repositories and CI/CD pipeline orchestration.
Step-by-Step Solution
Key Concept
AWS Developer Tools for source control hosting and pipeline orchestration