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
- Host: GitHub
- URL: https://github.com/asadhanif3188/3-tier-application-on-aws
- Owner: asadhanif3188
- Created: 2023-12-31T02:50:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T03:53:12.000Z (over 1 year ago)
- Last Synced: 2025-04-15T13:57:38.150Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.