Release v0.0.25
You can find attached binaries for OSX, Linux and Windows. Note that Windows has only been lightly tested.
Changelog
Features
- #98:
awless ssh
searches SSH keys in both~/.awless/keys
and~/.ssh
folders. - When
awless ssh
in an instance, you can now specify only-i keyname
, if the key is stored in~/.awless/keys
or~/.ssh
. - #99: Suggesting the right command when typing
awless create instance ID
orawless create ID
rather thanawless create instance id=ID
- Use a s3 bucket as a public website with
awless update bucket name=my-bucket-name public-website=true
- Set/update buckets or s3objects predefined ACL (private / public-read / public-read-write / bucket-owner-read...):
awless update s3object acl=public-read
- List CloudFront distributions:
awless list distributions
- Create/Update/Check/Delete a CloudFront distribution:
awless create/update/check/delete distribution
- List CloudFormation stacks:
awless list stacks
- Create/Update/Delete a CloudFormation stack:
awless create/delete stack
awless log --raw-json
shows the full info stored on template execution (context, fillers used, region, ...). Typically this contextual info can be reused for replay and updates of templates