Bird
0
0

You tried deploying a containerized app on AWS Lambda but received an error about image size. What is the likely cause?

medium📝 Debug Q6 of 15
AWS - Serverless Architecture
You tried deploying a containerized app on AWS Lambda but received an error about image size. What is the likely cause?
AThe container image is not stored in Amazon S3
BLambda does not support container images
CThe container image is missing a Dockerfile
DThe container image exceeds the 10 GB size limit for Lambda
Step-by-Step Solution
Solution:
  1. Step 1: Recall Lambda container image size limits

    Lambda supports container images up to 10 GB in size.
  2. Step 2: Identify cause of deployment error

    If the image exceeds 10 GB, Lambda rejects it with an error.
  3. Final Answer:

    The container image exceeds the 10 GB size limit for Lambda -> Option D
  4. Quick Check:

    Lambda container image max size = 10 GB [OK]
Quick Trick: Keep Lambda container images under 10 GB [OK]
Common Mistakes:
  • Thinking Lambda doesn't support containers
  • Confusing Dockerfile presence with size error
  • Assuming S3 storage is required for images

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes