Skip to content

Commit

Permalink
rds 스토리지 클래스 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
devunt committed Oct 28, 2024
1 parent 566d48c commit 46070d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/bedrock/pulumi/aws/rds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ const cluster = new aws.rds.Cluster('penxle', {
engineMode: 'provisioned',
engineVersion: '15.4',

// spell-checker:disable-next-line
storageType: 'aurora-iopt1',

dbSubnetGroupName: subnetGroup.name,
vpcSecurityGroupIds: [securityGroups.internal.id],

Expand Down

0 comments on commit 46070d9

Please sign in to comment.