Cloudformation has an API which you could use rather than manually logging in. If it's running on EC2 then your Jenkins server can automatically authenticate itself with an IAM role, otherwise you'll need to give it an AWS account and security keys, but either way there's nothing manual once that's set up.
On Wed, 8 Jun 2016, 20:40 Gary Denner, <[email protected]> wrote: > Folks > > What is the best way to do the following > > 1. Build a Jenkins job that goes off to AWS and provisions CoreOS machines > 2. Then push Kubernetes to these configs. > 3. The ability to be able to blow away these images and bring them back up > simply using the latests versions. > > I looked at CloudFormation files but can't see an easy way to do this > without having to manually login to AWS etc > > Thanks for any insights > >
