Cloud Computing Platform
AWS (Amazon Web Services) is a cloud platform used to build, deploy, and scale applications online.
EC2 → Virtual servers S3 → Storage RDS → Databases Lambda → Serverless functions
Launch virtual machine Run apps like Node, Python
Store files (images, data, backups)
Managed MySQL/PostgreSQL
Run code without server Triggered by events
Frontend → Vercel Backend → EC2 / Lambda Database → RDS