Skip to content

Releases: hamstah/awstools

v5.8.0

26 Jun 11:34
v5.8.0
Compare
Choose a tag to compare

New

  • Added iam-auth-proxy

v5.7.0

19 Jun 20:16
v5.7.0
Compare
Choose a tag to compare

New

  • added --version to all commands except ecs-dashboard

v5.6.0

19 Jun 20:16
v5.6.0
Compare
Choose a tag to compare

New

  • Added wildcard SSM support in kms-env

v5.5.0

13 Jun 14:51
v5.5.0
Compare
Choose a tag to compare

New

  • Added --dns-prefix to elb-resolve-alb-external-url to filter the right dns when there is more than one alias for an ALB

v5.4.1

11 Jun 14:55
v5.4.1
Compare
Choose a tag to compare

Bugfix:

  • Fix a crash when using ec2-ip-from-name when a terminated instance exists

v5.4

29 May 05:11
v5.4
Compare
Choose a tag to compare

New:

  • lambda-ping: Ping a URL with lambda and publish a cloudwatch custom metric

v5.3

29 May 05:10
v5.3
Compare
Choose a tag to compare

New:

  • cloudwatch-put-metric-data: New dimension argument

Fixes:

  • ecs-dashboard: Use the same code to open session as the other tools. Fixes an issue where role assumption wasn't working sometimes from ECS.

v5.2

30 Apr 23:08
v5.2
Compare
Choose a tag to compare

New tool:

  • Added kms-env

v5.1

28 Apr 22:14
v5.1
Compare
Choose a tag to compare

Tools

  • Added support for profiles with MFA and role assumption
  • Added a check for trailing spaces in env vars to catch copy paste mistakes

Common

  • Added OpenSession to make it easier to open a session with config

v5.0

21 Apr 19:24
v5.0
Compare
Choose a tag to compare

All tools now support the common auth args (role assumption and MFA).

Backward incompatible changes:

  • ecs-run-task: --cluster-name renamed to --cluster to match ecs-deploy