
Answer-first summary for fast verification
Answer: AWS CodeCommit, AWS CodePipeline
The correct answer is AWS CodeCommit and AWS CodePipeline. AWS CodeCommit is a fully-managed source control service that allows teams to host secure and scalable Git repositories, which is ideal for storing code. AWS CodePipeline is a continuous delivery service that automates the building, testing, and deployment of code changes to any application or infrastructure on AWS. It works in conjunction with AWS CodeCommit and other AWS services to provide a fully automated CI/CD pipeline. The combination of these two services meets the requirements of storing code in a version control system and automating the deployment process.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which AWS services are required for a company to manage code in a version control system and automate the deployment process including build, test, package, and deploy stages?
A
AWS CloudFormation
B
AWS CodeCommit
C
AWS Control Tower
D
AWS Elastic Beanstalk
E
AWS CodePipeline
No comments yet.