> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-mintlify-bbaa8558.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AWS Batch、ECS などのクラウドインフラストラクチャーで W&B Sweeps を使用できますか？

任意の W\&B Sweeps エージェントが `sweep_id` にアクセスできるようにするには、これらのエージェントが `sweep_id` を読み取って実行できる method を実装します。

たとえば、Amazon EC2 インスタンスを起動し、その上で `wandb agent` を実行します。SQS キューを使用して `sweep_id` を複数の EC2 インスタンスに配信します。各インスタンスはキューから `sweep_id` を取得し、処理を開始できます。

***

<Badge stroke shape="pill" color="orange" size="md">[Sweeps](/ja/support/models/tags/sweeps)</Badge><Badge stroke shape="pill" color="orange" size="md">[AWS](/ja/support/models/tags/aws)</Badge>
