AWS EC2 Ubuntu 19. Setting up multiple tinyproxy servers

255 Views Asked by At

So I'm trying to set up multiple proxy servers through tinyproxy with ubuntu on AWS. Is there a way to setup it way quicker without having to connect to each instance 1 by 1 and download the packages then setup the server? Thanks!

1

There are 1 best solutions below

0
Jin On

Seems like you are trying to find a way to run batch commands on multiple instances to provision them.

You can look into SSM Run Command to accomplish this. This will allow you to run Ansible playbooks, Shell commands, etc. on multiple instances based on tags / resource groups / manual selection.

Further reading from AWS regarding Run Command