Question 171:
A software development team has 5 developers, and you are helping them to configure AWS CodeCommit repositories. They prefer using their existing SSH keys to access CodeCommit to pull or push code. However, two developers told you that they were NOT able to operate on CodeCommit repositories from their own Linux machines successfully. How would you troubleshoot this issue? (Select TWO.)
Answer options:
A.Check if the IAM user has activated MFA.B.In the IAM Security Credential tab, check if the user’s private SSH key has been uploaded. C.Check if the IAM user has a proper policy to access CodeCommit resource. D.If GIT is used, check if the IAM users are able to access AWS CodeCommit using their AWS credentials. E.Check whether the public SSH key has been uploaded to the IAM Security Credential tab.