I have a Redshift cluster inside a VPC, inside the default subnet that was created during launch with all default rules. As I am trying to connect to Redshift from SQL workbench, I realized I had to add an inbound rule to allow traffic from my IP to be able to connect to Redshift from my laptop SQLWorkbench.
Other members in my team would like to access the Redshift cluster for general querying and I am sure adding a separate rule for each laptop is not the right way to let them query the database. How would I provision querying access to them and manage redshift access in general?
Thank you!