試験MLA-C01 トピック1 問題93 スレッド
Amazon MLA-C01のリアル試験問題集
問題 #: 93
トピック #: 1
問題 #: 93
トピック #: 1
An ML engineer uses one ML framework to train multiple ML models. The ML engineer needs to optimize inference costs and host the models on Amazon SageMaker AI.
Which solution will meet these requirements MOST cost-effectively?
Which solution will meet these requirements MOST cost-effectively?
おすすめの解答:B 解答を投票する
Amazon SageMaker multi-model endpoints (MME) are designed to host multiple models behind a single endpoint, dynamically loading models into memory on demand. AWS documentation explicitly recommends MME as the most cost-effective solution when multiple models share the same ML framework and inference container.
With MME, SageMaker loads models from Amazon S3 only when they are invoked and unloads idle models automatically. This dramatically reduces the number of instances required and avoids paying for always-on resources for infrequently used models.
Multi-container endpoints are intended for inference pipelines or ensembles and require all containers to be loaded at startup, which increases cost. Deploying separate endpoints for each model results in the highest cost due to duplicated infrastructure.
AWS best practices clearly position multi-model endpoints as the optimal choice for reducing inference costs when hosting many models with similar runtime requirements.
Therefore, Option B is the correct and AWS-verified solution.
With MME, SageMaker loads models from Amazon S3 only when they are invoked and unloads idle models automatically. This dramatically reduces the number of instances required and avoids paying for always-on resources for infrequently used models.
Multi-container endpoints are intended for inference pipelines or ensembles and require all containers to be loaded at startup, which increases cost. Deploying separate endpoints for each model results in the highest cost due to duplicated infrastructure.
AWS best practices clearly position multi-model endpoints as the optimal choice for reducing inference costs when hosting many models with similar runtime requirements.
Therefore, Option B is the correct and AWS-verified solution.
Hiiragi 2026-03-29 08:23:00
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。