Update README.md

This commit is contained in:
Nihal Ahmed 2026-05-20 08:17:53 +00:00
parent 8e70340666
commit 42e3c95e55

View File

@ -54,6 +54,7 @@ The project demonstrates practical cloud deployment concepts including:
# Application Architecture # Application Architecture
## High-Level Architecture ## High-Level Architecture
```text ```text
@ -63,4 +64,37 @@ NGINX Reverse Proxy (HTTPS)
Flask Backend Container Flask Backend Container
PostgreSQL Database Container PostgreSQL Database Container
# Cost Analysis
Estimated yearly operational cost for the Cloud Notes Platform application assuming:
- approximately 1000 users per day
- 50GB database storage
- continuous 24/7 uptime
- HTTPS public access enabled
| Cloud Resource | Configuration | Billing Type | Estimated Cost |
|---|---|---|---|
| AWS EC2 Virtual Machine | t3.micro Ubuntu instance | Monthly | 68 EUR/month |
| AWS EBS Storage | 50GB persistent volume | Monthly | 57 EUR/month |
| Network Traffic | Moderate public traffic | Monthly | 13 EUR/month |
| DuckDNS Domain | Public DNS service | Free | 0 EUR |
| Let's Encrypt SSL Certificate | HTTPS certificate | Free | 0 EUR |
---
## Estimated Yearly Cost
| Resource | Yearly Cost |
|---|---|
| EC2 Virtual Machine | 7296 EUR/year |
| Persistent Storage | 6084 EUR/year |
| Network Traffic | 1236 EUR/year |
| Domain & SSL | Free |
### Total Estimated Yearly Cost
```text
144216 EUR/year