Python script to automatically create the aws-cli profiles config file.
Name | Version |
---|---|
python | >= 3.x |
pip3 | |
aws-cli | >= 2.0 |
- Install dependencies
pip3 install -r requirements.txt
- Create the
.env
file based onexample.env
- Exec the script
python3 main.py
- The profiles config file will be created in $FILE_PATH, default
./config