Naveen Kumarnaveenkumar-nk.hashnode.dev·Feb 29, 2024AWS Three-Tier Architecture: Part-1Architecture Download Code from Github Repository git clone https://github.com/Naveen3251/AWS_3Tier.git S3 Bucket Creation Navigate to the S3 service in the AWS console and create a new S3 bucket. Give it a unique name, and then leave all the def...DiscussAWS
Naveen Kumarnaveenkumar-nk.hashnode.dev·Feb 29, 2024AWS Three-Tier Architecture: Part-2Networking and Security VPC Creation Navigate to the VPC dashboard in the AWS console and navigate to Your VPCs on the left hand side. Make sure VPC only is selected, and fill out the VPC Settings with a Name tag and a CIDR range of your choice....DiscussAWS
Naveen Kumarnaveenkumar-nk.hashnode.dev·Feb 29, 2024AWS Three-Tier Architecture: Part-3Database Deployement Subnet Groups Navigate to the RDS dashboard in the AWS console and click on Subnet groups on the left hand side. Click Create DB subnet group. Give your subnet group a name, description, and choose the VPC we created. When...DiscussAWS
Naveen Kumarnaveenkumar-nk.hashnode.dev·Feb 29, 2024AWS Three-Tier Architecture: Part-4App Instance Deployment Navigate to the EC2 service dashboard and click on Instances on the left hand side. Then, click Launch Instances. Select the first Amazon Linux 2 AMI. We'll be using the free tier eligible T.2 micro instance type. Selec...DiscussAWS
Naveen Kumarnaveenkumar-nk.hashnode.dev·Feb 29, 2024AWS Three-Tier Architecture: Part-5Internal Load Balancing and Auto Scaling App Tier AMI Navigate to Instances on the left hand side of the EC2 dashboard. Select the app tier instance we created and under Actions select Image and templates. Click Create Image. Give the image a nam...DiscussAWS
Naveen Kumarnaveenkumar-nk.hashnode.dev·Feb 29, 2024AWS Three-Tier Architecture: Part-6Update Config File Before we create and configure the web instances, open up the application-code/nginx.conf file from the repo we downloaded. Scroll down to line 58 and replace [INTERNAL-LOADBALANCER-DNS] with your internal load balancer’s DNS entry...DiscussAWS
Naveen Kumarnaveenkumar-nk.hashnode.dev·Feb 29, 2024AWS Three-Tier Architecture: Part-7External Load Balancer and Auto Scaling Web Tier AMI Navigate to Instances on the left hand side of the EC2 dashboard. Select the web tier instance we created and under Actions select Image and templates. Click Create Image. Give the image a name...DiscussAWS
Sarvadnya JawleforSarvadnya Jawle's team blogsarvadnyajawale.hashnode.dev·Jan 29, 2024Building a Three-Tier Application on AWS: A Step-by-Step GuideWelcome to the world of secure, scalable, and robust applications! Today, we'll embark on a journey to build a three-tier application on Amazon Web Services (AWS), the industry leader in cloud computing. Three-Tier Architecture Explained: Imagine a b...Discuss·36 readsAWS
Aman Pathakamanpathakdevops.hashnode.dev·Jan 18, 2024Advanced End-to-End DevSecOps Kubernetes Three-Tier Project using AWS EKS, ArgoCD, Prometheus, Grafana, and JenkinsProject Introduction: Welcome to the End-to-End DevSecOps Kubernetes Project guide! In this comprehensive project, we will walk through the process of setting up a robust Three-Tier architecture on AWS using Kubernetes, DevOps best practices, and sec...Discuss·1 like·636 readsDevops
Driss Attoumiattoumiblogs.hashnode.dev·Oct 22, 2023Design & Deploy a Three-tier web application architecture with AWSIntro When building a cloud-based application, the underlying architecture and environment are just as critical as the application itself. There are many considerations when deciding on the proper architecture of your app: Scalability: How easily an...DiscussAWS