Closed mmmorris1975 closed 3 years ago
Remove unnecessary resolution of profile configuration and client when starting ECS credential endpoint. When executing a command, this info is already known prior to starting the ECS endpoint, don't try to re-resolve it.
fixed in 2af92d92756bf8d9b82ee38cac129a14686b3267 release in 3.0.2
When running a command using role credentials > 1h the tool hangs somewhere after starting the ECS credential endpoint. Works fine if the command is called with the
-E
option to use env vars credentials vs. ECS endpoint credentials.