Updating your AWS bootstrap
In Bootstrapping AWS we looked at what’s required to kick off a brand new installation with your latest build. But it’s two weeks later now – and you’re about to release version 2 of the application. Using the Cloud Formation script we created first, it’s actually quite easy.
In the first build script, there was a reference in the CloudFormation Metadata to the website source – being {“Ref” : “BuildNumber”}.
"Parameters" : { "BuildNumber" : { "Type" : "Number" } }
So the process is as follows.… [Keep reading] “Updating your AWS bootstrap”