Today I completed a hands-on cloud project where I built a fully functional Cloud File Upload Portal using: β
HTML5 β
CSS3 β
JavaScript β
AWS S3 β
AWS IAM β
GitHub β
Netlify CI/CD The application allows users to upload files directly from a browser into an AWS S3 bucket with a modern UI and automatic deployment pipeline. πΈ Architecture Diagram π Live Workflow The complete upload flow works like this: User Browser β Netlify Hosted Frontend β AWS SDK for JavaScript β AWS S3 Bucket β File Stored in Cloud And the CI/CD pipeline: VS Code β Git Commit & Push β GitHub Repository β Netlify Auto Deploy β Live Website Updated β¨ Features Modern responsive UI Browser-based file upload Direct AWS S3 integration GitHub version control Netlify auto deployment CI/CD workflow Secure HTTPS hosting Real-time upload status ποΈ Technologies Used Technology Purpose HTML5 Frontend Structure CSS3 Modern Styling JavaScript Upload Logic AWS SDK S3 Communication Amazon S3 Cloud Storage GitHub Source Control Netlify Hosting &β¦