Skip to content

Commit

Permalink
fix(infra): update replica db instance type (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schultz authored Jul 5, 2023
1 parent 6f64d86 commit b3c87f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/prod/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const readreplica0 = new aws.rds.Instance(
{
allocatedStorage: 20,
maxAllocatedStorage: 100,
instanceClass: "db.t3.medium",
instanceClass: "db.t3.xlarge",
skipFinalSnapshot: true,
vpcSecurityGroupIds: [db_secgrp.id],
deletionProtection: true,
Expand Down

0 comments on commit b3c87f1

Please sign in to comment.