|
7 | 7 | - [#86](https://github.com/wallix/awless/issues/86): SSH using private IP with `--private` flag. Thanks @padilo.
|
8 | 8 | - `awless ssh` now checks the remote host public key before connecting. Check can be disabled with the (insecure) `--disable-strict-host-keychecking` flag.
|
9 | 9 | - [#74](https://github.com/wallix/awless/issues/74): support of encrypted SSH keys for generation `awless create keypair encrypted=true` and in `awless ssh`.
|
10 |
| -- Listing templates available at `https://github.com/wallix/awless-templates` with `awless run --list`. |
| 10 | +- Better documentation of [awless-templates](https://github.com/wallix/awless-templates); listing remote templates in awless with `awless run --list`. |
| 11 | +- Friendlier (using units: B, K, M, G) display for storage size (s3objects, volumes, lambda functions) |
| 12 | +- Better help for template parameters (ex: `awless create loadbalancer -h`) |
11 | 13 | - Create/delete and list Lambda functions: `awless list functions` / `awless create/delete function`
|
12 | 14 | - Create/delete/attach/detach and list elastic IPs: `awless list elasticips` / `awless create/delete/attach/detach elasticip`
|
13 | 15 | - Create/delete and list volume snapshots: `awless list snapshots` / `awless create/delete snapshot`
|
14 |
| -- Create/delete and list autoscaling launch configurations, scaling policies and scaling groups |
15 |
| -- Create/delete/start/stop/attach/detach and list cloudwatch alarms. List cloudwatch metrics. |
| 16 | +- Create/delete and list autoscaling launch configurations, scaling policies and scaling groups: `awless create/delete launchconfiguration/scalingpolicy/scalinggroup`. See an [example](https://github.com/wallix/awless-templates/#group-of-instances-scaling-with-cpu-consumption) |
| 17 | +- Create/delete/start/stop/attach/detach and list cloudwatch alarms. List cloudwatch metrics: `awless list alarms/metrics` |
16 | 18 | - List EC2 images (AMIs) of which you are the owner: `awless list images`
|
17 | 19 | - Copy an EC2 image from a given region to the current region: `awless copy image name=... source-id=... source-region=...`
|
18 | 20 | - List your IAM access keys: `awless list accesskeys`
|
19 |
| -- Friendlier (using units: B, K, M, G) display for storage size (s3objects, volumes, lambda functions) |
20 | 21 |
|
21 | 22 | ### Bugfixes
|
22 | 23 |
|
|
0 commit comments