0
0
Spring Bootframework~5 mins

Cloud deployment overview (AWS, Azure) in Spring Boot - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ALambda
BS3
CEC2
DRDS
What is the main purpose of Azure App Service?
AManage databases
BStore large files
CCreate virtual machines
DHost web apps without managing servers
Which cloud provider is known for the service called EC2?
AAmazon Web Services
BGoogle Cloud
CMicrosoft Azure
DIBM Cloud
What is a key benefit of cloud deployment?
ARequires physical hardware
BEasy to scale resources
CLimited access to apps
DOnly works on local networks
Which service is best for storing files in AWS?
AS3
BCloudFront
CLambda
DEC2
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.