Skip to content

Latest commit

 

History

History
97 lines (78 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

97 lines (78 loc) · 2.19 KB

Change Log

All notable changes to this project will be documented in this file.

[1.5.0] - 2017-03-29

Added

  • Services
    • Managed ELB
    • Managed OS
    • Managed Storage
    • Managed VPC

Changed

  • None

Removed

  • None

[1.4.0] - 2016-12-22

Added

  • Services
    • AWS ConfigRules
    • Enhanced Snapshot
  • Lib
    • Promise based iam and sts library

Changed

  • None

Removed

  • None

2016-09-30

Added

  • AWSConfig & CloudTrail
    • Implemented API Gateway to provide api interfaces to public
  • CloudTrail
    • Added 'ap-south-1' region support
  • New projects
    • billing : provides billing data for each account/service
    • spotinst : provides list of low usage EC2 instances and interface to convert them to spot instances
    • particles-api : provides API interfaces for all aws-services that are invoked from outside Apps

Changed

  • AWSConfig & CloudTrail
    • Changed Lambda function deployment using "AWS::Lambda::Function" from the custom Lambda function
  • CloudTrail
    • Changed to create a new trail with 'Default' even if there is already one with a different name
  • Moved API Gateways for AWSConfig & CloudTrail to 'particles-api'

Removed

  • None

[1.3] - 2016-06-30

Added

  • Volumes
    • Implemented a Lambda function to tag untagged volumes
    • Configured with NAT Gateway to enable access to MSAWS management tool database in a VPC

Changed

  • AWSConfig
    • Fixed the policy document that causes a failure in creating a role during enabling AWSConfig. This was an issue only for certain AWS accounts.
  • Billing Alert
    • Added more accounts

Removed

  • None

[1.2] - 2015-03-19

Added

  • Billing Alert
    • Implemented to prevent usage alerts when increased percentages of usages exceed threshold but increased usages are less than the average usage of previous month
  • AWSConfig & CloudTrail
    • Implemented all region support
    • Added cloudformation particles for CTO Blog

Changed

  • Alarm Alert
    • Fixed a bug of failure in saving alert emails

Removed

  • None

[1.1] - 2015-12-31

Added

  • Initial release of
    • Alarm Alert
    • Billing Alert
    • AWSConfig
    • CloudTrail
  • First integration with MSAWS management tool

Changed

  • None

Removed

  • None