diff --git a/terraform/asg.tf b/terraform/asg.tf index d40c46a..e486302 100644 --- a/terraform/asg.tf +++ b/terraform/asg.tf @@ -31,7 +31,7 @@ resource "aws_launch_template" "k8s-aarch64" { name = "k8s-aarch64" update_default_version = true - image_id = "ami-0e5ef720e9e713b90" + image_id = "ami-0dcd72048e69236de" instance_type = "t4g.medium" security_group_names = [aws_security_group.k8s-node.name] key_name = "dustin@rosalina"