Member-only story
3-Tier Architecture — AWS EKS
8 min readJan 6, 2024
The three components of three-tier architecture
- Front-end (also called UI), is the interface that is visible to the user.
- The back-end is the part that decides application/flow based on inputs from the user.
buymeacoffee ☕ 👈 Click the link
- Database (can be any storage system like files, or database), this is the part of the application where most of the user data is stored.
This Robot Shop Project has 2 workflows
- User Workflow
- Application Workflow
User Workflow includes a series of activities to make up a process.
A workflow application is a software tool that automates the tasks involved in a business process.
Steps:
- Create an IAM user in AWS
- Create an Ec2 Instance
- Connect to the Instance and Install and required packages
- EKS Setup
- Configure IAM OIDC Provider
- ALB Configuration
- Deploy ALB Controller
- EBS CSI Plugin Configuration
- Delete Cluster