Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company integrate container image analysis into a CI/CD pipeline using Amazon ECR, Amazon EKS, and AWS CodePipeline to ensure images are hardened before deployment, with the most operational efficiency?
A
Locally build and scan container images, mitigating issues before source code repository updates.
B
Introduce a post-build CodePipeline stage with ECR image scanning and Lambda for result analysis, halting the pipeline on findings.
C
Implement a CodePipeline stage post source code retrieval, applying security scans and pipeline failure on detected issues.
D
Insert a pre-deployment action in CodePipeline for ECR image scanning, using Lambda to review results and stop the pipeline on security issues.