Workflow after AMI has been built for the version you want to deploy:
sanders createcreates a launch configuration based on a selected AMI (created via Boxfuse/Packer)sanders deploydeploys ONE instance with the version specified.sanders confirmonce we have verified that the new application is working well, it will deploy N instances.sanders sunsetto sunset the previous version. Only sunset when all new instances are up and running.
To deploy the app to our canary environment, run the command sanders canary. It will kill the current instance and spin up the new version.
sanders canary is NOT HA, there will be downtime between killing the old instance and spinning up a new one.
TODO