AWS Assume
Command line application to assume a role using a config.ini and config.creds file, the config.ini utilises the same file format as aws-extend-switch-roles. This then merges a config.creds file to authorise assume roles
Getting Started
Create a config file that can be used in the format from aws-extend-switch-roles, create a config.creds file with the following values.
# Master account
[profile master]
aws_access_key_id = AWS_ACCESS_KEY_ID
aws_secret_access_key = AWS_SECRET_ACCESS_KEY
secret = TOTP_SECRET
region = ap-southeast-2
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- **Tim Colbert ** - Initial work - S3than
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for detail