We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed8a1f commit 70a94eeCopy full SHA for 70a94ee
appspec.yml
@@ -5,7 +5,7 @@ files:
5
destination: /var/www/html/
6
hooks:
7
ApplicationStop:
8
- - location: scripts/deregister_from_elb.sh
+# - location: scripts/deregister_from_elb.sh
9
- location: scripts/application_stop.sh
10
timeout: 60
11
runas: root
@@ -20,4 +20,4 @@ hooks:
20
- location: scripts/application_start.sh
21
22
23
- - location: scripts/register_with_elb.sh
+# - location: scripts/register_with_elb.sh
0 commit comments