Correct answer - "CodeDeploy": AWS CodeDeploy is a deployment service that automates application
deployments to Amazon EC2 instances, on-premises instances, or serverless Lambda functions. AWS
CodeBuild is a fully managed continuous integration service that compiles source code, runs
tests, and produces software packages that are ready to deploy.
Incorrect:
"CodeBuild" - AWS CodeBuild is a fully managed continuous integration service that compiles
source code, runs tests, and produces software packages that are ready to deploy
"Elastic Beanstalk" - AWS Elastic Beanstalk offers hooks but not more control as CodeDeploy
"CodePipeline" - CodePipeline automates the build, test, and deploy phases of your release
process every time there is a code change