1.
Static Website Hosting on Cloud Storage
• Description: Host a static website (HTML, CSS, JavaScript) on a cloud storage bucket (e.g., Google Cloud
Storage, AWS S3).
• Skills: Cloud storage, static website hosting, public permissions.
2. Deploy a Personal Blog Using Cloud VM
• Description: Set up a simple blog (WordPress or any CMS) on a cloud virtual machine, using free-tier
instances from AWS, Google Cloud, or Azure.
• Skills: VM setup, SSH, basic web server configuration (Apache/Nginx).
3. Create a Serverless Function for Data Processing
• Description: Develop a serverless function (AWS Lambda or Google Cloud Functions) that performs a
small data processing task, like converting text to uppercase or resizing images.
CLO-2:
Classify: Problem in Classical Traditionally computing technologies and proposed cloud techniques
• Skills: Serverless functions, event-driven architecture, basic coding.
4. Basic Cloud-Based Database with Firebase
• Description: Use Firebase’s free-tier real-time database to create a simple guestbook app where users
can submit messages that are stored in the cloud.
• Skills: Cloud database setup, real-time data syncing, user authentication.
5. Cloud Storage Integration in a Local Application
• Description: Build a basic desktop app that saves user-uploaded files directly to a cloud storage service
(e.g., AWS S3 or Google Cloud Storage) instead of locally.
• Skills: Cloud storage APIs, local app development, file handling.
6. Build a Simple Chat Application Using Firebase
• Description: Use Firebase’s real-time database and authentication to create a minimal chat app where
users can send and receive messages in real-time.
• Skills: Real-time database, authentication, cloud messaging.
7. Cloud-Based Image Gallery
• Description: Create an image gallery where images uploaded by users are stored in cloud storage.
Implement basic image display and retrieval using URLs.
• Skills: Cloud storage, storage bucket permissions, image retrieval.
8. Create a Serverless API for To-Do List Management
• Description: Set up a serverless API using AWS Lambda or Google Cloud Functions to perform CRUD
(Create, Read, Update, Delete) operations for a to-do list.
• Skills: Serverless API development, HTTP methods, cloud databases (Firebase or DynamoDB).
9. Deploy a Static Portfolio Site with a Custom Domain
• Description: Host a personal portfolio on a cloud storage service (e.g., AWS S3) and link it to a custom
domain. Optionally, configure HTTPS.
• Skills: Cloud storage, domain configuration, DNS settings.
10. Cloud Monitoring and Alert Setup
• Description: Use a free-tier virtual machine to run a simple web server and set up basic monitoring and
alerts (using AWS CloudWatch or Google Cloud Monitoring) for CPU usage or disk space.
• Skills: VM setup, cloud monitoring, alerts configuration.