From ff41e123ce3602a5e18d415fbb0a85bd33901bd2 Mon Sep 17 00:00:00 2001 From: lizrabuya <115472349+lizrabuya@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:14:23 +1000 Subject: [PATCH] Update EnableInstanceStorage description to be match with the aws-stack template --- data/content/aws-stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/content/aws-stack.yml b/data/content/aws-stack.yml index 7a14bf2491..e7f456caef 100644 --- a/data/content/aws-stack.yml +++ b/data/content/aws-stack.yml @@ -474,7 +474,7 @@ Parameters: EnableInstanceStorage: Type: String - Description: Mount available NVMe Instance Storage at /mnt/ephemeral + Description: Mount available NVMe Instance Storage at /mnt/ephemeral, and use it to store docker images and containers, and the build working directory. You must ensure that the instance types have instance storage available for this to have any effect. See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-store-volumes.html AllowedValues: - "true" - "false"