Skip to content

This repository contains the python modules and packages make up the AWS Resource Manager, a custom python package/wheel designed to simplify the management of AWS services through custom-written use cases and utilities. This repository serves to reinforce my knowledge on building python packages and wheels.

License

Notifications You must be signed in to change notification settings

jibbs1703/AWSResourceManager

Repository files navigation

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

About

This repository contains the python modules and packages make up the AWS Resource Manager, a custom python package/wheel designed to simplify the management of AWS services through custom-written use cases and utilities. This repository serves to reinforce my knowledge on building python packages and wheels.

Topics

Resources

License

Stars

Watchers

Forks

Languages