RKRajat Khiridinrajats.hashnode.dev·Nov 10, 2023 · 4 min readDeploying a 3 Tier MERN Stack AppIn this blog we try to deploy a MERN Stack App, with 3 tier architecture on AWS. Roadmap: Create 3 instances that use Ubuntu distro (frontend, backend, and db) Configure security groups (ports needed: 22, 8080, 3000, 27017) Install node and mongod...00
RKRajat Khiridinrajats.hashnode.dev·Nov 6, 2023 · 3 min readSetup WordPress Using Amazon ECS and EFSThis compact blog will help you set up WordPress using AWS services ECS (Elastic Container Service) and EFS (Elastic File Storage) for storing WordPress Data. Steps to launch WordPress server in ECS and EFS: Create an EFS File System, You can navig...00
RKRajat Khiridinrajats.hashnode.dev·Aug 14, 2023 · 4 min readThe Simplicity of Docker Setup on LinuxHave you ever tried getting Docker up and running? Well, I've been there, and let me tell you, it was quite a rollercoaster. I was helping out with Docker installations on some campus PCs, and oh boy, it was no walk in the park. Each system had its q...00