Skip to content

List your AWS resources and export them to an Excel file.

Notifications You must be signed in to change notification settings

idiaz01/aws-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Inventory

This is a simple python script that uses the AWS SDK to list all the resources in an AWS account. The script is written in Python 3 and uses the boto3 library to interact with AWS. It can be used to list all the resources in an AWS account and export the list of resources to an Excel file.

Features

  • List all the resources in an AWS account
  • Export the list of resources to an Excel file

Requirements

  • Python 3 installed

Installation

  1. Clone the repository
  2. Install the required libraries using pip
pip install -r requirements.txt
  1. Configure your AWS credentials in the file 'aws_credentials.yml':
AWS_ACCESS_KEY_ID: YOUR_ACCESS_KEY
AWS_SECRET_ACCESS_KEY: YOUR_SECRET_ACCESS_KEY

Usage

In order to run the script, you need to provide the name of the output Excel file as an argument. For example:

python aws_inventory.py output.xlsx

About

List your AWS resources and export them to an Excel file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages