sweep_id so that any W&B Sweep agent can access it, and implement a method for these agents to read and execute the sweep_id.
For example, launch an Amazon EC2 instance and execute wandb agent on it. Use an SQS queue to broadcast the sweep_id to multiple EC2 instances. Each instance then reads the sweep_id from the queue and starts the process.
Sweeps AWS