FINRAOS / aphelion

Aphelion is a web application that captures and visualizes your AWS services usage limits. It continuously collects data in the background and you can visualize the data in easy-to-see graphs and charts.

Home Page:https://finraos.github.io/aphelion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limits report should be persisted

lathanagaraj opened this issue · comments

The limits report generated should be persisted on some storage like s3. Currently if the service is killed or shutdown, the data is lost.

The underlying data is fetched from AWS so upon restart of the service, fresh data can be fetched. You will however lose the historical snapshot data so this can be persisted if stored in place such as S3.