Skip to content

diffusedlight/aws-user-audit-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account Audit Script

Prerequisites

Installation and Usage

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

Linux / MacOS

  • 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

Windows

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages