AWS CloudTrail Lake

From wikieduonline
Revision as of 15:57, 8 April 2025 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wikipedia:AWS CloudTrail Lake (Jan 2022 [1])

Commands (ref)[edit]

Example[edit]

 select userIdentity.arn as user,
   element_at(requestParameters, 'bucketName') as bucket,
   element_at(requestParameters, 'key') as key,
   count(*) as attempts
from xxxxx-yyyyy-xxxxx-zzzz-xxxxx
where eventSource = 's3.amazonaws.com'
   and eventName = 'GetObject'
   and userIdentity.arn = 'arn:aws:sts::0987654321:assumed-role/your-role/user@domain.com'
group by 1,
   2,
   3
order by attempts desc

Activities[edit]

Related[edit]

See also[edit]

  • https://aws.amazon.com/blogs/mt/announcing-aws-cloudtrail-lake-a-managed-audit-and-security-lake/
  • Advertising: