Skip to content

Commit

Permalink
Update AMI for spot instance request
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Aug 21, 2024
1 parent 8532737 commit 1d87d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2.tf
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1d87d62

Please sign in to comment.