Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
awless-linux-amd64.tar.gz | 2017-11-24 | 8.1 MB | |
awless-windows-386.zip | 2017-11-24 | 7.7 MB | |
awless-windows-amd64.zip | 2017-11-24 | 8.3 MB | |
awless-darwin-amd64.tar.gz | 2017-11-24 | 8.7 MB | |
awless-linux-386.tar.gz | 2017-11-24 | 7.6 MB | |
README.md | 2017-11-24 | 999 Bytes | |
Release 0.1.7.tar.gz | 2017-11-24 | 11.7 MB | |
Release 0.1.7.zip | 2017-11-24 | 14.2 MB | |
Totals: 8 Items | 66.2 MB | 0 |
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 ofinstance.image
in favor ofinstance.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...