Closed coryb closed 8 years ago
@bmoyles lets cache the base ami lookup since base changes infrequently and can be very slow to lookup
using dill due to recursive data structures within boto.ec2.image.Image objects. json, yaml and pickle failed to serialize/deserialize correctly.
👍 👍 👍
This should also take care of creation of image-cache-directory which it does not do.
https://github.com/Netflix/aminator/pull/247
@bmoyles lets cache the base ami lookup since base changes infrequently and can be very slow to lookup
using dill due to recursive data structures within boto.ec2.image.Image objects. json, yaml and pickle failed to serialize/deserialize correctly.