Is there a way to use one AWS-EC2 instance by 3 (X) different users, without sharing the .pem file?
Update: Is it possible for 3 users to access 1 ec2 instance by their individual ID/password/.pem
Is there a way to use one AWS-EC2 instance by 3 (X) different users, without sharing the .pem file?
Update: Is it possible for 3 users to access 1 ec2 instance by their individual ID/password/.pem
Create different user accounts in your instance, and you should be fine
I wrote my answer in detail here, comments welcome: Manage multiple accounts on 1 Amazon EC2 Instance
Use elasticfox: http://sourceforge.net/projects/elasticfox/
As expected: amazon does not restrict your EC2(expected good behavior) from having different user accounts which you can use to login to the instance.