We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8e80c commit 4ead1e9Copy full SHA for 4ead1e9
aws-ssm-ssh-proxy-command.ps1
@@ -47,7 +47,7 @@ $REGION_SEPARATOR = "--"
47
$splitted_instance = $instance_id -split $REGION_SEPARATOR
48
if ($splitted_instance.Length -gt 1) {
49
$instance_id = $splitted_instance[0]
50
- $env:AWS_DEFAULT_REGION = $splitted_instance[1]
+ $env:AWS_REGION = $splitted_instance[1]
51
}
52
53
Write-Output "Add public key $ssh_public_key_path for $ssh_user at instance $instance_id for 10 seconds"
0 commit comments