Quantcast
Channel: What is a secure and user-friendly way to provide only a few users access to web app on Amazon EC2? - Server Fault
Viewing all articles
Browse latest Browse all 3

What is a secure and user-friendly way to provide only a few users access to web app on Amazon EC2?

$
0
0

Situation

We have a web app hosted on Amazon EC2. It's intended to be used only by a few users in a company.

How we're dealing with this

  • We share the (Elastic) IP address of the instance with the users.
  • We add each user's IP address to the security group of the instance as and when needed.

When I say as and when needed, I mean emails from the users complaining that the web portal is showing an error page. They forget that this step of including the IP in the security group is required (and I don't blame them; they're end users).

For the sake of this question, let's assume we have a total of 5 users in a company who need this access.IP addresses of User-1 and User-2 have already been added to the security group.

Problems

  1. User-3 goes to the IP address directly, but isn't able to access it as the user's IP address hasn't been added to the security group.
  2. If User-1 or User-2 restart their internet, their IP address will likely change (dynamic IP provided by ISP) and the new IP address will have to be added to the security group (and the old one will have to be revoked to avoid access by others).

Other options I'm considering

  1. Provide access only to their office VPN and ask all users to connect through it.
  2. (Very cumbersome for the user) Ask the users to log in to the AWS management console, go to EC2 service, go to Security Groups section and add their IP addresses manually (the users already have AWS IAM users and appropriate permissions to perform this).
  3. Create a script that adds the user's current IP to the security group (using AWS CLI / SDK) - sounds very dangerous and inappropriate as we'll have to include someone's API credentials in the script.

Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles



Latest Images