AWS Cost Calculator CSV Export

Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.

What is AWS Cost Calculator CSV Export?

AWS Cost Calculator CSV Export is a Chrome extension developed by https://preset.tech, and its main feature is "Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.".

Extension Screenshots

screenshot
screenshot

Download AWS Cost Calculator CSV Export Extension CRX File

Download AWS Cost Calculator CSV Export extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        UPDATE 1.0.9
Currency Conversion is back! Huge shoutout to https://exchangeratesapi.io/ for their free currency exchange API.

UPDATE 1.0.8
New update to fix issues reported by users with the CSV Export failing in some regions. This was caused by the base64 encoding failing on some UTF-8 Characters, and has been resolved with the use of a different Base64 Library. 

Sorry for any inconvenience.

UPDATE 1.0.7
Minor release just to restore overall functionality. We have removed currency conversion functionality due to fixer.io changing their API Rates/Plans (no longer free). Will devise a workaround to restore this functionality, but for now this will get users out of trouble.

UPDATE 1.0.6
Another minor update to include the target currency, conversion rate and date in the EC2 CSV.

UPDATE 1.0.5
Just a minor update to let you convert costs of EC2 Instances and your Total Monthly Bill to your local currency. Let me know if you have any problems with this!

UPDATE 1.0.4
Fixed a bug where the same data was displayed for each item in the CSV File. Apologies for the inconvenience.

UPDATE 1.0.3
Added support for RDS and Reserved RDS Instances. 

UPDATE 1.0.2
Fixed another issue with alternate URLs - http://s3.amazonaws.com/calculator and https://s3.amazonaws.com/calculator are now accepted as URLs the button will appear on

UPDATE 1.0.1
Fixed an issue where the "Make CSV" Button would not appear if you loaded a NON-HTTPS version of the Cost Calculator.

IMPORTANT
You can only generate CSV Exports for the current tab that you are on - not all tabs at the same time.

If you work with AWS, you'll find yourself using the AWS Cost Calculator on a regular basis. 

But, what about those times when you want to copy and paste your Cost Calculator into a Word Document, or an Excel Spreadsheet? It sure does suck doing them one-by-one, and I got annoyed with doing that manually and now you don't have to do it manually either!

AWS Cost Calculator CSV Export lets you export your AWS Cost Calculator to a CSV file, which you can then manipulate into whatever you want with Excel. 

Want to put it into a Word document? No problem, you can do that.
Want to put it into an Excel spreadsheet and do some fancy formulas? No problem, you can do that.

At the moment, this only works with EC2 Instances and EBS Volumes, but coming soon we'll have more options for exporting.                    

Extension Basic Information

Name AWS Cost Calculator CSV Export AWS Cost Calculator CSV Export
ID lcjgldkjcoofginfcncfjfjealnbidnh
Official URL https://chromewebstore.google.com/detail/aws-cost-calculator-csv-e/lcjgldkjcoofginfcncfjfjealnbidnh
Description Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.
File Size 1.02 MB
Installation Count 193
Current Version 1.0.9
Last Updated 2021-08-06
Publish Date 2019-04-18
Rating 5.00/5 Total 3 Ratings
Developer https://preset.tech
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "bgscript.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "myscript.js"
            ],
            "matches": [
                "https:\/\/calculator.s3.amazonaws.com\/*",
                "http:\/\/calculator.s3.amazonaws.com\/*",
                "http:\/\/s3.amazonaws.com\/calculator\/*",
                "https:\/\/s3.amazonaws.com\/calculator\/*"
            ]
        }
    ],
    "description": "Automatically convert EC2, EBS, RDS and Reserved RDS from the AWS Cost Calculator to a CSV, for convenience.",
    "icons": {
        "128": "ico128.png",
        "16": "ico16.png",
        "48": "ico48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoLO7Fblfn3iXdteWZ58PudA3Vqjd+PyJlQBcJhyeCZc03w0efB7w6JQFZ3Nh6W38WEo5vksJgeAYXgODmQlmomTEPnVQca56tqN9FAustbm2fF6eEfdnnTVJUqPov+UiqgaX6ktRl1mIVMKADaVzS9IjvmSb1swqgKk25EfUsRF9HH2lu+cb0w54DIcgWbsISrH5qqL8jHjMWufmbusoZDlWf3DSzhYGyd0csUcZeqD0AyQznCIGc9iewYT7\/\/9SL97mQWbr4xNCW7h3x30wartAqEuDf82A+BNRLqokczlGeriCfjegbLNMo+MRWPhQiEZSwfr2Mv\/T6ocKD3TdPwIDAQAB",
    "manifest_version": 2,
    "name": "AWS Cost Calculator CSV Export",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9"
}