diff --git a/appspec.yml b/appspec.yml deleted file mode 100644 index e5a5ad9d2..000000000 --- a/appspec.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 0.0 -os: linux -files: - - source: / - destination: /home/ubuntu - overwrite: yes -permission: - - object: /home/ubuntu - pattern: "**" - owner: ubuntu - group: ubuntu -hooks: - ApplicationStop: - - location: scripts/kill_process.sh - timeout: 100 - runas: ubuntu - ApplicationStart: - - location: scripts/run_process.sh - timeout: 3600 - runas: ubuntu