Correct answer - "CodeDeploy" : You can deploy nearly unlimited variety of application content,
such as code, serverless AWS Lambda functions, web and configuration files, executables,
packages, scripts, multimedia files, and so on.
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
"CodeCommit" - CodeCommit eliminates the need to operate your own source control system or worry
about scaling its infrastructure
"CodePipeline" - CodePipeline automates the build, test, and deploy phases of your release
process every time there is a code change, based on the release model you define
For more information visit