feat(aws) Add check to make sure EKS clusters have a supported version (#4604)

Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com>
This commit is contained in:
Amogh Bantwal
2024-08-06 10:40:05 -07:00
committed by GitHub
parent f746a9e742
commit 086c203e6b
10 changed files with 288 additions and 1 deletions
+5 -1
View File
@@ -44,7 +44,7 @@ The following list includes all the AWS checks with configurable variables that
| `ec2_securitygroup_allow_ingress_from_internet_to_any_port` | `ec2_allowed_instance_owners` | List of Strings |
| `acm_certificates_expiration_check` | `days_to_expire_threshold` | Integer |
| `eks_control_plane_logging_all_types_enabled` | `eks_required_log_types` | List of Strings |
| `eks_cluster_uses_a_supported_version` | `eks_cluster_oldest_version_supported` | String |
## Azure
@@ -368,6 +368,10 @@ aws:
"scheduler",
]
# aws.eks_cluster_uses_a_supported_version
# EKS clusters must be version 1.28 or higher
eks_cluster_oldest_version_supported: "1.28"
# Azure Configuration
azure:
# Azure Network Configuration