From 312c6c56f8cfe4e6a5aca94e7f8b64a60deade77 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Thu, 19 May 2016 11:38:22 +0100 Subject: [PATCH] Wire in nodowntime scripts --- appspec.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appspec.yml b/appspec.yml index 8d617ca3d..e3c0e5318 100644 --- a/appspec.yml +++ b/appspec.yml @@ -18,7 +18,15 @@ hooks: location: scripts/aws_start_app.sh runas: root timeout: 300 + - + location: scripts/register_with_elb.sh + runas: ubuntu + timeout: 300 ApplicationStop: + - + location: scripts/deregister_from_elb.sh + runas: ubuntu + timeout: 300 - location: scripts/aws_stop_app.sh runas: root