I have a Rails application deployed with Puma in one EBS instance. All tutorials I've read deploys Sidekiq to the same instance as the web server.
How do I deploy Sidekiq( using the same application ) to a different instance? Can I specify a config file for a specific instance?