diff --git a/infra/prod/index.ts b/infra/prod/index.ts index 84a0d475e..122fd646d 100644 --- a/infra/prod/index.ts +++ b/infra/prod/index.ts @@ -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,