Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): ec2ssm use runner region, not cfg region (#1122)
Calls to the EC2 API currently fail when the region of the runner is different from the region of the credentials used to authenticate the request. This commit modifies the EC2 clients that we create during `ec2ssm` execution to use `run.Region` instead of `cfg.Region`. Fixes RAIN-47298 Signed-off-by: nschmeller <[email protected]>
- Loading branch information