contactmatt
contactmatt

Reputation: 18610

AWS CloudTrail: Can I disable S3 storage for trails, since I'm using CloudWatch

When setting up CloudTrail, you must specific a S3 bucket to store the data in.

Since I'm using CloudWatch (and CloudWatch metrics/alarms) for storage, I do not believe that I also need to store the data redundantly in S3.

Is there a reason even after configuring CloudWatch for CloudTrail, that I must also keep using S3 storage? Is there a way to turn off S3 storage for CloudTrail?

Upvotes: 2

Views: 518

Answers (1)

Rodrigo Murillo
Rodrigo Murillo

Reputation: 13640

You can turn off logging for any trail:

When you create a trail, logging is turned on automatically. You can turn off logging for a trail. Previous logs will still be accessible.

See https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-turning-off-logging.html

Upvotes: 1

Related Questions