https://github.com/wingkwong/aws-sts-temp-cred
Request temporary credentials for a MFA-enabled AWS account or IAM user
https://github.com/wingkwong/aws-sts-temp-cred
Last synced: about 2 months ago
JSON representation
Request temporary credentials for a MFA-enabled AWS account or IAM user
- Host: GitHub
- URL: https://github.com/wingkwong/aws-sts-temp-cred
- Owner: wingkwong
- License: mit
- Created: 2021-01-15T08:51:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T09:01:00.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T03:43:40.106Z (8 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-sts-temp-cred
Request temporary credentials for a MFA-enabled AWS account or IAM user## Usage
Update ``SerialNumber`` in Line 21 and then run
```py
python3 main.py
```