Birla Institute of Technology & Science, Pilani

Cloud Computing Fundamentals

Birla Institute of Technology & Science, Pilani

Cloud Computing Fundamentals

Chandra Shekar RK
Saikishor Jangiti

位教师:Chandra Shekar RK

访问权限由 Coursera Learning Team 提供

深入了解一个主题并学习基础知识。
中级 等级

推荐体验

3.5 月 完成
在 10 小时 一周
灵活的计划
自行安排学习进度
深入了解一个主题并学习基础知识。
中级 等级

推荐体验

3.5 月 完成
在 10 小时 一周
灵活的计划
自行安排学习进度

您将学到什么

  • Explain cloud computing fundamentals, including service models, deployment models, and key characteristics of the cloud.

  • Apply virtualization and containerization concepts to build scalable, portable, and efficient cloud environments.

  • Use AWS services (EC2, S3, IAM, CloudWatch) to deploy, manage, monitor, and secure cloud-based applications.

  • Evaluate scalability, scheduling, reliability, and fault tolerance challenges in cloud systems using real-world scenarios.

要了解的详细信息

可分享的证书

添加到您的领英档案

作业

95 项作业

授课语言:英语(English)
最近已更新!

March 2026

了解顶级公司的员工如何掌握热门技能

Petrobras, TATA, Danone, Capgemini, P&G 和 L'Oreal 的徽标

该课程共有12个模块

This module introduces you to the course and its syllabus. The course introductory video orients you to the skills and knowledge you will acquire through this course. The syllabus reading highlights the course values, assessments, grading scheme, schedule and details of live sessions, and readings list that you must procure to acquire the concepts better. You will also meet and greet your peers around the globe through a discussion prompt.

涵盖的内容

3个视频1篇阅读材料1个讨论话题

This module provides a foundational understanding of cloud computing, starting with the core principles of distributed computing and progressing toward the essential characteristics, deployment models, and service models that define the cloud. Learners will explore the evolution of computing technologies that paved the way for the cloud and gain clarity on how modern infrastructure leverages distributed resources to deliver scalable and reliable computing services. The module introduces the 3-4-5 Rule of Cloud Computing, a simplified framework to grasp the three service models, four deployment models, and five key characteristics of cloud computing.

涵盖的内容

9个视频2篇阅读材料8个作业1个讨论话题

This module introduces the concept of virtualisation—one of the foundational technologies behind cloud computing. Learners will explore how virtualisation abstracts physical resources to create scalable and efficient computing environments. The module covers the basics of virtualisation, the purpose and function of hypervisors, and dives deeper into the virtualisation of key system components such as CPU, memory, and I/O. It also explains the different approaches to CPU virtualisation and categorises hypervisor types based on architecture and use case. Through interactive videos, quizzes, and readings, students will build a solid foundation in virtualisation technologies.

涵盖的内容

7个视频2篇阅读材料7个作业1个讨论话题

This module introduces the core concepts of containerisation and its critical role in modern software development and deployment. It begins by explaining what containers are, their evolution, and the different types used in the industry today. The module then explores Docker, a popular containerisation platform, including how to install, run, and manage containers using essential Docker commands. Finally, learners will gain hands-on insights into container networking (bridge, host, and overlay modes) and persistent storage techniques. Through structured video lessons, practice quizzes, and readings, learners will build the foundational skills needed to work with containerised applications.

涵盖的内容

11个视频3篇阅读材料10个作业1个讨论话题

This module introduces Infrastructure as a Service (IaaS), one of the core service models in cloud computing. Learners begin by exploring the foundational concepts of IaaS and its role in modern IT environments. The focus then shifts to Amazon Web Services (AWS), the leading IaaS provider, where learners will understand key services such as compute, networking, identity, and access management. Practical insights into launching and managing EC2 instances, AWS's shared responsibility model, IAM roles and policies, and compute pricing models will prepare learners for hands-on work with cloud infrastructure.

涵盖的内容

13个视频4篇阅读材料14个作业1个讨论话题

