Bird
0
0

Which of the following is the correct way to express AWS Lambda pricing units?

easy📝 Configuration Q12 of 15
AWS - Lambda
Which of the following is the correct way to express AWS Lambda pricing units?
AMemory in MB and network packets
BRequests per hour and CPU cycles
CNumber of requests and GB-seconds
DStorage in GB and function calls
Step-by-Step Solution
Solution:
  1. Step 1: Recall AWS Lambda pricing units

    Lambda pricing is based on number of requests and compute time measured in GB-seconds (memory size x execution time).
  2. Step 2: Match correct units

    Requests count how many times function runs; GB-seconds measure memory used over time.
  3. Final Answer:

    Number of requests and GB-seconds -> Option C
  4. Quick Check:

    Requests + GB-seconds = pricing units [OK]
Quick Trick: Think requests and memory-time units [OK]
Common Mistakes:
  • Using CPU cycles or network packets incorrectly
  • Confusing storage with compute time
  • Mixing units like MB with packets

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes