An open API service indexing awesome lists of open source software.

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

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.