RTrakesh thodetiinec2-based-web-server.hashnode.dev·Nov 6, 2025 · 2 min readProject : EC2-based Web Server – Configure Apache/Nginx on an EC2 instance.You will launch an EC2 instance, install either Apache or Nginx, and configure it to serve a basic website. Steps to Set Up an EC2-based Web Server Step 1: Launch an EC2 Instance 1. Go to the AWS Management Console → EC2. 2. Click Launch Instance...00
RTrakesh thodetiinredditcloneproject.hashnode.dev·Aug 19, 2025 · 2 min read🚀 Running Applications on Amazon EKS with Fargate + ALB ControllerKubernetes has become the go-to standard for container orchestration.But let’s be honest — managing nodes, scaling clusters, and configuring networking can feel overwhelming 😅. That’s where Amazon Elastic Kubernetes Service (EKS) with AWS Fargate co...00
RTrakesh thodetiinredditcloneproject.hashnode.dev·Jan 3, 2025 · 5 min readREDDIT CLONE project[A] Let's use Terraform to create an EC2 instance for Jenkins, Docker and SonarQube 1--main.tf resource "aws_instance" "web" { ami = "ami-0287a05f0ef0e9d9a" #change ami id for different region instance_type = "t2.large" key_name = "Linux-VM-Key7" #ch...00