Skip to content

mbelcherjs/py_playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python DevOps playbook

Purpose

To catalog and share all my python scripts used in my DevOps journey

Prerequisites

On Mac 🍏

  • AWS cli installed
    brew install awscli
  • Docker installed
    brew install --cask docker
  • Python and dependencies installed
    brew install python

🚀 How to's

📁 AWS

> push_to_ecr.py

Requirements
-Docker installed
-Built docker image 
-Existing ECR

docker build -t my-image .

>> Push to ecr 
python push_to_ecr.py

📁 File Difference

> file_diff.py

Save the script locally
file_diff.py

>> Run the script 
python diff_files.py old_config.txt new_config.txt

About

Python DevOps catalog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages