I'm using vagrant-aws Vagrant plugin to run multiple disposable EC2 instances which are running tests, however my problem is that the provisioning script takes too long time (e.g. apt-get and downloading same files). I'm terminating my instances after run, as I don't want to pay for the existing instances when they're not in use (100x16G).
How can I configure my Vagrantfile, or in other words, what's the easiest way doing that, so I can re-use the same volume across multiple EC2 instances? Like mounting the specific volume, snapshot, creating ami or anything else? For example having 20 pre-configured volumes, each used by 200 disposable instances on startup time.