From 939382a595a207febc90dafefc5d913ac5b014a7 Mon Sep 17 00:00:00 2001 From: marcogalluzzi Date: Wed, 11 Oct 2017 11:59:27 +0100 Subject: [PATCH] Changing instance type "t1-micro" to "t2-micro" The "t1-micro" instance type is not available anymore. --- samples/EFSBackup/1-Node-EFSBackupPipeline.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/EFSBackup/1-Node-EFSBackupPipeline.json b/samples/EFSBackup/1-Node-EFSBackupPipeline.json index 9f64cc1..7e48fd5 100644 --- a/samples/EFSBackup/1-Node-EFSBackupPipeline.json +++ b/samples/EFSBackup/1-Node-EFSBackupPipeline.json @@ -62,7 +62,7 @@ "default" : "m3.medium", "description" : "Instance type for creating backups.", "allowedValues" : [ - "t1.micro", + "t2.micro", "m3.medium", "m3.large", "m3.xlarge", @@ -136,4 +136,4 @@ "type" : "String" } ] -} \ No newline at end of file +}