Skip to content

A hodgepodge of functions to iterate over a large number of AWS accounts in an Organization quickly

Notifications You must be signed in to change notification settings

otsu81/aws-parseley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Parseley 3.0

Parseley is a parsing- and iteration tool intended to operate over a large number of AWS accounts, using an AWS Organization as source of truth.

This is a hodge-podge of functions meant to quickly return results based on the parameters in the respective functions in the main.py file.

Requirements

  • Access privileges to an AWS organization and a standardized role in each child account
  • AWS CLI with profiles configured
  • Python 3.6 or later

Installation

  1. pip3 install -r requirements.txt
  2. Copy .env.example to .env and modify accordingly
  3. Change which .env file you want to use in settings.py

Running

Modify the main.py file to execute API calls as necessary

About

A hodgepodge of functions to iterate over a large number of AWS accounts in an Organization quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages