| Activity | Feasibility | Notes | |------------------------------------|----------------------|-----------------------------------------------------------------------| | Static website hosting | ✅ Excellent | Use Nginx with caching. | | Dynamic PHP/Node.js (1–2 users) | ✅ Acceptable | Expect 200–500 ms latency. | | Database (SQLite, small MySQL) | ✅ Acceptable | Avoid joins on large tables. | | Docker (single container) | ⚠️ Limited | Use Alpine images; no orchestration. | | Machine learning | ❌ Not possible | No GPU, tiny RAM. | | Video transcoding | ❌ Impossible | Would take hours. | | High-traffic web app (>50 users) | ❌ Fails under load | CPU credits exhaust quickly. |