Skip to content

COS AWS: old AMI type #225

@michaeldmitry

Description

@michaeldmitry

When applying the aws infra terraform module, it fails with

                      │ Error: creating EKS Node Group (cos-cluster:cos-workers): operation error EKS: CreateNodegroup, https response error StatusCode: 400, RequestID: 9e50d975-8937-4c60-a4b1-03352d65c3e3, InvalidParameterException: AMI Type AL2_x86_64 is only supported for kubernetes versions 1.32 or earlier
│ 
│   with aws_eks_node_group.cos_workers,
│   on main.tf line 246, in resource "aws_eks_node_group" "cos_workers":
│  246: resource "aws_eks_node_group" "cos_workers" {
│ 
╵
error: Recipe `apply_infra` failed on line 12 with exit code 1

We need to:
1- use a newer image
2- probably we'd want that to be an input with a default value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions