Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switching the instance type to db.m6g.xlarge
Browse files Browse the repository at this point in the history
pvisweswar committed Dec 20, 2023
1 parent ce1ee96 commit c633610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environments/production/terraform.yml
Original file line number Diff line number Diff line change
@@ -490,7 +490,7 @@ rds_instances:
max_connections: "LEAST({DBInstanceClassMemory/9531392},5000)"

- identifier: "pgshard2-production"
instance_type: "db.m5.xlarge"
instance_type: "db.m6g.xlarge"
storage: 750
max_storage: 2500
storage_type: gp3
@@ -505,7 +505,7 @@ rds_instances:
max_connections: "LEAST({DBInstanceClassMemory/9531392},5000)"

- identifier: "pgshard3-production"
instance_type: "db.m5.xlarge"
instance_type: "db.m6g.xlarge"
storage: 750
max_storage: 2500
storage_type: gp3

0 comments on commit c633610

Please sign in to comment.