HDHitesh Dipak Sonawaneindevopswhiz.hashnode.dev·Sep 19, 2024 · 4 min readDeploying a Web Application to AWS: S3, CloudFront, and CI/CD with GitHub ActionsIntroduction In this blog, I’ll walk you through the steps of deploying a web application on AWS using S3, setting up a CDN with CloudFront, and automating the deployment process with GitHub Actions for CI/CD. Key Objectives: Create an S3 bucket to ...00
HDHitesh Dipak Sonawaneindevopswhiz.hashnode.dev·Sep 13, 2024 · 1 min readPhases of Cloud-DevOps in Production:Stage 1: Pull the code from Git, install a web server and deploy your code on a VPS/VM. Stage 2: Dockerise the application, pass environment variables and run a container on the VM. Stage 3: Add Secrets and use docker compose to run your containers o...00