Skip to content

Commit

Permalink
OPHYK-214 Use a db instance/engine combo that is actually supported
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu committed Dec 23, 2024
1 parent 28ecfdb commit 69d65ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/src/cdk-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class VardRekisterointiDatabaseStack extends cdk.Stack {
enablePerformanceInsights: true,
instanceType: ec2.InstanceType.of(
ec2.InstanceClass.T4G,
ec2.InstanceSize.SMALL
ec2.InstanceSize.MEDIUM
),
}),
storageEncrypted: true,
Expand Down

0 comments on commit 69d65ab

Please sign in to comment.