Skip to content

cloudtechworks/automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains a collection of scripts written in Python, PowerShell, Terraform e.g. These scripts cover a wide range of topics and can be used as references or templates for building your own projects.

Installation

To use these scripts, you'll need to have the following tools installed:

  • Python3
  • PowerShell 7
  • Terraform
  • Visual Studio Code
  • AWS CLI
  • Azure CLI Once you have these tools installed, you can clone this repository to your local machine:
git clone https://github.com/jellebee/guides.git

Usage

Each script is self-contained and can be run independently. Simply navigate to the directory containing the script you want to run and execute it using the appropriate command: For Python you could use

python my_script.py

For PowerShell you could use

powershell.exe -File my_script.ps1

Most scripts require modification, so whether you use Python, Powershell or Terraform I would recommend having installed Visual Studio Code or PyCharm

Contributing

If you find a bug or want to add a new script, feel free to submit a pull request! Before submitting a pull request, please make sure your code adheres to the following guidelines:

Scripts should be well-documented and follow the DRY principles Scripts should follow PEP 8 guidelines for Python scripts.