Alpha release v0.0.19
Pre-release
Pre-release
You can find attached binaries for OSX, Linux and Windows. Note that Windows has only been lightly tested
Changelog
Features
- #76: Show private IP and availability zones when listing instances.
- Run remote template when path prefixed with
http
. Ex:awless run http://github.com/wallix/awless-templates/...
- Fetch more instances properties when showing instances (ex: network interfaces, public and private DNS, Root device type and name...)
- DNS: listing Route53 zones and records
awless list zones/records
- DNS: basic creation/deletion of Route53 zones and records
awless create/delete zone/record
- Infra: detach EBS volumes
awless detach volume
- Config: enable/disable the syncing of Route53 service
awless config set aws.dns.sync
- All listing with default format are now Markdown table compatible.
- Better display of
awless show
. Added--siblings
flag to display exhaustively all siblings - Reverse the sorting order when listing instances sorted by "up since"
Bugfixes
- Fix
awless show
to properly show relations between groups and users