Skip to content

Commit

Permalink
remove gp2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriipavlov committed Oct 13, 2024
1 parent c5f7bc0 commit c75b57e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions iac/terraform/instances.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ resource "aws_instance" "develop-server" {
Environment = "DEV"
}

root_block_device {
volume_type = "gp2" # General Purpose SSD
volume_size = 20 # Size in GB
}
# need to remove - costs
#root_block_device {
# volume_type = "gp2" # General Purpose SSD
# volume_size = 20 # Size in GB
#}

# Ensure the instance stops rather than terminates on OS shutdown
instance_initiated_shutdown_behavior = "stop"
Expand Down

0 comments on commit c75b57e

Please sign in to comment.