This module focuses on the storage and database services offered by AWS, along with an introduction to the Platform as a Service (PaaS) and Software as a Service (SaaS) models. Learners will explore various AWS storage options, including Amazon EBS, S3, and EFS, and understand when and how to use each. The module also covers AWS's managed database services such as Amazon RDS, DynamoDB, Aurora, and Redshift. In addition, learners will examine the principles of PaaS and SaaS, their architectures, business models, and user benefits, highlighting their applicability across different cloud solutions.

涵盖的内容

12个视频4篇阅读材料13个作业1个讨论话题

This module introduces learners to the foundational cloud service models—Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS)—with a focus on SaaS. It explores how SaaS applications are architected, delivered, and consumed over the internet without requiring users to manage infrastructure. Through real-world examples like Google Docs, Netflix, and Lideo, learners will understand the benefits of SaaS, including scalability, accessibility, and cost-efficiency. The module also demystifies multi-tenancy, a core concept in SaaS, using visual aids and hands-on deployment of a Java-based LMS on AWS EC2. By the end, learners will be able to explain SaaS architecture and deploy a basic SaaS application.

涵盖的内容

11个视频4篇阅读材料11个作业1个讨论话题

This module focuses on cloud storage types—object, block, and file—and how they are used in SaaS applications. Learners will explore AWS S3 storage classes such as Standard, Intelligent-Tiering, and Glacier, and understand how lifecycle policies help optimize storage costs. Using LMS content as a case study, the module demonstrates how different types of data map to different storage tiers. Learners will configure S3 buckets, set lifecycle rules, and estimate monthly costs using the AWS Pricing Calculator.

涵盖的内容

6个视频3篇阅读材料6个作业1个讨论话题

This module explores how cloud platforms manage fluctuating demand through elasticity, scalability, auto-scaling, and load balancing. Learners will understand the principles of capacity planning and how cloud services dynamically allocate resources to maintain performance and cost-efficiency. Using the LMS backend as a case study, learners will create AMIs, configure Auto Scaling Groups, and deploy Load Balancers to handle simulated traffic. CloudWatch metrics will be used to monitor performance and scaling behaviour.

涵盖的内容

6个视频3篇阅读材料7个作业1个讨论话题

This module introduces scheduling in cloud environments, emphasising its role in optimising resource usage and application performance. Learners will explore static and dynamic scheduling approaches, including Round Robin and priority-based algorithms. The module also covers Kubernetes pod scheduling using Amazon EKS, demonstrating how cloud-native applications manage workloads efficiently. Through a hands-on lab, learners will implement a Java-based scheduler in the LMS backend that adjusts task execution based on system load, using CloudWatch metrics.

涵盖的内容

6个视频3篇阅读材料7个作业1个讨论话题

This module addresses the critical challenges in cloud computing, including availability, fault tolerance, multi-tenancy risks, security, and compliance. Learners will explore how AWS services like IAM, CloudWatch, and encryption tools help mitigate these risks. The module includes a case study on cloud outages and SLA enforcement, guiding learners through the process of defining and monitoring service-level objectives. In the lab, learners will configure IAM roles, simulate failures, and analyse recovery metrics using CloudWatch.

涵盖的内容

10个视频3篇阅读材料11个作业1个讨论话题

End-Term Examination

涵盖的内容

1个作业

位教师

Chandra Shekar RK
Birla Institute of Technology & Science, Pilani
3 门课程2,357 名学生
Saikishor Jangiti
Birla Institute of Technology & Science, Pilani
4 门课程2,438 名学生

提供方

人们为什么选择 Coursera 来帮助自己实现职业发展

Felipe M.

自 2018开始学习的学生
''能够按照自己的速度和节奏学习课程是一次很棒的经历。只要符合自己的时间表和心情,我就可以学习。'

Jennifer J.

自 2020开始学习的学生
''我直接将从课程中学到的概念和技能应用到一个令人兴奋的新工作项目中。'

Larry W.

自 2021开始学习的学生
''如果我的大学不提供我需要的主题课程,Coursera 便是最好的去处之一。'

Chaitanya A.

''学习不仅仅是在工作中做的更好:它远不止于此。Coursera 让我无限制地学习。'