NBNihar Bhuvadinci-cd-pipeline-niharbhuvad.hashnode.dev路Feb 14 路 3 min read馃殌 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...00
NBNihar Bhuvadinwebsitehosting-nginx-byniharbhuvad.hashnode.dev路Feb 2 路 2 min read馃殌 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 ...00
NBNihar Bhuvadinaws-vpc-peering-by-niharbhuvad.hashnode.dev路Feb 1 路 3 min readAWS 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...00