This repository was archived by the owner on Jan 21, 2020. It is now read-only.
This repository was archived by the owner on Jan 21, 2020. It is now read-only.
Where does infrakit keep info about instances #296
Open
Description
I'm implementing an instance plugin for ProfitBricks.
I've been looking at two implementations one is infrakit.aws
and the other one is infrakit-plugin-sakuracloud
the only difference i've noticed between these two is that sakuracloud implementation is persisting data about its instances in a file. AWS implementation doesn't have that (or maybe I haven't seen it).
What I'm looking for is a way to keep track of instances my provider has provisioned even if infrakit has been restarted. What would be recommended practice for something like this or does infrakit handle this?