cloud-platform
cloud-platform copied to clipboard
Destroy cluster script include destroying log group
Background
Cloudwatch Log Group created with options does not get auto destroyed because of this issue: https://github.com/terraform-aws-modules/terraform-aws-eks/issues/920
Proposed user journey
Update the destroy script to check if log group is deleted when the cluster is deleted, else delete the log group. Some suggestions here: https://github.com/terraform-aws-modules/terraform-aws-eks/issues/920
Approach
Upgrading EKS module version may fix it as suggested in the issue
Which part of the user docs does this impact
Questions / Assumptions
Definition of done
- [ ] Log group get deleted when cluster is destroyed