After creating an instance group, I started installing software (such as boost) to the first instance in the group. But I do not want to repeat the whole installation process (copy files from local pc, configure, make) for each instance in the group. Is there a way to install software to all instances at once?
Making an image of disk and creating instance group from that disk does not install installed software. Also, only one instance could be created from a snapshot however, I want to create multiple instances.