amazon-kinesis-client/appspec.yml
2020-03-02 11:46:54 -08:00

10 lines
183 B
YAML

version: 0.0
os: linux
files:
- source: /
destination: /home/ec2-user/kcl-2x/
hooks:
AfterInstall:
- location: scripts/install.sh
timeout: 600
runas: ec2-user