Skip to content

Commit 69100fd

Browse files
committed
update from t2 to t3 RDS instance type
1 parent 9113cbb commit 69100fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pillars/infra/rds.sls

+5-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@ infra:
5454
# Notes:
5555
# * DB Instance class db.t2.micro does not support encryption at rest
5656
#
57+
# * Deprecation of Amazon RDS M4, R4, and T2 database instance type
58+
# Recommended migration: t2 --> t3
59+
#
5760
# Default
58-
default: db.t2.small
61+
default: db.t3.small
5962
# Specific (please maintain order)
6063
index: db.t3.small
61-
chapters: db.t2.medium
64+
chapters: db.t3.medium
6265
parameters:
6366
default:
6467
character_set_server: utf8mb4

0 commit comments

Comments
 (0)