How to Host a Simple React Application on an EC2 Instance

In this guide, we’ll walk through the steps to host a simple React application on an AWS EC2 instance using Nginx as the web server. This is ideal for beginners who want to deploy their front-end applications in a scalable, secure environment. Prerequisites Step 1: Update and Install Node.js, npm, and Nginx After SSH’ing into … Read more

Creating an AWS Lambda Python Layer by Logging into an AWS EC2 Linux Instance

In this tutorial, we’ll walk through the steps to create an AWS Lambda Python layer using an AWS EC2 Linux instance. If you’re looking to package dependencies for your Lambda function and find that doing so on your local machine isn’t feasible (due to OS or environment mismatches), then using an EC2 instance is a … Read more

How to SSH into AWS EC2 Linux instance from your Windows machine

In this article, I have shown how to connect to your EC2 Linux instance from windows. If you are someone new to AWS then check out this article on what is AWS and what solutions do they offer.  Prerequisites Download putty and putty gen in your windows machine. How to download putty and putty gen … Read more