https://github.com/manics/aws-utils
Small utilities for working with AWS
https://github.com/manics/aws-utils
Last synced: 4 months ago
JSON representation
Small utilities for working with AWS
- Host: GitHub
- URL: https://github.com/manics/aws-utils
- Owner: manics
- License: mit
- Created: 2022-05-18T15:28:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T12:46:19.000Z (over 1 year ago)
- Last Synced: 2025-05-12T23:31:27.064Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Utilities
## [`awsutils/aws-login-mfa.py`](awsutils/aws-login-mfa.py)
Helper for using MFA logins with AWS Command line login.
## [`awsutils/aws-sso-update-config.py`](awsutils/aws-sso-update-config.py)
Update or replace the `~/.aws/config` file with new SSO accounts.
Requires:
- an active SSO session (`aws sso login`)
- a configuration file for this utility (`cp awsutils/aws-sso-update-config.yaml.template awsutils/aws-sso-update-config.yaml`, edit)
## [`ec2-volume-tagger/ec2-volume-tagger.py`](ec2-volume-tagger/ec2-volume-tagger.py)
Copy or update a subset of instance tags to attached EC2 volumes.
Run this in each account.