docs/03-dev-howtos/10-testing-platform.md
Sometimes you want to mess around testing something complex (untestable locally e.g. AMI or config changes) in a real env, but you don't want to block the CODE/PROD deployment path.
The simplest way to do that is to spin up a new Auto scaling Group in environment TEST, and deploy your build there.
export FACTER_gu_stage='CODE' to refer to TEST stage instead