iddqd
iddqd

Reputation: 1305

S3 Server access logging vs CloudTrail logs

Given that both services are enabled (A single S3 bucket with Server Access Logging enabled and CloudTrail with object-level logging enabled for that bucket):
1. What events will initiate logging from both services?
2. In such a case, what data will one service contain that the other will not?
3. What events will result in a log created by only one of the services?

I am having a hard time understanding the logical difference between those two, as both support object level logging.

Upvotes: 3

Views: 1908

Answers (1)

sambol
sambol

Reputation: 324

This is summed up in the AWS documentation here. Note that AWS recommends CloudTrail.

Upvotes: 2

Related Questions