updated startup-script for instances and using latest centos 7 image
diff --git a/tasks/main.yml b/tasks/main.yml
index beeb099..2092156 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -12,3 +12,5 @@
   register: upgrade
   failed_when:
     - "'All OK' not in upgrade.stdout"
+  when:
+  - upgrade_from_opdk_version | version_compare('4.17.01', '<')