Comment on Ask HN: Do you bake AMIs for AWS deployments?parentComments−geetarista12yRight now I'm just using an ansible playbook to provision the box, create the AMI, and destroy the box within a playbook.In the near future I plan on moving to Packer since it's the perfect tool for the job.
Comments
Right now I'm just using an ansible playbook to provision the box, create the AMI, and destroy the box within a playbook.
In the near future I plan on moving to Packer since it's the perfect tool for the job.