jordan-wright / ossmalware

MIT License
93 stars 5 forks source link

Automatically Bootstrap Workers #4

Open jordan-wright opened 3 years ago

jordan-wright commented 3 years ago

While we're still using persistent hosts (EC2 instances) as workers instead of something like Fargate, we should make the setup of workers easy.

Right now, users have to manually run setup.sh and start.sh. Ideally we could bootstrap both of these from the EC2 user data so new hosts are automatically setup and start running.