Reputation: 5080
Is there some document available that shows how AWS CloudWatch log data is stored at AWS?
Especially, I would like to know:
Is an existing service (e.g. Amazon S3) used for the storage of events?
Is there any encryption available?
Interestingly, information is available for CloudTrail, but there seems to be no documentation about CloudWatch.
Upvotes: 16
Views: 8336
Reputation: 85
You need to configure to store in S3 and make sure that retention is enabled even after 90 days
Yes server side encryption is available https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/S3Export.html
Upvotes: -1
Reputation: 2862
Logs is apparently sitting on top of Kinesis, so:
Based on this: https://youtu.be/pTzv-i1uvvE?t=1386
Upvotes: 5