Hacker News new | ask | show | jobs
by Shish2k 1314 days ago
> Each job will always have to run a clone

You can create a base filesystem image with the code and tools checked out, then create a VM which uses that in a copy-on-write way

1 comments

AWS Autoscaling groups with a custom AMI does this by default, fwiw.