AWS CloudTrail (Auditing & Governance)
AWS CloudTrail is a service that enables governance, compliance, operational auditing, and risk auditing of your AWS account. It records API calls made on your account and delivers log files to an S3 bucket.
API Call Logging
CloudTrail logs all API calls made in your AWS account, including calls made through the AWS Management Console, AWS SDKs, command line tools, and higher-level AWS services. This provides a complete audit trail of activity.
Event Types
CloudTrail automatically logs management events (create, modify, delete operations) for most AWS services. You can also enable data events for S3 object-level and Lambda function-level operations.
Compliance & Security
CloudTrail is essential for compliance with regulations like HIPAA, PCI-DSS, and SOC. It provides the audit trail needed to demonstrate that your AWS resources are being used in compliance with policies and regulations.
