AWS Certified Developer Associate DVA-C01 – Question287

A developer is provided with an HTTPS clone URL for an AWS CodeCommit repository.
What needs to be configured before cloning this repository?

A.
Use AWS KMS to set up public and private keys for use with AWS CodeCommit.
B. Set up the Git credential helper to use an AWS credential profile, and enable the helper to send the path to the repositories.
C. Use AWS Certificate Manager to provision public and private SSL/TLS certificates.
D. Generate encryption keys using AWS CloudHSM, then export the key for use with AWS CodeCommitl.

Correct Answer: B

Explanation:

Explanation: AWS credential profile, and enabling the Git credential helper to send the path to repositories: Reference: https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-…