5d ago · 1 min read · Step 1: Login into the AWS environment using provided credentials. Step 2: Go to EC23 Section and try to check the url is working or not using ip. Step 3: Got to VPC section and select route tables.
Join discussionMar 17 · 6 min read · By Vivian Chiamaka Okose Tags: #terraform #aws #devops #vpc #networking #ec2 #iac #beginners #cloud Assignment 1 taught me how to provision a virtual machine on Azure. Assignment 2 taught me how netw
Join discussionMar 9 · 8 min read · Introduction As I continue my journey into Cloud Engineering and DevOps, one of the first tools I needed to set up on my system was the AWS CLI and Terraform. These tools are extremely important for c
Join discussion
Mar 7 · 8 min read · It is incredibly easy to spin up a server in the cloud. It takes seconds. But building an architecture that survives a massive traffic spike, prevents a data breach, and connects seamlessly to your le
Join discussion
Feb 11 · 3 min read · Final Architecture VPC-A (10.0.0.0/16) ├── Public Subnet (10.0.1.0/24) ├── Private Subnet (10.0.2.0/24) └── EC2 (in public subnet) VPC-B (10.1.0.0/16) ├── Public Subnet (10.1.1.0/24) ├── Private Subnet (10.1.2.0/24) └── EC2 (in public subnet) ...
Join discussionFeb 7 · 1 min read · In this architecture, a public-facing Application Load Balancer forwards client traffic to our web tier EC2 instances. The web tier is running Nginx webservers that are configured to serve a React.js website and redirects our API calls to the applica...
Join discussion
Feb 1 · 3 min read · Introduction In this project, I implemented AWS VPC Peering to enable private communication between two VPCs without using the public internet. This setup is commonly used when: Separating test and production environments Connecting microservices a...
Join discussionJan 30 · 2 min read · Step 1: Login into the AWS environment using provided credentials. Step 2: Go to VPC section and create a public subnet ,select the private VPC as mentioned. Choose the zone and provide the CIDR range. Step 3: Create an Internet Gateway for in...
Join discussion