script to run transaction after instance is automated

pull/3/head
alok 7 years ago
parent 5bfde48ba0
commit 69f45703e0
  1. 2
      appspec.yml

@ -13,7 +13,7 @@ hooks:
timeout: 300
runas: root
ApplicationStart:
- location: aws-scripts/say_hello.sh #maybe start the server.
- location: send_txn.sh #send transactions to server
timeout: 10
runas: root
ApplicationStop:

Loading…
Cancel
Save