ci-cd-pipeline-niharbhuvad.hashnode.dev🚀 Deploying a GitHub Repository to AWS S3 Using GitHub Actions (CI/CD Pipeline)Introduction In this project, I automated the deployment of a static website to an AWS S3 bucket using GitHub Actions. Instead of manually uploading files to S3, I configured a CI/CD pipeline that automatically deploys changes whenever code is pushed...Feb 14·3 min read
websitehosting-nginx-byniharbhuvad.hashnode.dev🚀 Hosting a Static HTML Website on AWS EC2 Using NginxIntroduction In this project, I deployed a static HTML webpage on an AWS EC2 instance using Nginx as the web server. This hands-on task helped me understand: How web servers work on Linux How Nginx serves content How AWS security groups (firewall ...Feb 2·2 min read
aws-vpc-peering-by-niharbhuvad.hashnode.devAWS VPC Peering: Connecting two VPCsIntroduction In this project, I implemented AWS VPC Peering to enable private communication between two VPCs without using the public internet. This setup is commonly used when: Separating test and production environments Connecting microservices a...Feb 1·3 min read