Metadata-Version: 2.1
Name: aws-connector
Version: 0.0.2
Summary: AWS connector
Home-page: https://github.com/mickgortenmulder/aws-connector
Author: Mick Gortenmulder
Author-email: mickgortenmulder@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/mickgortenmulder/aws-connector/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# AWS Connector

This tool provides a AWS CLI connector where you can switch roles to the account you want access to. 

# Get started
## Generate config
Copy the file config/config_template.yaml to config/config.yaml and fill in the file before you start.

## Install dependencies
```
 python3 setup.py install
```

## Start the tool
```
 python3 src/aws_connector.py
```



