A simple website demonstrating cloud computing concepts (IaaS, PaaS, SaaS) hosted on Netlify as part of a cloud infrastructure project.
🔗 Live Website: Cloud Computing Seminar Project
- Basic introduction to cloud computing
- Explanation of three fundamental cloud service models:
- Infrastructure as a Service (IaaS)
- Platform as a Service (PaaS)
- Software as a Service (SaaS)
- Responsive design
- Minimalist UI
- HTML5
- Netlify (PaaS Cloud Platform)
- GitHub account
- Netlify account (free tier)
- Basic understanding of HTML
- Code editor (VS Code recommended)
-
Log in to Netlify
Visit app.netlify.com and sign in with GitHub. -
Choose Deployment Method
- Drag & Drop:
Go to the "Sites" tab → Drag yourindex.html
file into Netlify's deployment zone. - GitHub Integration (Recommended):
Click "Import an existing project" → Authorize Netlify → Select your repository.
- Drag & Drop:
-
Trigger Deployment
Netlify will automatically:- Detect
index.html
- Generate a unique URL (e.g.,
your-site.netlify.app
) - Enable HTTPS
- Deploy via global CDN
- Detect
- Serve Locally
python3 -m http.server 8000
You can open index.html
directly in a browser to view the project.
index.html
Modify the text in index.html
as needed.
Netlify automatically updates the project when you push changes to GitHub.
git add .
git commit -m "Update content"
git push origin main
Feature | Implementation Details |
---|---|
Infrastructure (IaaS) | Netlify manages servers and networking |
SSL Certificates | Auto-provisioned via Let's Encrypt |
Global CDN | Content cached in 21+ regions |
CI/CD Pipeline | Instant deployments on Git push |
This project is licensed under the MIT License. See the LICENSE
file for details.
Rajath Patil Kulkarni
- NIST SP 800-145 cloud standards