AWS Certified Developer Associate DVA-C01 – Question364

A developer is preparing a containerized application for deployment to AWS Lambda. The developer wants to build and optimize the container images to reduce duplicate work and improve build, deploy, and update times.
Which combination of steps should the developer take to meet these requirements? (Choose two.)

A.
Use an AWS provided base image.
B. Use the smallest compatible third-party base image.
C. Build frequently changing layers in the imago first, followed by stable layers.
D. Store images for functions with large layers in the same Amazon Elastic Container Registry (Amazon ECR) repository.
E. Maximize the number of layers in the built image.

Correct Answer: AD