Fixes for log_me_in and refactoring
- Fix log_me_in.sh so that it does not set AWS_PROFILE if it was interrupted (for example CTRL-C during yum install of jq)
- log_me_in.sh now automatically copies the 2FA authentication code with the
--no-browser
parameter:aws sso login --no-browser
- Add aliases ll, goaws (for
source log_me_in.sh
) - Add proxies to /etc/profile.d/proxy.sh to cover more use cases
- Refactor EOFs