remove hardcoded ami

This commit is contained in:
o0beaner 2018-11-13 17:48:11 -06:00
parent 3839fe02ce
commit 6905feef4d
1 changed files with 2 additions and 2 deletions

4
aws/emr/custom_ami_test_launcher.sh Normal file → Executable file
View File

@ -1,7 +1,7 @@
#!/bin/bash
### change image id and naming suffix then run this bitch
image=ami-076369466766d94fa
image=$1
naming_suffix="_test_with_fixed_regex"
function drive_count_check {
@ -50,4 +50,4 @@ function url_test {
open $url
}
launch
launch