Skip to content

Commit

Permalink
updating aggentless_gw to 2xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep-sonar authored and eytannnaim committed Jan 7, 2025
1 parent b83bcf3 commit dcac70e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ variable "hub_instance_type" {

variable "agentless_gw_instance_type" {
type = string
default = "r6i.xlarge"
default = "r6i.2xlarge"
description = "Ec2 instance type for the Agentless Gateway"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ variable "hub_instance_type" {

variable "gw_instance_type" {
type = string
default = "r6i.xlarge"
default = "r6i.2xlarge"
description = "Ec2 instance type for the DSF gw"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ variable "hub_instance_type" {

variable "gw_instance_type" {
type = string
default = "r6i.xlarge"
default = "r6i.2xlarge"
description = "Ec2 instance type for the Agentless Gateway"
}

Expand Down
2 changes: 1 addition & 1 deletion examples/aws/poc/dsf_deployment/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ variable "hub_instance_type" {

variable "agentless_gw_instance_type" {
type = string
default = "r6i.xlarge"
default = "r6i.2xlarge"
description = "Ec2 instance type for the Agentless Gateway"
}

Expand Down
2 changes: 1 addition & 1 deletion examples/aws/poc/sonar_basic_deployment/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ variable "hub_instance_type" {

variable "agentless_gw_instance_type" {
type = string
default = "r6i.xlarge"
default = "r6i.2xlarge"
description = "Ec2 instance type for the Agentless Gateway"
}

Expand Down
2 changes: 1 addition & 1 deletion examples/aws/poc/sonar_hadr_deployment/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ variable "hub_instance_type" {

variable "agentless_gw_instance_type" {
type = string
default = "r6i.xlarge"
default = "r6i.2xlarge"
description = "Ec2 instance type for the Agentless Gateway"
}

Expand Down
2 changes: 1 addition & 1 deletion modules/aws/agentless-gw/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ variable "use_public_ip" {

variable "instance_type" { # https://docs.imperva.com/bundle/z-kb-articles-km/page/a6defd0e.html
type = string
default = "r6i.xlarge" # 4 cores & 32GB ram
default = "r6i.2xlarge" # 8 cores & 64GB ram
description = "Ec2 instance type for the Agentless Gateway"
}

Expand Down

0 comments on commit dcac70e

Please sign in to comment.