Skip to content

Commit

Permalink
[tf] update utility node requirement (#4404)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin committed Sep 21, 2022
1 parent 25b3b18 commit c29945c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/aptos-node-testnet/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ variable "validator_instance_max_num" {

variable "utility_instance_type" {
description = "Instance type used for utilities"
default = "t3.medium"
default = "t3.2xlarge"
}

variable "validator_instance_type" {
description = "Instance type used for validator and fullnodes"
default = "c5.xlarge"
default = "c6i.4xlarge"
}

### Forge
Expand Down
2 changes: 1 addition & 1 deletion terraform/aptos-node/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ variable "helm_enable_validator" {

variable "utility_instance_type" {
description = "Instance type used for utilities"
default = "t3.medium"
default = "t3.2xlarge"
}

variable "utility_instance_num" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/aptos-node/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ variable "node_pool_sizes" {

variable "utility_instance_type" {
description = "Instance type used for utilities"
default = "e2-custom-4-4096"
default = "n2-standard-8"
}

variable "utility_instance_num" {
Expand Down

0 comments on commit c29945c

Please sign in to comment.