Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Release v0.2.1

Compare
Choose a tag to compare
@bollig bollig released this 18 Feb 20:50
· 29 commits to release since this release
685d780

Cloudformation Changes:

  • Cleaned up cloudformation Parameters by adding ParameterGroups. Unsightly Assets are wrangled to "Other settings" at the bottom of the page.
  • Expanded options for FSx Lustre to modify Storage Capacity, PERSISTENT vs SCRATCH, HDD Drive Cache, and S3 ImportPolicy
  • Added Default values for Assets::ArtifactHash (AWS::NoValue) so those parameters never need to be specified.
  • Added an example inherit.yaml showing how to nest notears within another cloudformation template. Useful to extend NoTears with custom post_install_script for workload-specific software, or to simplify deployment as nested template.
    Other Changes:
  • Expanded README with nested stack example