Netflix / aminator

A tool for creating EBS AMIs. This tool currently works for CentOS/RedHat Linux images and is intended to run on an EC2 instance.
Apache License 2.0
950 stars 170 forks source link

cache base ami lookup #246

Closed coryb closed 8 years ago

coryb commented 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.

bmoyles commented 8 years ago

👍 👍 👍

tigeli commented 8 years ago

This should also take care of creation of image-cache-directory which it does not do.

https://github.com/Netflix/aminator/pull/247