How can I create multiple identical AWS EC2 server instances with large amounts of persistent data?
- by mojones
I have a CPU-intensive data-processing application that I want to run across many (~100,000) input files. The application needs a large (~20GB) data file in order to run. What I would like to do is
create an EC2 machine image that has my application and associated data files installed
boot up a large number (e.g. 100) of instances of this image…