aws-samples / amazon-cloudfront-access-logs-queries

Analyze your Amazon CloudFront Access Logs at Scale with Amazon Athena.
MIT No Attribution
111 stars 70 forks source link

Expire unused Athena Query Results in S3 #20

Closed wedneyyuri closed 2 years ago

wedneyyuri commented 2 years ago

Issue: #19

The folder athena-query-results is storing query results generated when we transform CSV files into Parquet files. We don't have a reason to keep these results more than one day. It's derived data anyways.

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

steffeng commented 2 years ago

Thanks @wedneyyuri , merged in 42ad01a.