naveenkumar-nk.hashnode.devAWS 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...Feb 29, 2024·2 min read
naveenkumar-nk.hashnode.devAWS 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....Feb 29, 2024·5 min read
naveenkumar-nk.hashnode.devAWS 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...Feb 29, 2024·2 min read
naveenkumar-nk.hashnode.devAWS 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...Feb 29, 2024·6 min read
naveenkumar-nk.hashnode.devAWS 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...Feb 29, 2024·4 min read