-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate Cost Explorer API #176
Comments
@satra do you see ability to turn on hourly accounting in it seems with current approach to data transfer of the HOMEs we are running "hot" in terms of 💵 |
can't seem to get hourly stuff activated with the account we have. let's hope it goes down after the transfer is done. but new efs seems to have more data than old efs :) |
the consumption might go down slightly. |
The new efs with more data than old is (probably) caused by an error in my script (I missed a trailing slash) But we've corrected it and hopefully we will be back == tomorrow |
I think I nailed one of the major contributors to discrepancy -- sparsely allocated files for nwb caches. E.g. typically like
but in some cases might be x1000 factor! Looking across similarly placed locations for
so about 2TB of waste (not quite full account but there might be more locations I guess). IMHO we should remove all WDYT? For the future: should really look at "device level filesystem transfer" possibility. |
FWIW running now
and I wish there was cheapish way to find all sparse files, but I am afraid it might be a bit heavy, although even find can report sparseness so crude example could be
|
Sparse files can show different sizes depending on file-system internals. using
|
I have sent an email to MIT IS&T requesting this feature. |
There is an additional cost for hourly granularity. See AWS Cost Explorer Hourly Granularity docs. MIT IS&T can enable this feature if we would like. |
Spherical cow math sloppily typed on my phone after skimming @kabilar's link (someone double check please) 50 objects comes to $0.005/day or $0.16/month I say let's risk it |
Cost Explorer in the console updates 1/day which isn't very helpful when doing something new that might be expensive.
IIUC API users can get updates 1/hour but probably has its own cost too.
The text was updated successfully, but these errors were encountered: