
Answer-first summary for fast verification
Answer: Repositories are automatically encrypted at rest
Repositories are automatically encrypted at rest Data in AWS CodeCommit repositories is encrypted in transit and at rest. When data is pushed into an AWS CodeCommit repository (for example, by calling git push), AWS CodeCommit encrypts the received data as it is stored in the repository.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
An organization has recently adopted AWS CodeCommit as its new source control service. During an audit of the software development process, the compliance security team observed developers frequently executing git push commands from their development machines. The compliance team mandates that encryption must be implemented for this process.
What measures can the organization take to ensure that the source code is encrypted both in transit and at rest?
A
Repositories are automatically encrypted at rest
B
Use a git command line hook to encrypt the code client side
C
Use AWS Lambda as a hook to encrypt the pushed code
D
Enable KMS encryption
No comments yet.