AWS Certified Cloud Practitioner Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Ace the AWS Certified Cloud Practitioner Exam with our extensive collection of flashcards and diverse multiple-choice questions. Updated for 2024 to guarantee your success in the certification journey!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which AWS service is used for creating and managing code repositories?

  1. AWS CodeCommit

  2. Amazon EC2

  3. AWS Lambda

  4. Amazon S3

The correct answer is: AWS CodeCommit

AWS CodeCommit is the correct answer because it is a service specifically designed for creating and managing code repositories. This service offers features such as code review, version control, and team collaboration, making it a suitable choice for developers and software teams. Option B, Amazon EC2, is a cloud computing service that provides virtual servers, which is irrelevant to the function of code repositories. Option C, AWS Lambda, is a compute service used for running code without managing servers, and it does not have the ability to create or manage repositories. Option D, Amazon S3, is a storage service for storing and retrieving data, which is also not directly related to managing code repositories. Therefore, AWS CodeCommit is the most appropriate and logical choice for this question.