Skip to content

Releases: springload/ecs-tool

1.4.1

24 Jan 01:42

Choose a tag to compare

Changelog

f998af5 add processor command to modify decrypted ejson content

1.4.0

23 Jan 05:47

Choose a tag to compare

Changelog

975faeb Add ejson decryption feature to write decrypted content to SSM Parameter
7b0d795 add modd.conf to auto-rebuild when developing

1.3.1

13 Nov 22:04

Choose a tag to compare

Changelog

2f7802b fix panic if there are no identities loaded into ssh-agent
a1c5ad7 Merge pull request #9 from springload/chore/golint
9995a20 Address golint issues

1.3

26 Sep 23:33

Choose a tag to compare

1.3

Changelog

a7d9997 When using ssh command check if there are no identities in ssh-agent

1.2.2

28 Jul 23:52

Choose a tag to compare

Changelog

ccbde9e Add container name to exec command

1.2.1

22 Jul 23:02

Choose a tag to compare

Changelog

0a00353 Add readme for ssh
79b710e Typo
738ab4d Use profile suffix on ssh ip address
29ed6c8 Add ssh functionality
fe3ce25 Move the working dir outside of GOPATH
a65230b Fix the deps
f156774 Add Go report card

1.2

22 Jul 02:14

Choose a tag to compare

1.2

SSH access to application containers!!!

You will need to add the following section to the ecs-{environment}.toml files in the infra folder for the projects.

[ssh]
shell = "bash"
service = "app"
instance_user = "ec2-user"

Changelog

4b38d2f Merge remote-tracking branch 'origin/master' into feature/ssh
fe3ce25 Move the working dir outside of GOPATH
a65230b Fix the deps
795fa4a Add ssh functionality
f156774 Add Go report card

1.1

18 Jun 01:43

Choose a tag to compare

1.1

Changelog

f9f1159 Sets the log output to /dev/stderr
251dd9e Address go vet / golint issues
bcb6556 Update aws sdk lib
b05ff42 Migrate to go mod

1.0.1

12 Dec 20:05

Choose a tag to compare

Changelog

771f002 Add version flag

1.0

12 Dec 04:58

Choose a tag to compare

1.0

Changelog

be1ad1d Fix parsing of new ECS task ARN
bb704aa Add brew instruction to README