
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