This project generates a FedRAMP-aligned inventory of assets in different cloud providers. Currently, it supports Amazon Web Services (AWS) and has placeholders for Microsoft Azure and Google Cloud Platform (GCP).
Example OutPut: 2025-01-10-Inventory.xlsx
- Amazon Web Services
- Microsoft Azure
- Google Cloud Platform
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Set up Python environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
- Column Mapping: column_mapping.json
- AWS Configuration: aws.json
- Azure Configuration: azure.json
- GCP Configuration: googlecloud.json