Hacker News new | ask | show | jobs
by Twirrim 2766 days ago
It's a VM, right? So whatever you put in the base image will be available, just like with a container. It's just fast to provision and small.
1 comments

In this case the base image is then a packaging format, which takes us back to building special AMIs for this. Used to do EC2 deployments like this in the early days, using Packer.io.

Prefer containers because build once run anywhere, as opposed to build for each deployment target.