You are building a CI/CD pipeline for SageMaker using AWS CodePipeline. Which THREE components are essential for a fully automated model training and deployment pipeline?
Source control is essential for CI/CD.
Why this answer
Options A, B, and D are correct. Option A: CodeCommit stores code. Option B: CodeBuild can run training jobs.
Option D: Lambda can trigger SageMaker endpoints. Option C is wrong because CodeDeploy is for EC2, not SageMaker. Option E is wrong because CloudFormation is optional.