Recall & Review
beginner
What is cloud deployment?
Cloud deployment means putting your app or service on internet servers so people can use it anytime without needing your own computer.
Click to reveal answer
beginner
Name two popular cloud providers.
Amazon Web Services (AWS) and Microsoft Azure are two big companies that offer cloud services to run apps and store data.
Click to reveal answer
intermediate
What is an EC2 instance in AWS?
An EC2 instance is like a virtual computer in the cloud where you can run your app just like on your own PC.
Click to reveal answer
intermediate
What is Azure App Service used for?
Azure App Service lets you easily host web apps and APIs without managing servers, so you focus on your code.
Click to reveal answer
beginner
Why use cloud deployment instead of local servers?
Cloud deployment offers easy scaling, less hardware cost, and access from anywhere, unlike local servers that need physical machines and maintenance.
Click to reveal answer
Which AWS service provides virtual servers to run applications?
✗ Incorrect
EC2 offers virtual machines to run apps, while S3 is for storage, Lambda for serverless functions, and RDS for databases.
What is the main purpose of Azure App Service?
✗ Incorrect
Azure App Service is designed to host web apps and APIs easily without server management.
Which cloud provider is known for the service called EC2?
✗ Incorrect
EC2 is a core service of Amazon Web Services for virtual servers.
What is a key benefit of cloud deployment?
✗ Incorrect
Cloud deployment allows easy scaling of resources to meet demand.
Which service is best for storing files in AWS?
✗ Incorrect
S3 is AWS's service for storing and retrieving files.
Explain the difference between AWS EC2 and Azure App Service.
Think about who manages the servers and how much control you have.
You got /4 concepts.
List three benefits of deploying applications in the cloud.
Consider what makes cloud better than local computers.
You got /3 concepts.