AWS - Deploy a three tier AWS Architecture
Check our our Github page for more helpful tips and tricks plus and detailed walkthrough from start to finish
How to deploy a Three Tier AWS VPC Architecture and it's components.ΒΆ
PrerequisitesΒΆ
-
You need to have an AWS account. Click here to get your AWS free tier account for up to six (6) months.
-
No coding experience
- No previous IT knowledge
πΉ Tier BreakdownΒΆ
| Tier | Subnet Type | Components |
|---|---|---|
| Public Tier | Public Subnet | EC2 Instances, Auto Scaling Group, S3 Bucket |
| App Tier | Private Subnet | API Gateway, Lambda Functions |
| DB Tier | Private Subnet | RDS or EC2-based database |
π§± Infrastructure Components:ΒΆ
- VPC with CIDR block 10.0.0.0/16
- 2 Availability Zones for high availability
- Public Subnet with IGW and Auto Scaling Group
- Private Subnets with API Gateway, Lambda Functions, and RDS or EC2-based database
- Security Groups for tier isolation and controlled access
- Route Tables for subnet-level routing
