AWS CloudTrail | AWS CloudTrail Processing Library Flashcards
I aggregate all my log files across all regions and multiple accounts into one single Amazon S3 bucket. Will the digest files be delivered to the same Amazon S3 bucket?
AWS CloudTrail Processing Library
AWS CloudTrail | Management Tools
Yes. CloudTrail will deliver the digest files across all regions and multiple accounts into the same Amazon S3 bucket.
What is AWS CloudTrail Processing Library?
AWS CloudTrail Processing Library
AWS CloudTrail | Management Tools
AWS CloudTrail Processing Library is a Java library that makes it easy to build an application that reads and processes CloudTrail log files. You can download CloudTrail Processing Library from GitHub.
What functionality does CloudTrail Processing Library provide?
AWS CloudTrail Processing Library
AWS CloudTrail | Management Tools
CloudTrail Processing Library provides functionality to handle tasks such as continuously polling a SQS queue, reading and parsing SQS messages, downloading log files stored in S3, parsing and serializing events in the log file in a fault tolerant manner. For more information, go to the user guide section of the CloudTrail documentation.