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!
Asked
Active
Viewed 203 times
1 Answers
1
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.

Jin
- 178
- 1
- 8