Skip to content

Comment on How We Use AWS, Ansible, and Packer to Make Deployment Awesome

Comments

This setup is very similar to the setup I created at my previous job.

Instead of Ansible, I used a plain old shell script, but still idempotent. I did all the testing locally using vagrant/virtualbox. Application deployment was separated in our setup as well, also retrieving the latest application codebase during boot, but using a tgz stored on s3 with the application all the application dependencies (ruby gems and precompiled assets) already in there.

All in all I am very happy with this setup being able to autoscale in a few minutes.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.