Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liangrog committed Oct 14, 2018
1 parent 666a1fd commit 6406ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AWS Data Lifecycle Management Helper
The purpose of adlm-helper is to ease the EBS policy management of the new AWS feature [Data Lifecyle Management (DLM)](https://aws.amazon.com/about-aws/whats-new/2018/07/introducing-amazon-data-lifecycle-manager-for-ebs-snapshots/) overhead. It allows one to focus managing the policies rather than the execution.
The purpose of adlm-helper is to ease the EBS snapshot policy management of the new AWS feature [Data Lifecyle Management (DLM)](https://aws.amazon.com/about-aws/whats-new/2018/07/introducing-amazon-data-lifecycle-manager-for-ebs-snapshots/) overhead. It allows one to focus managing the policies rather than the execution.

The policies are to written in the yaml format (so comments are allowed) not the original DLM json format. However the text structure is following the original json. You can easily generate the yaml file if you have already gotten the policies written in json via online tools like [this](https://www.json2yaml.com/).

Expand Down

0 comments on commit 6406ac7

Please sign in to comment.