aboutsummaryrefslogtreecommitdiff
path: root/appspec.yml
blob: c8dbced2a4c8d6ab994bcbf7bc2c08ddfd431198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 0.0
os: linux
files:
  - source: /
    destination: /home/ec2-user/dep-dir
hooks:
  AfterInstall:
    - location: scripts/install_dependencies.sh
      timeout: 300
      runas: root
  ApplicationStop:
    - location: scripts/stop_server
      timeout: 300
      runas: root