AWS EKS Terraform module
Upstream version 21.23.0
7 controls from PCI DSS v4.0 requirements
Terraform Module Source
pcidssv40.compliance.tf/terraform-aws-modules/eks/awsBehavioral Summary
This module modifies 2 variable defaults and makes 0 resource changes from the upstream module. All changes are driven by compliance controls and can be reviewed in detail below.
Your Code Impact
If you are migrating from the upstream module, the enforced default changes mean your existing configurations will automatically gain compliance controls. Variables you have explicitly set will continue to use your values. Review the diff below to understand exactly what changes.
Compared to
terraform-aws-modules/eks/aws@21.23.02 changesVariables Changed
2| Variable | Upstream | CTF | Reason | Control |
|---|---|---|---|---|
| cloudwatch_log_group_retention_in_days | 90 | 365 | Ensure a minimum duration of event log data is retained for your log groups to help with troubleshooting and forensics investigations. | cloudwatch_log_group_retention_period_365 |
| enabled_log_types | [ "audit", "api", "authenticator" ] | [ "api", "audit", "authenticator", "controllerMan... | AWS EKS clusters should have control plane audit logging enabled. These logs make it easy to secure and run clusters. | eks_cluster_control_plane_audit_logging_enabled |