Skip to content

Commit 37c6006

Browse files
committed
config changes to infra
1 parent 2b5fb9e commit 37c6006

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

aws/cloudformation/dataspace-infrastructure.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ Resources:
116116
Database:
117117
Type: AWS::RDS::DBInstance
118118
Properties:
119-
AllocatedStorage: 20
119+
AllocatedStorage: 30
120120
DBInstanceClass: !Ref DBInstanceClass
121121
Engine: postgres
122-
EngineVersion: '14.4'
122+
EngineVersion: '17.4'
123123
MasterUsername: !Ref DBUsername
124124
MasterUserPassword: !Ref DBPassword
125125
DBName: !Ref DBName
@@ -261,9 +261,10 @@ Resources:
261261
Type: AWS::SSM::Parameter
262262
Properties:
263263
Name: /dataspace/DB_PASSWORD
264-
Type: SecureString
264+
Type: String
265265
Value: !Ref DBPassword
266266
Description: Database password
267+
Tier: Standard
267268

268269
ElasticsearchIndexParameter:
269270
Type: AWS::SSM::Parameter
@@ -285,9 +286,10 @@ Resources:
285286
Type: AWS::SSM::Parameter
286287
Properties:
287288
Name: /dataspace/ELASTICSEARCH_PASS
288-
Type: SecureString
289+
Type: String
289290
Value: !Ref ElasticsearchPassword
290291
Description: Elasticsearch password
292+
Tier: Standard
291293

292294
RedisHostParameter:
293295
Type: AWS::SSM::Parameter
@@ -301,9 +303,10 @@ Resources:
301303
Type: AWS::SSM::Parameter
302304
Properties:
303305
Name: /dataspace/SECRET_KEY
304-
Type: SecureString
306+
Type: String
305307
Value: !Ref DjangoSecretKey
306308
Description: Django secret key
309+
Tier: Standard
307310

308311
URLWhitelistParameter:
309312
Type: AWS::SSM::Parameter

0 commit comments

Comments
 (0)