ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 217 - DOP-C01 discussion

Report
Export

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
Answers
A.
mvn javac mvn -install processor
B.
jar install processor
Answers
B.
jar install processor
C.
build jar -Dgpg.processor
Answers
C.
build jar -Dgpg.processor
D.
mvn clean install -Dgpg.skip=true
Answers
D.
mvn clean install -Dgpg.skip=true
Suggested answer: D

Explanation:

The CloudTrail Processing Library is a Java library that provides an easy way to process AWS CloudTrail logs in a faulttolerant, 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-cloudtrail-processinglibrary.html

asked 16/09/2024
Kina Collins
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first