hey all! I'm creating CloudWatch log groups for my...
# general
q
hey all! I'm creating CloudWatch log groups for my lambdas with a 90 day retention policy. After 90 days I want to delete it. My first thought was to log to both CloudWatch and s3.BucketLoggingV2. My question is: how do I make sure that the s3.BucketLoggingV2 stores the logs in Glacier and not S3 in general?
l
Set up a lifecycle rule.