AWS Certified Cloud Practitioner (CLF-C02) — Question 640
A company wants an AWS service that can automate software deployment in Amazon EC2 instances and on-premises instances.
Which AWS service will meet this requirement?
Answer options
- A. AWS CodeCommit
- B. AWS CodeBuild
- C. AWS CodeDeploy
- D. AWS CodePipeline
Correct answer: C
Explanation
AWS CodeDeploy is specifically designed to automate software deployments to various compute platforms, including Amazon EC2 instances and on-premises servers. AWS CodeCommit is a managed source control service, AWS CodeBuild is a build service that compiles code and runs tests, and AWS CodePipeline is a continuous delivery service used to orchestrate the workflow, making AWS CodeDeploy the correct choice for the deployment itself.