Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 305 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 305 Bytes

AWSUtilities

Collection of scripts and utilities that make life in AWS a bit better

Utilites:

  • aws-mfa.sh

    You can run this in your .bashrc by doing something like the following

    echo "enter MFA token"
    read token
    $(<path-to-script>aws-mfa.sh -p <profile> -t $token)