From edc2d1752ea37f60063a4a42ff6d80fcbc6547d8 Mon Sep 17 00:00:00 2001 From: kenchohk Date: Sun, 14 May 2023 11:20:45 +0800 Subject: [PATCH] Update template-vpcrds.yml Engine: MySQL EngineVersion needs to update. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html --- sample-apps/rds-mysql/template-vpcrds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/rds-mysql/template-vpcrds.yml b/sample-apps/rds-mysql/template-vpcrds.yml index 378952b0..06a5e5ab 100644 --- a/sample-apps/rds-mysql/template-vpcrds.yml +++ b/sample-apps/rds-mysql/template-vpcrds.yml @@ -32,7 +32,7 @@ Resources: AllocatedStorage: '10' DBInstanceClass: db.t3.small Engine: MySQL - EngineVersion: 5.7.26 + EngineVersion: 5.7.38 MasterUsername: !Ref 'databaseUser' MasterUserPassword: '{{resolve:secretsmanager:rds-mysql-admin:SecretString:password}}' DeletionProtection: true