AWS Certified Cloud Practitioner — Question 691

A company needs a repository that stores source code. The company needs a way to update the running software when the code changes.

Which combination of AWS services will meet these requirements? (Choose two.)

Answer options

Correct answer: A, B

Explanation

AWS CodeCommit is a fully managed source control service that hosts secure Git-based repositories, satisfying the requirement for storing source code. AWS CodeDeploy automates software deployments to various compute services, fulfilling the need to update the running software when changes are made. Other services like Amazon DynamoDB, Amazon S3, and Amazon ECS do not directly address these specific code repository and deployment requirements.