QuestionQ160

Content Domain 3: Cloud Technology and Services

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 AWS CodeCommit
  • B AWS CodeBuild
  • C AWS CodeDeploy
  • D AWS CodePipeline
Explanation

AWS CodeDeploy automates software deployment to any compute resource, including EC2 instances and on-premises servers, supporting multiple deployment strategies and rollback capabilities. CodeCommit is a source control service; CodeBuild compiles and tests code; CodePipeline orchestrates CI/CD workflows.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!