An open API service indexing awesome lists of open source software.

https://github.com/asadhanif3188/3-tier-application-on-aws


https://github.com/asadhanif3188/3-tier-application-on-aws

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 3-Tier Application Deployment on AWS

This repository contains my reimplementation of the 3-tier application originally presented in the Medium article "A Resilient AWS Three-Tier Architecture Design and Deployment Project: https://medium.com/@cloudoers/aws-three-tier-architecture-design-and-deployment-5abdaae2e601" by Kwasi Twum-Ampofo (KTA). The goal of this project is to showcase the practical application of the concepts discussed in the article and provide a comprehensive guide for developers interested in understanding and implementing a 3-tier architecture.

## Key Features:
- Web Tier: [Brief description of the front-end technologies and frameworks used]
- App Tier: [Brief description of the back-end technologies and frameworks used]
- Data Tier: [Brief description of the database and storage solutions employed]
- Distribution of resources in VPC and subnets
- Multi-tier deployment
- Auto-scaling

## Goal of Reimplementation:
- The goal of this project is to showcase the practical application of the concepts discussed in the article and provide a comprehensive guide for developers interested in understanding and implementing a 3-tier architecture.
- Motivation behind this reimplemention is to demonstrate the skill set to the potential client.

## Original Implementation:
- Medium Article: https://medium.com/@cloudoers/aws-three-tier-architecture-design-and-deployment-5abdaae2e601
- Original Author: Kwasi Twum-Ampofo (KTA)

## Acknowledgements:

I'd like to acknowledge the valuable work of Kwasi Twum-Ampofo (KTA) in providing the original application design and guidance through their Medium article.