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

# AWS Batch, ECS 등과 같은 클라우드 인프라에서 W&B Sweeps를 사용할 수 있나요?

어떤 W\&B Sweep agent라도 `sweep_id`에 접근할 수 있도록 하려면, 이러한 agent가 `sweep_id`를 조회하고 실행할 수 있는 방법을 구현하세요.

예를 들어 Amazon EC2 인스턴스를 시작한 다음, 그 인스턴스에서 `wandb agent`를 실행합니다. SQS 큐를 사용해 `sweep_id`를 여러 EC2 인스턴스에 브로드캐스트하세요. 그러면 각 인스턴스가 큐에서 `sweep_id`를 조회해 프로세스를 시작할 수 있습니다.

***

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