Skip to content

Commit

Permalink
scale down vs. scale in change
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdembe committed Dec 12, 2024
1 parent 828c9c2 commit ea6a5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _articles/appdev-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit ea6a5c5

Please sign in to comment.