I have an Oracle instance set up in Amazon Web Services' RDS, and I want to give three users access to the database. The issue that I'm having is that the way security groups work, it seems that I can only approve specific IP's (or ranges) to have access. This instance is set up for a group project at my University, so we are not likely to have the same IP every time we connect. Is it possible to set up specific users' access to the instance, regardless of the IP they are connecting with?
The only solution I could think of was to set up an EC2 instance, and have everyone tunnel their traffic through that so that it looks like we are always coming from the same system. Since we are using the free tier of AWS, we are likely to go over if everyone is tunneling their traffic through the EC2 instance.