From 48397395a1b4636b17ad5721b6f3c08f6920ad6f Mon Sep 17 00:00:00 2001 From: o0beaner Date: Tue, 13 Nov 2018 17:49:28 -0600 Subject: [PATCH] fix instance types --- aws/emr/custom_ami_test_launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/emr/custom_ami_test_launcher.sh b/aws/emr/custom_ami_test_launcher.sh index 8d1798d..aa87b03 100755 --- a/aws/emr/custom_ami_test_launcher.sh +++ b/aws/emr/custom_ami_test_launcher.sh @@ -17,7 +17,7 @@ function drive_count_check { } function launch { - instance_types="m4 c4 r4" + instance_types="m5 c5 r5 c5d m5d" #instance_types=m5 for i in $instance_types; do instance_type=$i".xlarge"