Skip to content

Commit

Permalink
changed db instance type to one compatible withpostgresql v15.5 (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkueloc authored Sep 6, 2024
1 parent 0edaa72 commit 962273b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudformation/infrastructure/rds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ Resources:
AllocatedStorage: '20'
AllowMajorVersionUpgrade: false
AutoMinorVersionUpgrade: true
DBInstanceClass: db.t2.medium
DBInstanceClass: db.t4g.medium
Port: '5432'
PubliclyAccessible: false
StorageType: gp2
StorageType: gp3
StorageEncrypted: True
BackupRetentionPeriod: 31
MasterUsername: !Ref DbUsername
Expand Down

0 comments on commit 962273b

Please sign in to comment.