Install Pipenv. Instructions to install can be found here
This script uses the AWS boto3 SDK, information on how to configure credentials for use with boto can be found here
This script ouputs the below to the working dir:
- console-access-audit.csv
- programmatic-access-audit.csv
- Clone this repostiory
- Navigate to the Repository's directory
- Check pipenv has been installed correctly
pipenv --version
- Install dependenciies with
pipenv sync
- Run the script with
pipenv run python main.py
- Clone this repostiory
- Navigate to the Repository's directory
- Check pipenv has been installed correctly
py -m pipenv --version
- Install dependenciies with
py -m pipenv sync
- Run the script with
py -m pipenv run python main.py