QuestionQ47

Cloud Computing Fundamentals

What is a suitable cost consideration when deploying serverless functions in the cloud?

  • A vCPU resources and disk cache
  • B Elapsed time of function execution and memory used
  • C Virtual machine configuration and memory allocation
  • D Runtime environment and container configuration
Explanation

Serverless functions are typically billed according to the time they run and the amount of memory allocated or used during execution, in addition to any applicable request charges.

Community Discussion

No comments yet. Be the first to start the discussion!