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 6f6c8af commit b4f8256Copy full SHA for b4f8256
typescript/rds/aurora/aurora.ts
@@ -526,7 +526,7 @@ const app = new App();
526
new Aurora(app, 'AuroraStack', {
527
env:{region:"us-east-2"}, description:"Aurora Stack",
528
vpcId:"vpc-xxxxxxxxxx",
529
- subnetIds:["subnet-xxxxxx", "subnet-xxxxxx"],
+ subnetIds:["subnet-xxxxxx", "subnet-yyyyyyyy"],
530
dbName:"sampledb",
531
engine:"postgresql"
532
});
0 commit comments