A company wants to set up an entire development and continuous delivery toolchain for coding, building, testing, and deploying code.
Which AWS service will meet these requirements?
Amazon CodeGuru
AWS CodeStar
AWS CodeCommit
AWS CodeDeploy
Explanations:
Amazon CodeGuru is primarily used for code reviews and identifying code quality issues, not for a full toolchain setup.
AWS CodeStar provides an integrated environment for setting up an end-to-end CI/CD toolchain for coding, building, testing, and deploying.
AWS CodeCommit is a version control service for managing source code, but it does not provide a complete CI/CD toolchain.
AWS CodeDeploy automates application deployment but does not cover the entire toolchain for coding, building, and testing.