
Answer-first summary for fast verification
Answer: IAM username and password
IAM username and password - IAM username and password credentials cannot be used to access CodeCommit. Incorrect options: Git credentials - These are IAM -generated user name and password pair you can use to communicate with CodeCommit repositories over HTTPS. SSH Keys - Are locally generated public-private key pair that you can associate with your IAM user to communicate with CodeCommit repositories over SSH. AWS access keys - You can use these keys with the credential helper included with the AWS CLI to communicate with CodeCommit repositories over HTTPS.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
CodeCommit is a fully managed source control service that enables you to host secure and scalable Git repositories in the AWS cloud. It allows teams to collaborate on code in a secure and highly scalable ecosystem. AWS Identity and Access Management (IAM) facilitates secure control over AWS resources, including providing authentication for CodeCommit access.
Given this context, identify which of the following credential types is NOT supported by IAM for authenticating access to CodeCommit?
A
IAM username and password
B
SSH Keys
C
Git credentials
D
AWS Access Keys