Beta Release v0.1.2
You can find attached binaries for OSX, Linux and Windows
Changelog
Features
- Sync overall speed up and massive reducing in memory consumption
- SSH
--through
:awless ssh my-priv-inst --through my-pub-inst
allow you to connect to a private instance by going through a public one in ths same VPC. You need to have the same keypair (SSH key) on both instances. - Flag
--profile-sync
onawless sync
to enable live profiling. Will dumpmem
andcpu
Go profiling files for later inspection - #109: Support caching of STS credentials for Multi-Factor Authentication.
- #126: Flag
--no-alias
inawless show
force the display of IDs in relations. - #126: Reverse sorting when listing resources with flag
--reverse
- #120: Profile info is now included in execution logs and appended when suggesting revert action
- #82: Better template TAB completion (e.g. complete list of parameters)
AWS Services
- Instance Profiles: List them; attach them to an instance. Ex:
attach instanceprofile name=...
,awless ls instanceprofiles
- Replace in one command an InstanceProfile on a given instance with the
replace=true
param. Ex:attach instanceprofile .... replace=true
- Update Route53 records with
awless update record
Fixes
- #116 No more sync Out Of Memory