Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Amazon CloudWatch log_group_class Support for Cluster Log Group #2866

Closed
moebaca opened this issue Jan 7, 2024 · 2 comments · Fixed by #2858
Closed

Add Amazon CloudWatch log_group_class Support for Cluster Log Group #2866

moebaca opened this issue Jan 7, 2024 · 2 comments · Fixed by #2858
Milestone

Comments

@moebaca
Copy link

moebaca commented Jan 7, 2024

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.

  • Yes ✅: Support added in 5.30.0

Is your request related to a problem? Please describe.

Amazon announced the CloudWatch Logs Infrequent Access log class on November 26, 2023. For the sake of cost optimization, I would like support added in the module for this cheaper log group class due to the high cost of log ingest for EKS cluster logs in STANDARD.

Describe the solution you'd like.

I would like the ability to pass an input similar to log_group_class to the module - maybe something like the below example:

Name Description Type Default Required
cluster_enabled_log_class Input the log class that best aligns with your use case. For more information, see Amazon CloudWatch Log classes documentation (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch_Logs_Log_Classes.html) string STANDARD no

Describe alternatives you've considered.

This is a pretty straightforward feature request so no alternatives are necessary.

Additional context

  • Log groups that are already created cannot be changed to a different tier without being recreated (all logs will be lost unless exported)
@antonbabenko
Copy link
Member

This issue has been resolved in version 20.0.0 🎉

Copy link

github-actions bot commented Mar 4, 2024

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants