From ea6a5c556cfbd588f7c438e88df9d5dbe2a8fe6f Mon Sep 17 00:00:00 2001 From: Jessica Dembe Date: Thu, 12 Dec 2024 10:41:50 -0500 Subject: [PATCH] scale down vs. scale in change --- _articles/appdev-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/appdev-deploy.md b/_articles/appdev-deploy.md index 31761cb7..702a80d2 100644 --- a/_articles/appdev-deploy.md +++ b/_articles/appdev-deploy.md @@ -217,7 +217,7 @@ Staging used to be deployed by this process, but this was changed to deploy the 6. **PRODUCTION ONLY**: This step is required in production - Production boxes need to be manually marked as safe to remove by scaling in the new instance (one more step that helps us prevent ourselves from accidentally taking production down). You must wait until after the original scale-down delay before running these commands (15 minutes after recycle). + Production boxes need to be manually marked as safe to remove by scaling down the old instances while scaling in the instances (one more step that helps us prevent ourselves from accidentally taking production down). You must wait until after the original scale-down delay before running these commands (15 minutes after recycle). ```bash aws-vault exec prod-power -- ./bin/scale-remove-old-instances prod ALL ```