From 9416fca832199f38e45efd78a53f4db8cbd7999f Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 25 Aug 2023 17:23:31 -0400 Subject: [PATCH] update to doc5.0 engine --- .../ec2-deployment/infisical-ec2-deployment.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudformation/ec2-deployment/infisical-ec2-deployment.template b/cloudformation/ec2-deployment/infisical-ec2-deployment.template index 2ecf1cb1..b8a5f406 100644 --- a/cloudformation/ec2-deployment/infisical-ec2-deployment.template +++ b/cloudformation/ec2-deployment/infisical-ec2-deployment.template @@ -22,7 +22,7 @@ Resources: DocumentDBCluster: Type: "AWS::DocDB::DBCluster" Properties: - EngineVersion: 4.0.0 + EngineVersion: 5.0.0 StorageEncrypted: true MasterUsername: !Ref DocumentDBUsername MasterUserPassword: !Ref DocumentDBPassword @@ -38,7 +38,7 @@ Resources: Type: "AWS::DocDB::DBClusterParameterGroup" Properties: Description: "description" - Family: "docdb4.0" + Family: "docdb5.0" Parameters: tls: "disabled" ttl_monitor: "disabled"