tedsmitt / ecsgo

Provides an interactive prompt to connect to ECS Containers using the ECS ExecuteCommand API.
Apache License 2.0
81 stars 13 forks source link

fix: #38 setup ssm client with shared configuration enabled #39

Closed Mallear closed 8 months ago

Mallear commented 9 months ago

I'm not sure why, but using the same configuration for SSM session as the one used in the createEcsClient function fixed my issue (See #38 ).

tedsmitt commented 8 months ago

Thanks for the PR! Merging now, may refactor slightly afterwards.