Bird
0
0

How are you billed when using serverless services like AWS Lambda?

medium📝 service behavior Q5 of 15
AWS - Serverless Architecture
How are you billed when using serverless services like AWS Lambda?
AA flat rate per deployed function
BA fixed monthly fee regardless of usage
CBased on the number of servers provisioned
DBased on the number of requests and compute time used
Step-by-Step Solution
Solution:
  1. Step 1: Understand serverless billing

    Serverless billing is usage-based, charging for requests and compute duration.
  2. Step 2: Eliminate fixed or flat fees

    Serverless does not charge fixed fees or per server.
  3. Final Answer:

    Based on the number of requests and compute time used -> Option D
  4. Quick Check:

    Serverless billing is pay-per-use [OK]
Quick Trick: Pay only for requests and compute time [OK]
Common Mistakes:
  • Assuming fixed monthly fees apply
  • Thinking billing is per server
  • Believing there is a flat rate per function

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes