Member-only story

3-Tier Architecture — AWS EKS

Always learning
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:

  1. Create an IAM user in AWS
  2. Create an Ec2 Instance
  3. Connect to the Instance and Install and required packages
  4. EKS Setup
  5. Configure IAM OIDC Provider
  6. ALB Configuration
  7. Deploy ALB Controller
  8. EBS CSI Plugin Configuration
  9. Delete Cluster

Create an IAM user in AWS

--

--

Always learning
Always learning

Written by Always learning

கற்றுக் கொள்ளும் மாணவன்...

No responses yet