Skip to content

Commit

Permalink
increasing size of instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed May 24, 2024
1 parent e0c5902 commit ba229fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/gpu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "aws_eks_node_group" "this" {
ami_type = "AL2_x86_64_GPU"
capacity_type = "ON_DEMAND"
disk_size = 20
instance_types = ["g4dn.xlarge"]
instance_types = ["g4dn.12xlarge"]

depends_on = [
aws_iam_role_policy_attachment.node_AmazonEC2ContainerRegistryReadOnly,
Expand Down
2 changes: 1 addition & 1 deletion terraform/gpu/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable "ami_type" {

variable "instance_type" {
type = string
default = "g4dn.xlarge"
default = "g4dn.12xlarge"
}

variable "beta" {
Expand Down

0 comments on commit ba229fa

Please sign in to comment.