silias809-cloud-newbie.hashnode.dev馃殌 Deploying a Secure AWS Architecture with Bastion Host, Private EC2, NAT Gateway & Application Load Balancer (Step-by-Step Guide)In this detailed guide, I鈥檒l walk you through how I built a secure production-style AWS architecture where: Private EC2 instances have no public IP They can still access the internet via NAT Gateway SSH access is only possible through a Bastion Ho...Feb 14路6 min read
silias809-cloud-newbie.hashnode.devDeploying Multiple EC2 Instances with Apache and Nginx Behind an AWS Load Balancer (With Monitoring & Automated Backups)Introduction In this project, I deployed two Amazon EC2 instances running Amazon Linux, installed Apache on one instance and Nginx on the other, and placed both behind an AWS Application Load Balancer. To make the setup more production-ready, I also ...Feb 6路4 min read
silias809-cloud-newbie.hashnode.devBuilding a Scalable Infrastructure on DigitalOcean Using Multiple Droplets, Load Balancing, Monitoring, and Automated BackupsIntroduction Modern cloud infrastructure must be designed with scalability, fault tolerance, and observability in mind. In this project, I built a highly available setup by deploying multiple virtual servers (Droplets), configuring a Load Balancer to...Feb 6路4 min read
silias809-cloud-newbie.hashnode.devLaunching an EC2 Instance and Hosting a Web Page Using Apache on AWSIntroduction Amazon Elastic Compute Cloud (EC2) is a core AWS service that allows users to run virtual servers in the cloud. These servers can be used to host websites, applications, and other services. In this blog, I will give a detailed step-by-st...Feb 4路4 min read
silias809-cloud-newbie.hashnode.devHow I Created an Amazon S3 Bucket, Uploaded an Image, and Made It Publicly AccessibleIntroduction Amazon Simple Storage Service (Amazon S3) is one of the most popular services provided by Amazon Web Services (AWS). It allows users to store and retrieve files (objects) securely and at any time from anywhere on the internet. In this bl...Feb 3路3 min read