description "Start spot instance termination handler monitoring script" author "Amazon Web Services" start on started network script echo $$ > /var/run/spot-instance-termination-notice-handler.pid exec /usr/local/bin/spot-instance-termination-notice-handler.sh end script pre-start script logger "[spot-instance-termination-notice-handler.sh]: spot instance termination notice handler started" end script