https://github.com/andreif/aws.py
https://github.com/andreif/aws.py
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreif/aws.py
- Owner: andreif
- License: mit
- Created: 2025-09-11T12:06:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-06-07T11:11:55.000Z (11 days ago)
- Last Synced: 2026-06-07T13:09:06.983Z (11 days ago)
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws.py
```sh
# Download the script
curl -O https://raw.githubusercontent.com/andreif/aws.py/main/aws.py
# Only allow your current user to access it
chmod 0700 aws.py
# Move it to other executables so it can be run as `aws.py ...`
sudo mv aws.py /usr/local/bin/
# Replace aws-vault
cd /usr/local/bin/
sudo mv aws-vault aws-vault.old
sudo ln -s aws.py aws-vault
# Enable module import so that PyCharm etc. is able to index it
sudo ln -s /usr/local/bin/aws.py /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/
```
## TODO
- Import aws client and other utils, like jaml, request, gather_with_concurrency
- Show notifications
- Store encrypted to mitigate simple memory scans