Question: Question # 1 Serverless Computing ( 5 Pts . ) Answer the following general questions with respect to serverless computing: 1 . What is serverless
Question # Serverless Computing Pts
Answer the following general questions with respect to serverless computing:
What is serverless computing? Give three examples of applications that fit into this novel model. For each example
application, give concrete arguments that support the suitability of serverless computing to the application. Also, discuss what
serverless computing cannot do
What are the main differences between PaaS Platform as a Service and FaaS Function as a Service delivery models?
One key aspect of Cloud Computing is economics. That is the question of whether Cloud Computing is a costeffective endeavor. FaaS is ideal for short and asynchronous computations, such as the creation of a thumbnail for each
image file that is uploaded to an object store eg Amazon S but not for all applications.
Depending on the application, it would pay off to use a classical virtual machine VM To better understand this, it is
enlightening to perform a simple breakeven analysis of the cost between a FaaS offering eg AWS Lambda against a VM
eg an EC instance:
As a use case, pretend to be a payment microservice where each payment request takes around ms of CPU time and
consumes MB of RAM on average. Now assume the following hardware specs:
Function VM nano instance
$ per million invocations
$ for every GBsecond
vCPU and GB RAM
$ per hour
Now compute how many requests per day would be necessary to break even. Under low traffic conditions, which technology is
the cheapest? Why?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
