I used to set up each fresh VM by hand as well. After doing that 5+ times, each time taking around 2-3 hours, I realized learning to automate things might save time in the long run.
Ansible is an investment for sure, but one that’s already paid off in time saved.
Docker push to ECR/ECS Fargate all wrapped up in a make command. (Should integrate w CodePipeline but too lazy so far.) It’s much slower than Elastic Beanstalk which used to be my go to, but without the env nightmares that come with EB. Sounds like DO droplet would be easier and cheaper though.
11 comments
[ 3.8 ms ] story [ 49.4 ms ] threadIf you docker'ize the app you can really run it anywhere.
Ansible is an investment for sure, but one that’s already paid off in time saved.