Back to Home

The "I'll Remember This" Archive

Walkthroughs, configs, and deployment strategies from my projects. Because future me always forgets where past me put the docs.

GitHub ActionsCI/CDAWSEC2DevOpsAutomation

Automate Deployments to AWS EC2 with GitHub Actions CI/CD

Build a complete CI/CD pipeline using GitHub Actions to automatically deploy your application to EC2 on every push. Includes deployment scripts, secrets management, and troubleshooting tips.

2025-11-19Read Guide →
AWSEC2StreamlitGitDevOps

Deploy Streamlit App from Private GitHub Repo to AWS EC2

A comprehensive step-by-step guide on setting up SSH deploy keys, configuring your EC2 instance, and launching a Python Streamlit application.

2025-08-23Read Guide →
AWSEC2Elastic IPDNSNetworking

Assign Static IP & Configure DNS for AWS EC2

Learn how to attach a permanent Elastic IP to your EC2 instance and set up DNS records to point your custom domain to your server.

2025-09-01Read Guide →
NginxSSLAWSEC2CertbotDevOpsSecurity

Setup Nginx Reverse Proxy with Let's Encrypt SSL

Secure your applications with HTTPS using Nginx as a reverse proxy. Includes configurations for standard apps and Streamlit websockets.

2025-10-21Read Guide →