Skip to content

luthersystems/luther-shell-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Luther Shell Helpers

Shell scripts to help you manage AWS accounts.

Set up speculate and AWS credentials with MFA

Install speculate:

go install github.com/akerl/speculate/v2@latest

Follow the instructions to install and use aws-cred-setup.

git clone git@github.com:luthersystems/luther-shell-helpers.git

source the helpers in .bashrc or .zshrc:

source ~/luther-shell-helpers/all.sh

Update your AWS Accounts Map

Add your accounts and their aliases to ~/.aws/accounts: (replace with actual IDs).

# ALIAS        ACCOUNT
billing         <REPLACE>
root            <REPLACE>
platform-prod   <REPLACE>
platform-test   <RPLACE>

Jump around

Login to your admin role, and jump to admin in another account:

aws_login admin
aws_jump platform-test admin

About

Shell scripts to help you manage AWS accounts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages