Release v0.0.24
You can find attached binaries for OSX, Linux and Windows. Note that Windows has only been lightly tested.
Changelog
Features
- Template runner is now persisted in awless log using the caller identity
- #93: Supporting EC2 tags: syncing locally; filtering in
awless list
with --tag, --tag-value, --tag-key - #84: Create AMI by importing VM image from S3:
awless import image bucket=my-bucket s3object=my-object
. Add template to create AMI from local VM file (OVA, VMDK ...):awless run repo:upload_image
. - Listing pending import image tasks with
awless list importimagetasks
- Deleting images and optionally its related snapshots
awless delete image delete-snapshots=true
- Create/Update/Delete login profiles (AWS Console credentials):
awless create/update/delete loginprofile username=...
- Autowrapping results in tables when too long for
awless list
. No longer truncate results in--format csv/tsv/json
- Adjust the width of table columns to the terminal width in
awless show
- Using local EC2 metadata to set region when installing awless on an EC2 instance
- #94: Add short flags for
--aws-profile
:-p
and--aws-region
:-r