Skip to content

Commit 15ced15

Browse files
committed
Update CHANGELOG
1 parent d78f25b commit 15ced15

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77
- [#86](https://github.com/wallix/awless/issues/86): SSH using private IP with `--private` flag. Thanks @padilo.
88
- `awless ssh` now checks the remote host public key before connecting. Check can be disabled with the (insecure) `--disable-strict-host-keychecking` flag.
99
- [#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`)
1113
- Create/delete and list Lambda functions: `awless list functions` / `awless create/delete function`
1214
- Create/delete/attach/detach and list elastic IPs: `awless list elasticips` / `awless create/delete/attach/detach elasticip`
1315
- 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`
1618
- List EC2 images (AMIs) of which you are the owner: `awless list images`
1719
- Copy an EC2 image from a given region to the current region: `awless copy image name=... source-id=... source-region=...`
1820
- List your IAM access keys: `awless list accesskeys`
19-
- Friendlier (using units: B, K, M, G) display for storage size (s3objects, volumes, lambda functions)
2021

2122
### Bugfixes
2223

0 commit comments

Comments
 (0)