What’s a Practical Cloud Computing Project Idea for a Final-Year Project?

0
3
Asked By MellowQuill42 On

I'm looking for a meaningful cloud computing project for my final-year dissertation. I'd like to address a genuine real-world problem rather than build something that only sounds impressive or relies on vague AI claims. I'm currently short on ideas, so I'd appreciate suggestions based on practical cloud challenges or problems that could be solved with a well-designed project.

2 Answers

Answered By OrbitVale7 On

You could also explore a more research-focused problem, such as security-aware workload placement across multiple cloud providers, fault-tolerant distributed storage, or dynamically moving workloads between local infrastructure and the cloud as demand changes. Another option is a service that schedules GPU workloads in the cloud. These are stronger choices if you have enough time to build a prototype and evaluate performance, cost, reliability, or security.

Answered By CedarFox_18 On

If you want something achievable but still useful, build and document a complete CI/CD platform for a serverless web application. You could include automated testing, deployment pipelines, object storage, a NoSQL database, monitoring, logging, rollback support, and infrastructure-as-code. It’s a practical project that demonstrates several important cloud skills without becoming too theoretical.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.