Skip to content

things I learn about aws cloudtrail

Posted on:November 22, 2023 at 12:00 AM

What is CloudTrail and what does it do?

CloudTrail is an AWS service that enables governance, compliance, operational auditing, and risk auditing of your AWS account. It records AWS API calls for your account and delivers log files to you. These log files provide details about what happened in your AWS account, who made the API calls, when they occurred, and other details.

What are the key features of CloudTrail?

What are the types of events CloudTrail can track?

There are 3 types of events:

How are CloudTrail trails configured and what do they do?

A trail enables CloudTrail to deliver log files to an S3 bucket. Once logs are in S3, they can be analyzed using Athena. Trails allow you to:

What services are not supported by CloudTrail?

Some AWS services are not currently supported by CloudTrail logging. Major unsupported services:

How can CloudTrail integrate with other AWS services?

References

https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html https://docs.aws.amazon.com/awscloudtrail/latest/userguide/receive-cloudtrail-log-files-from-multiple-regions.html https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference.html