#aws-three-tier-architecture
Read more stories on Hashnode
Articles with this tag
Architecture Download Code from Github Repository git clone https://github.com/Naveen3251/AWS_3Tier.git S3 Bucket Creation Navigate to the S3...
Networking 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...
Database 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...
App Instance Deployment Navigate to the EC2 service dashboard and click on Instances on the left hand side. Then, click Launch Instances. Select...
Internal 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...
Update Config File Before we create and configure the web instances, open up the application-code/nginx.conf file from the repo we downloaded. Scroll...