qoomon / aws-ssm-ec2-proxy-command

AWS SSM EC2 SSH Proxy Command
MIT License
213 stars 73 forks source link

Fix aws-ssm-ec2-proxy-command-start-instance.sh #22

Closed silver886 closed 3 months ago

silver886 commented 3 months ago

Changes

Background

AWS_PROFILE and AWS_REGION might not be set when executing this command. Since AWS_DEFAULT_REGION can be set at L47, those 2 environment variables are safe to be removed.

qoomon commented 3 months ago

@silver886 thanks a lot