Login
Remember
Register
Ask a Question
What are the advantages and disadvantages of serverless computing?
+1
vote
asked
Sep 15, 2022
in
Cloud Computing
by
john ganales
What are the advantages and disadvantages of serverless computing?
serverless-computing
cloud-advantages
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 15, 2022
by
john ganales
Serverless computing has the following advantages and disadvantages:
Advantages:
It is cost-effective.
The operations on serverless computing are simplified.
Serverless computing helps boost productivity.
It offers scaling options.
It involves zero server management.
Disadvantages:
Serverless code can cause response latency.
It is not ideal for high-computing operations because of resource limitations.
For serverless computing, the responsibility of security comes under the service company and not the consumer, which might be more vulnerable.
Debugging serverless code is a bit more challenging.
...