Darsh Pateldarsh-patel.hashnode.dev·Jan 25, 2025Understanding NAT Gateway: A Beginner-Friendly GuideIntroduction Imagine you're in an office building where employees have their own desks but share a single receptionist for all incoming and outgoing mail. When a package arrives, the receptionist directs it to the correct employee. Similarly, when em...NAT Gateway
Abdulmateen Pitodiablog.abdulpitodia.com·Jan 5, 2025Part 2: Deploy a Scalable Video Transcoder on AWS with Serverless ArchitectureThis article continues from the designing of Scalable video transcoder (Part-1) , which was the first article in this series. This article focuses on hosting the entire backend on AWS, using ECS, ECR, Lambda and SQS services. The backend flow goes as...42 readsServerless Video TranscoderAWS
Chinnayya Chinthabasics-networking.hashnode.dev·Dec 26, 2024Understanding Network Address Translation (NAT)Network Address Translation (NAT) is a method used in computer networking to modify the IP addresses in data packets as they travel across a network. It plays a vital role in allowing devices within a private network to communicate with external netw...nat
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 30, 2024VPC Creation in AWSImagine you want to set up a private, secure, and isolated area in the cloud where you can run your applications and store your data. This is where a VPC comes into play. A VPC is a virtual network that you create in the cloud. It allows you to have ...1 like·76 readsAWSvpc
Santhosh Haridassaws-devops-project.hashnode.dev·Oct 14, 2024🚀 Day-5:AWS VPC Project: Step-by-Step Guide to Building a Secure 2-Tier Network ArchitectureStep-by-Steps In this post, I'll walk you through creating a 2-tier AWS Virtual Private Cloud (VPC) setup. This project focuses on network isolation, security, and scalability by building a secure communication channel between public-facing resources...AWS
Smruti Ranjan Swainsmrutiranjan7674.hashnode.dev·Oct 7, 2024Setting Up a Robust VPC with Public and Private Subnets for High AvailabilityIn this blog post, I will guide you through deploying a highly available infrastructure on AWS using Terraform. The infrastructure setup includes public and private subnets, an Internet Gateway, and NAT Gateways to enable outbound internet access fro...64 readsAWS
Manoj Shetmanojshet.hashnode.dev·Sep 15, 2024Creating a secure VPC with internet connected private subnets using AWS consoleA Virtual Private Cloud (VPC) in AWS is a dedicated network environment that enables users to isolate and manage their resources in a secure, private space within the broader AWS infrastructure. It essentially functions as a customizable virtual data...vpc
Dwaipayan Somretrinexdevops.hashnode.dev·Sep 13, 2024AWS VPC 3-Tier Architecture using TerraformAWS services and components used in this project: Amazon Virtual Private Cloud (VPC) Internet Gateway NAT Gateway Elastic IP address Route table Public Subnet Private Subnet Project Summary: This project demonstrates the deployment of a 3-ti...11 likes·429 readsTerraform
DigiSaltdigisalt.hashnode.dev·Aug 31, 2024AWS Essentials: Setting up a NAT GatewayIn today's cloud computing landscape, managing secure and efficient internet access within a virtual private network is crucial. The AWS NAT Gateway (Network Address Translation Gateway) is a vital tool in this process, offering a scalable and reliab...AWS
Sanket Kaleswarsanketkaleswar.hashnode.dev·Aug 17, 2024My AWS Project: Building a Secure and Scalable ArchitectureSetting up a secure and scalable architecture on AWS involves using a Virtual Private Cloud (VPC) with public and private subnets, NAT gateways, an Application Load Balancer (ALB), an Auto Scaling group, security groups, and an S3 gateway. This desig...AWS