Skip to content

Release 0.1.7

Compare
Choose a tag to compare
@fxaguessy fxaguessy released this 24 Nov 16:08
· 182 commits to master since this release

You can find attached binaries for OSX, Linux and Windows.

Changelog

Features

  • Better prompt completion for template parameters
  • Create instance/launchconfiguration from community distro names (awless create instance distro=debian). In default config value, deprecation of instance.image in favor of instance.distro (migration should be seamless).
    • awless create instance distro=redhat:rhel:7.2
    • awless create launchconfiguration distro=canonical:ubuntu
    • awless create instance distro=debian
  • Quick way to switch to profiles and regions. Ex: awless switch eu-west-1, awless switch mfa us-west-1
  • Create a public subnet in only one command with: awless create subnet public=true...
  • Save directly your newly created access key in ~/.aws/credentials with : awless create accesskey save=true
  • Overall better logging output of template execution

AWS Services

  • Update Cloudfront distribution with: awless update distribution...