Skip to content

Commit

Permalink
EDSC-3967: Encrypt the RDS and update Engine Version
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 authored Mar 5, 2024
1 parent c3723f9 commit 50751fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serverless-configs/aws-infrastructure-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ Resources:
AllocatedStorage: ${env:DB_ALLOCATED_STORAGE}
DBInstanceClass: ${env:DB_INSTANCE_CLASS}
Engine: postgres
EngineVersion: '14.4'
EngineVersion: '14.10'
AllowMajorVersionUpgrade: true
MasterUsername: {"Fn::Join": ["", ["{{resolve:secretsmanager:",{"Ref": "DbPasswordSecret"},":SecretString:username}}"] ] }
MasterUserPassword: {"Fn::Join": ["", ["{{resolve:secretsmanager:",{"Ref": "DbPasswordSecret"},":SecretString:password}}"] ] }
MultiAZ: true
StorageEncrypted: true
StorageType: gp2
DBSubnetGroupName:
Ref: DBSubnetGroup
Expand Down

0 comments on commit 50751fd

Please sign in to comment.