fix instance types

This commit is contained in:
o0beaner 2018-11-13 17:49:28 -06:00
parent 6905feef4d
commit 48397395a1
1 changed files with 1 additions and 1 deletions

View File

@ -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"