mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-10-29 18:12:20 +00:00
Merge pull request #203 from Telecominfraproject/feature/wifi-8050--eks-upgrade
[WIFI-8050] Chg: upgrade EKS nodes AMI
This commit is contained in:
@@ -12,7 +12,7 @@ node_group_settings = {
|
||||
max_capacity = 8
|
||||
min_capacity = 0
|
||||
instance_type = "c5.xlarge"
|
||||
ami_name = "amazon-eks-node-1.20-v20211109"
|
||||
ami_name = "amazon-eks-node-1.22-v20220526" // you can get the latest one using aws ssm get-parameters-by-path --path /aws/service/eks/optimized-ami/1.22/amazon-linux-2 --query "Parameters[].Name"
|
||||
}
|
||||
|
||||
spot_instance_types = ["m4.large", "m5.large", "m5a.large"]
|
||||
|
||||
Reference in New Issue
Block a user