AWS DevOps Engineer Professional DOP-C01 – Question497

You want to set up the CloudTrail Processing Library to log your bucket operations. Which command will build a .jar file from the CloudTrail Processing Library source code?

A.
mvn javac mvn -install processor
B. jar install processor
C. build jar -Dgpg.processor
D. mvn clean install -Dgpg.skip=true

Correct Answer: D

Explanation:

Explanation:
The CloudTrail Processing Library is a Java library that provides an easy way to process AWS CloudTrail logs in a fault-tolerant, scalable and flexible way. To set up the CloudTrail Processing Library, you first need to download CloudTrail Processing Library source from GitHub. You can then create the .jar file using this command.
Reference:
http://docs.aws.amazon.com/awscloudtrail/latest/userguide/use-the-c…