We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f1df4 commit 16339e4Copy full SHA for 16339e4
2 files changed
appspec.yml
@@ -5,7 +5,6 @@ files:
5
destination: /var/www/html/
6
hooks:
7
ApplicationStop:
8
- # - location: scripts/protect_asg.sh
9
- location: scripts/deregister_from_elb.sh
10
- location: scripts/application_stop.sh
11
timeout: 60
@@ -22,4 +21,3 @@ hooks:
22
21
23
runas: root
24
- location: scripts/register_with_elb.sh
25
- # - location: scripts/unprotect_asg.sh
scripts/after_install.sh
@@ -6,6 +6,6 @@ elif which apt-get &>/dev/null; then
echo "apt-get"
fi
-echo "Sleeping..."
-sleep 120
-echo "...Done!"
+#echo "Sleeping..."
+#sleep 120
+#echo "...Done!"
0 commit comments