Shaileshshaileshpashte.hashnode.dev路Jul 30, 2024Exploring Bastion Hosts and NAT Instances in AWS: What You Need to Know馃挮Introduction In the realm of AWS, ensuring secure and efficient access to your instances within a VPC (Virtual Private Cloud) is crucial. Two key components that play a significant role in this context are Bastion Hosts and NAT Instances. Let's delve...AWS
Siddhartha Gauravsgaurav.hashnode.dev路Feb 4, 2024Understanding NAT Instances in AWS: A Beginner's GuidIf you're venturing into the world of AWS (Amazon Web Services), you've likely come across the term NAT (Network Address Translation). NAT plays a crucial role in enabling instances in a private subnet to communicate with the internet while keeping t...40 readsAWSAWS
B V AKASHbvakash.hashnode.dev路Mar 8, 2023NAT instance setupIn this lab, we will setup NAT instance before this lab complete NAT Instance refer this link :- https://bvakash.hashnode.dev/nat-instance this is the continuation of previous lab Step 1:- Once your NAT route is created, SSH into your nat-instance. w...51 readsGoogle Cloud Platform (GCP)nat-instance
Lilian Galadimaliliangaladima.hashnode.dev路Jan 30, 2023AWS: Deploying Nginx & PHP on private EC2 instances sitting behind a Load BalancerToday I鈥檒l be sharing the steps required to use an application load balancer to route traffic requests to private instances that are configured with the Nginx web server. By the end of this tutorial, we should have the following set up: Two private ...1 like路450 readsAWS
oluwaseyi akinnawoseyicodes.hashnode.dev路Jan 20, 2023Deploying NGINX web server and uploading a simple PHP web app on a VPC with Private EC2 Ubuntu servers Part-1This will be a multi-part series where we will set up a VPC (Virtual Private Cloud) on AWS (Amazon Web Services). We will be making use of the AWS free tier eligible services, so if you don鈥檛 have a new account, you can get one here Setting up a VPC ...34 readsAWS VPC