From f7a1ea3c4bd1f450f7fbece977ef98fccdcd1be5 Mon Sep 17 00:00:00 2001 From: Mandy Parson Date: Mon, 10 Feb 2025 09:46:42 -0700 Subject: [PATCH] KMS-524f: Final test of bitbucket sync --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eff23b0..1465c56 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,5 @@ cdk deploy rdf4jIamStack cdk deploy rdf4jEfsStack cdk deploy rdf4jEcsStack ``` + One thing to note is if you destroy the rdf4jEfsStack and redeploy, this will create a new EFS file system. You will need to copy the data from the old EFS file system to the new one. This can be done by mounting the old EFS file system to an EC2 instance and copying the data to the new EFS file system.