https://github.com/tombozik/aws-mfa-credentials
A script that obtains temporary AWS credentials. (If the user uses MFA)
https://github.com/tombozik/aws-mfa-credentials
aws boto3 mfa
Last synced: about 1 month ago
JSON representation
A script that obtains temporary AWS credentials. (If the user uses MFA)
- Host: GitHub
- URL: https://github.com/tombozik/aws-mfa-credentials
- Owner: TomBozik
- Created: 2021-03-30T12:02:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T12:11:47.000Z (about 4 years ago)
- Last Synced: 2025-01-22T20:29:21.650Z (3 months ago)
- Topics: aws, boto3, mfa
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A script that obtains temporary AWS credentials if the user uses MFA.
Dependencies:
`boto3`Run:
`python aws_mfa.py {6_digit_code_from_device}`