Skip to content

Parses usage reports into readable format. Usage is seperated for each bucket.

Notifications You must be signed in to change notification settings

jewilmeer/amazon-s3-usage-report-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This script allows you to view costs of amazon s3 seperated by bucket.

required stept to generate reports:
- Install the following gems: mechanize, extensions, builder, logger, ostruct, time, csv
- Run 'run.rb' or 'run.rb production' for output less run

Example output:
==================================================
[BUCKET NAME]
--------------------------------------------------
SUMMARY
--------------------------------------------------
Date Range: 01 Feb 2009 -> 01 Apr 2009
Storage   : 5 bytes
Traffic   : 8 bytes
Requests  : 4 360 661 925
Total     : $1,342.98
==================================================

==================================================
TOTALS
--------------------------------------------------
Data traffic: 12 TB
Data storage: 17 GB
Requests    : 13 Trillion
Costs       : $2,357.63
==================================================

About

Parses usage reports into readable format. Usage is seperated for each bucket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages