
Ultimate access to all questions.
In a recent project assignment, you are required to utilize the AWS Command Line Interface (CLI) to construct a project using AWS CodeBuild. Your project’s root directory already contains a buildspec.yml file, which is essential for executing build commands. Additionally, the project demands that the build artifacts produced must be automatically encrypted upon completion.
How can you configure AWS CodeBuild to ensure this automatic encryption of build artifacts?
A
Specify a KMS key to use
B
Use an AWS Lambda Hook
C
Use the AWS Encryption SDK
D
Use In Flight encryption (SSL)