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?
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?
C. AWS CodeDeploy.
Answer is C. Here's why: AWS CodeCommit - is a fully managed source control service that hosts private Git repositories without having to manage scaling its infrastructure. AWS CodeBuild - is used for compiling your source code, runs unit tests, and produces artifacts that are ready for deployment. AWS CodePipeline - is a fully managed, continuous delivery service used for releasing pipelines for fast and reliable application and infrastructure updates.
AWS CodeDeploy: Automates code deployments to any instance, including EC2 instances and instances running on premises