Skip to content

Commit

Permalink
Merge pull request #392 from chkp-yizhako/master
Browse files Browse the repository at this point in the history
AWS MDS change the default instance type to m5.2xlarge
  • Loading branch information
chkp-noamcoh authored Jul 11, 2024
2 parents 4fb74d1 + bceb4ce commit 7c9ed1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/templates/mds/mds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Parameters:
MDSInstanceType:
Description: The instance type of the Multi-Domain Server.
Type: String
Default: m5.12xlarge
Default: m5.2xlarge
AllowedValues:
- c5.large
- c5.xlarge
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/mds/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "mds_name" {
variable "mds_instance_type" {
type = string
description = "The instance type of the Multi-Domain Server"
default = "m5.12xlarge"
default = "m5.2xlarge"
}
module "validate_instance_type" {
source = "../modules/common/instance_type"
Expand Down

0 comments on commit 7c9ed1e

Please sign in to comment.