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.
dbInstanceClass
2 parents a106459 + 79bfdce commit 3c8a2e3Copy full SHA for 3c8a2e3
aws-node-graphql-and-rds/resource/PostgreSqlRDSInstance.yml
@@ -5,10 +5,10 @@ Properties:
5
MasterUserPassword: ${self:custom.PASSWORD}
6
AllocatedStorage: 20
7
DBName: ${self:custom.DB_NAME}
8
- DBInstanceClass: db.t2.micro
+ DBInstanceClass: db.t4g.small
9
VPCSecurityGroups:
10
- !GetAtt ServerlessSecurityGroup.GroupId
11
DBSubnetGroupName:
12
Ref: ServerlessSubnetGroup
13
Engine: postgres
14
- PubliclyAccessible: true
+ PubliclyAccessible: true
0 commit comments