Currently `cloudformation.json` gets [overwritten](https://github.com/deis/deis/blob/0aec52339c6a32052c2ba4f405bf408d6cba9cf5/contrib/aws/create#L24-L32) before provisioning a Deis Cluster on AWS (if one were to use Rigger). This removes the ability to configure: - KeyPair - Instance Type - AssociatePublicIP and other things, which can be important (all of the above are important for me) for ops.
Currently
cloudformation.jsongets overwritten before provisioning a Deis Cluster on AWS (if one were to use Rigger).This removes the ability to configure:
and other things, which can be important (all of the above are important for me) for ops.