diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index 19ca48e43893c1a28a0a73e442cd8edf5ab51c15..379454a0f33e289495239299545aa2c6463102e4 100755
--- a/scripts/hab-build-and-push.sh
+++ b/scripts/hab-build-and-push.sh
@@ -24,7 +24,7 @@ mkdir -p /usr/local/share
 
 rm /usr/bin/env
 ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env
-hab pkg install -b core/coreutils core/bash core/node core/yarn core/git
+hab pkg install -b core/coreutils core/bash core/node core/yarn core/git core/aws-cli
 
 yarn install --cache-folder .yarn
 GENERATE_SMOKE_TESTS=true yarn build --output-path build