Teevity Ice Versions Save

AWS Usage Tool

v1.1.2

6 years ago

Minor update that solves known problems when parsing the Products and creating the ResourceGroups. It also adds support for billing files with a localized name (India, China, ...) and fixed the install.sh script.

Changes:

  • Add the support for localized billing files (AWS India, AWS China, ...) (#260)
  • Add the support for Grails external configuration file (ice.config.location) (#259)
  • Add us-east-1f in the zone list (#255)
  • Use HTTPS endpoint for Highstock (#191)
  • Fix the problems with product with "/" in their names (AWS Import/Export Snowball, ...) (#184)
  • Fix the resource grouping for resource without ResourceId (#187)
  • Fix the install.sh script (Grails v2.4.4 + AWS AMI Linux compatibility) (#182, #200)

v1.1.1

6 years ago

Minor updates to support more regions and zones (us-gov-west-1 + eu-central-1c and ap-northeast-2c). We have also set up Travis CI.

Changes:

  • Added missing zones (eu-central-1c, ap-northeast-2c)
  • Added support for us-gov-west-1 billing data (remark: does not poll reservation capacity and reservation prices for us-gov-west-1 accounts)
  • Configured Travis CI on "master" and "integration" branches

Merged PR:

  • ap-northeast-2c and support for us-gov-west-1: #250

v1.1

6 years ago

Bringing back life into Ice, step 1 :-)

Several PRs have been merged and changes made in order to make Ice:

  • Usable in any AWS region
  • Able to process billing data related to the new regions and zones

We've also automated the integration with https://github.com/jonbrouse/docker-ice in order to create a new docker image on every new Ice release (thanks to @jonbrouse for his quick reaction).

Changes

  • Added missing regions and zones
  • Support for auth v4 regions (eu-central-1) with the ice.billing_s3bucketregion property
  • Updated AWS SDK to 1.11.136
  • Include an example of an IAM policy in the README
  • Capitalize the Aws abbreviation in the page titles

Merged PR:

  • New AWS regions support: #228 #225 #220 #193
  • Typos: #242 #221 #241 #179
  • Dependencies updates: #122 #220 #211
  • README improvments: #135
  • Others: #3