Comment on Ask HN: Do you bake AMIs for AWS deployments?parentComments−pas256OP12yAre you using the Aminator or Packer Ansible provisioners, or do you have another technique for building those AMIs?−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
Are you using the Aminator or Packer Ansible provisioners, or do you have another technique for building those AMIs?
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.