Export Audit Logs to S3
Create an S3 bucket policy for the export
{ "Version": "2012-10-17", "Statement": [{ "Effect": "Allow", "Principal": { "AWS": "arn:aws:iam::<INSERT CUSTOMER ACCOUNT NUMBER WITHOUT HYPHENS>:role/<INSERT A ROLE CREATED FOR IMMUTA>" }, "Action": [ "s3:PutObject" ], "Resource": [ "arn:aws:s3:::<INSERT CUSTOMER BUCKET NAME TO RECEIVE EXPORT>/*", "arn:aws:s3:::<INSERT CUSTOMER BUCKET NAME TO RECEIVE EXPORT>" ] } ] }
Configure the audit export to S3
Using the Immuta CLI
Install the Immuta CLI
Configure the Immuta CLI
Configure Immuta to export audit logs to S3
List all configurations
View a configuration
Disable a configuration
Enable a configuration
Delete a configuration
Using the audit service GraphQL API
Configure Immuta to export audit logs to S3
Disable a configuration
Enable a configuration
Last updated
Was this helpful?

