https://github.com/hongzz0618/aws-architectures
A collection of 10 AWS architecture examples with diagrams, Terraform code, and step-by-step deployment guides for real-world use cases.
https://github.com/hongzz0618/aws-architectures
aws aws-diagram cloud-architecture terraform
Last synced: 9 months ago
JSON representation
A collection of 10 AWS architecture examples with diagrams, Terraform code, and step-by-step deployment guides for real-world use cases.
- Host: GitHub
- URL: https://github.com/hongzz0618/aws-architectures
- Owner: hongzz0618
- Created: 2025-08-14T08:19:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T08:05:54.000Z (10 months ago)
- Last Synced: 2025-08-29T11:12:20.955Z (10 months ago)
- Topics: aws, aws-diagram, cloud-architecture, terraform
- Language: HCL
- Homepage:
- Size: 3.28 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Architectures
This repository contains a collection of **10 common AWS architectures**, each representing a real-world use case.
The goal is to provide a clear and practical reference for learning AWS services and understanding how they work together.
Each architecture will include:
- An **architecture diagram**.
- **Infrastructure as Code** using Terraform.
- Example code or static assets.
- A **step-by-step guide** for deployment.
## Architectures
1. [**Static Website Hosting**](./01-static-website-hosting) – S3, CloudFront, ACM, Route 53
2. [**Serverless API Backend**](./02-serverless-api-backend) – API Gateway, Lambda, DynamoDB
3. [**Data Lake**](./03-data-lake) – S3, Glue, Athena, QuickSight
4. [**Event-Driven Processing**](./04-event-driven-processing) – S3/EventBridge, Lambda, SNS/SQS
5. [**Real-Time Data Streaming**](./05-realtime-streaming) – Kinesis Data Streams, Lambda, DynamoDB
6. [**Containerized Web App**](./06-containerized-web-app) – ECS Fargate, ALB, EFS
7. **CI/CD Pipeline** – CodePipeline, CodeBuild, CodeDeploy
8. **Backup & Disaster Recovery** – S3, Glacier, AWS Backup
9. **Machine Learning Model Deployment** – SageMaker, Lambda, API Gateway
10. **Hybrid Cloud with VPN** – VPC, VPN Gateway, On-Premises Integration