I build self-healing infrastructure. Using Python and Bash, I automate the critical lifecycle of client VPS instances—from provisioning to disaster recovery.
Bash scripts that bootstrap a fresh VPS: configuring users, SSH hardening, and installing dependencies (Nginx/PHP) in < 60s.
Python scripts utilizing boto3 to compress databases and sync encrypted archives to off-site S3 storage buckets.
Automated maintenance to compress old access logs, prune temp files, and ensure 99.9% disk availability.
While tools like Ansible are great, custom Python/Bash scripts offer lower overhead for lightweight VPS instances. My scripts include built-in error handling and integrate directly with client notification systems (Slack/SMS) for instant alerts.