Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.28 KB

AWS Resource Manager

AWS Resource Manager is a Python package designed to simplify and automate the management of AWS resources, including S3, DynamoDB, and EC2 from single entrypoint. This package provides custom-written use cases and utilities to help developers and administrators efficiently manage and interact with AWS resources.

Features

  • S3 Management: Create, delete, and manage S3 buckets and objects with ease.
  • DynamoDB Management: Provision, configure, and manage DynamoDB instances programmatically.
  • Redshift Management: Provision, configure, and manage Redshift instances programmatically.
  • EC2 Management: Launch, stop, and manage EC2 instances with simple Python code.
  • Custom Use Cases: Leverage pre-built functions and modules tailored for specific operations.
  • Automation: Streamline repetitive tasks and automate complex workflows using Python scripts.

Getting Started

  • Clone the repository:
git clone https://github.com/your-username/AWS-Resource-Manager.git
cd AWS-Resource-Manager
  • Create and Activate Virtual Environment:
python -m venv .venv
.venv\Scripts\activate
  • Install Project Requirements:
pip install -r requirements.txt
  • Build Package:
 python -m build