Bird
0
0

Which of the following is the correct way to specify memory size for an AWS Lambda function?

easy📝 Syntax Q3 of 15
AWS - Lambda
Which of the following is the correct way to specify memory size for an AWS Lambda function?
AMemory size can be any value between 64 MB and 15,360 MB
BMemory size must be exactly 512 MB
CMemory size must be a multiple of 1 MB, between 128 MB and 10,240 MB
DMemory size is fixed and cannot be changed
Step-by-Step Solution
Solution:
  1. Step 1: Recall Lambda memory allocation rules

    Lambda memory must be set in 1 MB increments, starting at 128 MB up to 10,240 MB.
  2. Step 2: Eliminate incorrect options

    Memory cannot be any value, fixed, or exactly 512 MB only.
  3. Final Answer:

    Memory size must be a multiple of 1 MB, between 128 MB and 10,240 MB -> Option C
  4. Quick Check:

    Memory size = 1 MB increments [OK]
Quick Trick: Memory increments are 1 MB, min 128 MB, max 10,240 MB [OK]
Common Mistakes:
MISTAKES
  • Choosing any memory size value
  • Assuming fixed memory size
  • Ignoring the 1 MB increment rule

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes