Expire CloudWatch Logs Based on Challenge End Date
Open
backend
enhancement
GSOC-2025
medium-difficulty
- Dominant language
- Python
- Stars
- 2k
- Forks
- 984
- Avg merge
- 2h 54m
- Merged PRs (30d)
- 14
Description
### Description:
Currently, our CloudWatch logs are not set to expire, which leads to unnecessary log retention and potential cost accumulation over time. To manage our AWS resources more efficiently, we should configure the CloudWatch logs to expire in alignment with each challenge's end date.
### Proposed Solution:
Identify the CloudWatch log groups associated with each challenge.
Set a retention policy on these log groups based on the respective challenge's end date.
Contributor guide
Assessment
This issue has not been assessed yet.