Download Latest Version awless-windows-386.zip (8.1 MB)
Email in envelope

Get an email when there's a new version of awless

Home / v0.1.11
Name Modified Size InfoDownloads / Week
Parent folder
awless-windows-amd64.zip 2018-06-21 8.6 MB
awless-linux-386.tar.gz 2018-06-21 8.1 MB
awless-linux-amd64.tar.gz 2018-06-21 8.5 MB
awless-windows-386.zip 2018-06-21 8.1 MB
awless-darwin-amd64.tar.gz 2018-06-21 9.1 MB
README.md 2018-06-21 1.6 kB
Release 0.1.11.tar.gz 2018-06-21 11.7 MB
Release 0.1.11.zip 2018-06-21 14.0 MB
Totals: 8 Items   68.1 MB 0

Changelog

Features

  • #71: Add support for Classic load-balancers:

    $ awless list classicloadbalancers
    $ awless create classicloadbalancer name=my-loadb subnets=[sub-123,sub-456] listeners=HTTP:80:HTTP:8080 healthcheck-path=/health/ping  securitygroups=sg-54321 tags=Env:Test,Created:Awless
    $ awless update classicloadbalancer name=my-loadb health-interval=10 health-target=HTTP:80/weather/ health-timeout=300 healthy-threshold=10  unhealthy-threshold=5
    $ awless attach classicloadbalancer name=my-loadb instance=@redis-prod-1
    $ awless delete classicloadbalancer name=my-loadb
    
  • #214: AWS_PROFILE env variable now loaded in awless in addition to the deprecated AWS_DEFAULT_PROFILE thanks to @alewando

  • Better completion for attach mfadevice and attach user commands
  • #219: Validate access key and secret key before writing into ~/.aws/credentials file

Fixes

  • #220: Add double quotes to CSV output if needed thanks to @lllama
  • Fix compilation error in templates with concatenation and reference (c.f. for example in this template)
  • Parse integer beginning with '0' as string (preventing the deletion of the initial '0' for example in ... account.id=0123456789)
Source: README.md, updated 2018-06-21