Not quite D, I think A is correct for AWS Lambda container deployment. You have to update the existing function's config with both the ECR repo URI and image tag. D forgets the tag, which will cause issues in practice. Similar question came up in my practice set.
Q: 17
A developer previously deployed an AWS Lambda function as a .zip package. The developer needs to
deploy the Lambda function as a container.
Options
Discussion
B, not C. Had something like this in a mock and it's definitely A for Lambda logging context.
Pretty sure it’s A. You need to build the image, push to Amazon ECR, then update the Lambda config to reference the ECR repo URI and tag. That matches real AWS container-based Lambda deployment steps. Let me know if I'm missing something.
Be respectful. No spam.
Question 17 of 35