Bird
0
0

A developer sets Lambda memory to 300 MB. What is the issue with this configuration?

medium📝 Debug Q6 of 15
AWS - Lambda
A developer sets Lambda memory to 300 MB. What is the issue with this configuration?
ANo issue, 300 MB is valid
BMemory size cannot be less than 512 MB
CMemory size must be exactly 256 MB
DMemory size must be a multiple of 64 MB
Step-by-Step Solution
Solution:
  1. Step 1: Recall memory size rules

    Lambda memory must be in 1 MB increments between 128 MB and 10,240 MB.
  2. Step 2: Check 300 MB validity

    300 MB is a multiple of 1 MB and within range, so valid.
  3. Final Answer:

    No issue, 300 MB is valid -> Option A
  4. Quick Check:

    Memory increments = 1 MB multiples [OK]
Quick Trick: Memory must be multiples of 1 MB [OK]
Common Mistakes:
MISTAKES
  • Thinking memory must be a multiple of 64 MB
  • Thinking minimum memory is 512 MB
  • Ignoring memory increment rules

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes