We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcab30 commit 8657662Copy full SHA for 8657662
lib/database.ts
@@ -30,10 +30,6 @@ export class PgStacDatabase extends Construct {
30
31
this.db = new rds.DatabaseInstance(this, "db", {
32
instanceIdentifier: Stack.of(this).stackName,
33
- instanceType: ec2.InstanceType.of(
34
- ec2.InstanceClass.BURSTABLE3,
35
- ec2.InstanceSize.SMALL
36
- ),
37
parameterGroup,
38
...props,
39
});
0 commit comments