-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deployer command exec-aws-shell
and update AWS access docs to include info about MFA access for CLI
#2998
Conversation
I'm leaving this as draft for now as I still have not successfully resolved #2951 as I suspect there are a bunch of gotchas that will be useful to document here |
Merging this PR will trigger the following deployment actions. Support and Staging deployments
Production deployments
|
exec-aws-shell
and update AWS access docs to include info about MFA access for CLI
Excellent looks great!! I updated the PR title to reflect that this also added a deployer command |
🎉🎉🎉🎉 Monitor the deployment of the hubs here 👉 https://github.com/2i2c-org/infrastructure/actions/runs/5941011748 |
CLI auth in projects requiring MFA. Without this convenience functions, engineers
have to copy paste credentials from terminals or write their own wrapper script.
The helper script is a straight up implementation of the AWS docs
and doesn't hide much