urvishsuhagiya.hashnode.devMounting an AWS S3 Bucket on Amazon EC2 Linux Using S3FSIntroduction In this detailed guide, we'll walk you through the process of mounting an AWS S3 bucket on an Amazon EC2 Linux instance using S3FS. This hands-on project will help you understand key AWS services such as S3, EC2, and S3FS, along with usi...Jan 1, 2025路3 min read
urvishsuhagiya.hashnode.devHow to Deploy a Django Todo App on AWS EC2 Using KubernetesIn this article, I'll guide you step-by-step through the process of deploying a Django Todo application on AWS EC2 using a Kubeadm Kubernetes cluster. This guide is perfect for new learners who want to understand the basics of deploying applications ...Dec 31, 2024路4 min read
urvishsuhagiya.hashnode.devHow to Deploy a React Application on AWS Elastic Beanstalk Using GitHub ActionsDeploying a React application on AWS Elastic Beanstalk using GitHub Actions is an excellent way to automate your CI/CD pipeline. This article will guide you through the process in detail, using easy-to-understand language, perfect for new learners. I...Dec 30, 2024路3 min read
urvishsuhagiya.hashnode.devHow to Deploy a Portfolio App on AWS S3 Using GitHub ActionsIntroduction Deploying applications can be a challenging task, especially if you're new to the world of DevOps and CI/CD (Continuous Integration and Continuous Deployment). In this article, we will walk you through the process of deploying a Portfoli...Dec 29, 2024路4 min read
urvishsuhagiya.hashnode.devDeploying a Node JS Application on AWS ECS Fargate and AWS ECR : A Step-by-Step GuideIn this article, I'll guide you through each step in a simple and easy-to-understand manner. By the end of this guide, you'll be able to deploy your application successfully. Let's get started! Step 1 : Cloning the Node JS Application from GitHub The...Dec 28, 2024路4 min read