To catalog and share all my python scripts used in my DevOps journey
On Mac 🍏
- AWS cli installed
brew install awscli
- Docker installed
brew install --cask docker
- Python and dependencies installed
brew install python
Requirements
-Docker installed
-Built docker image
-Existing ECR
docker build -t my-image .
>> Push to ecr
python push_to_ecr.py
Save the script locally
file_diff.py
>> Run the script
python diff_files.py old_config.txt new_config.txt