Skip to content

Commit

Permalink
Update ec2.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 authored Sep 18, 2024
1 parent 808c4e4 commit 87b7560
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-0cf6568d72c50d9d0"
ami = "ami-0a7729c3ba73eb243"
instance_type = "t3a.large" # 2 vCPU, 7 GiB Memory

spot_price = "0.037"
Expand Down

0 comments on commit 87b7560

Please sign in to comment.