AWS Certified Machine Learning – Specialty — Question 78

A Machine Learning team runs its own training algorithm on Amazon SageMaker. The training algorithm requires external assets. The team needs to submit both its own algorithm code and algorithm-specific parameters to Amazon SageMaker.
What combination of services should the team use to build a custom algorithm in Amazon SageMaker? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct choices are Amazon ECR and Amazon S3. Amazon ECR is essential for storing and managing Docker images of the custom algorithm, while Amazon S3 is used to store the training data and parameters. The other options, such as AWS Secrets Manager, AWS CodeStar, and Amazon ECS, do not directly pertain to the requirements for building and submitting a custom algorithm in SageMaker.