Skip to content

Collected scripts for simple reporting on AWS resources & configuration

License

Notifications You must be signed in to change notification settings

dan-farmer/aws-reporting-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-reporting-scripts

Collected scripts for simple reporting on AWS resources & configuration; Most scripts output simplified and selected information as CSV.

Usage

Most scripts are simple python scripts that output to stdout. Execute them with:

./script_name.py

Common arguments:

Short Option Long Option Default Notes
-r --region See note below Short region alias (e.g. 'us-east-1'); Or use 'all' for all regions

Authentication

By design, these scripts do not handle authentication. Use one of the following methods for authentication with the AWS APIs:

  1. AWS Environment variables
  2. AWS Credentials file
  3. AWS Config file
  4. Wrap around or customise the scripts

Region

If region is not specified, the script will attempt to proceed with the user's default region configured for the AWS SDK:

  1. AWS Environment variables
  2. AWS Credentials file
  3. AWS Config file

Requirements

About

Collected scripts for simple reporting on AWS resources & configuration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages