Skip links

Tech

Getting Started with Terraform

Terraform lets you manage your server architecture using code, a concept called Infrastructure as Code (IaC). It’s declarative, meaning you don’t have to code each step; simply define the final setup you want, and Terraform takes care of the rest. It lets you build, modify, and update

How to Host a Static Website on AWS S3

Amazon S3 (Simple Storage Service) is a popular cloud storage service from Amazon Web Services (AWS). Also, it’s perfect for hosting static websites, which consist of HTML, CSS, JavaScript, and other static assets. Hosting a static site on S3 provides benefits like high availability, durability,

SSH Keys: A Beginner’s Guide

In this blog, we’ll explore the fundamentals of SSH keys, their applications, and how to create one for different scenarios. What is an SSH Key? An SSH key is a way to log into computers without needing to type in a password every time.  It

Deploying a NodeJS Application on AWS EC2 with Nginx and SSL

Welcome to a comprehensive guide on deploying a Node.js application to an AWS EC2 instance. This tutorial aims to equip you with the knowledge to deploy your application efficiently and securely. This tutorial is centered on deploying a Node.js application on an EC2 instance running