AWS - LambdaA developer sets Lambda memory to 300 MB. What is the issue with this configuration?ANo issue, 300 MB is validBMemory size cannot be less than 512 MBCMemory size must be exactly 256 MBDMemory size must be a multiple of 64 MBCheck Answer
Step-by-Step SolutionSolution:Step 1: Recall memory size rulesLambda memory must be in 1 MB increments between 128 MB and 10,240 MB.Step 2: Check 300 MB validity300 MB is a multiple of 1 MB and within range, so valid.Final Answer:No issue, 300 MB is valid -> Option AQuick Check:Memory increments = 1 MB multiples [OK]Quick Trick: Memory must be multiples of 1 MB [OK]Common Mistakes:MISTAKESThinking memory must be a multiple of 64 MBThinking minimum memory is 512 MBIgnoring memory increment rules
Master "Lambda" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - REST API creation - Quiz 8hard Auto Scaling - Scheduled scaling - Quiz 15hard Auto Scaling - Cooldown periods - Quiz 8hard DynamoDB - Tables, items, and attributes - Quiz 6medium Elastic Load Balancing - Application Load Balancer (ALB) - Quiz 6medium Elastic Load Balancing - Network Load Balancer (NLB) - Quiz 2easy RDS and Relational Databases - RDS backup and snapshots - Quiz 8hard RDS and Relational Databases - RDS backup and snapshots - Quiz 11easy RDS and Relational Databases - Parameter groups and option groups - Quiz 1easy SNS and SQS - Dead letter queues - Quiz 3easy