From 1d87d629b45c7e79dbd97c43fcebd029b35ada69 Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Wed, 21 Aug 2024 21:59:51 +0900 Subject: [PATCH] Update AMI for spot instance request --- ec2.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2.tf b/ec2.tf index 6267653..c9749d4 100644 --- a/ec2.tf +++ b/ec2.tf @@ -1,5 +1,5 @@ resource "aws_spot_instance_request" "example" { - ami = "ami-0d56a51b206a59c6a" + ami = "ami-00ccf68bd3cea3512" instance_type = "t3a.large" # 2 vCPU, 7 GiB Memory spot_price = "0.0323"