Default userid/password for Amazon instances

Hi I setup Open EMR Express on Amazon using the one click option. According to the doc I found the login userid is “admin” and the password is the instance id although that is not working. Is there an updated doc for managing the Amazon instances ? The instance also appears to not work on https although I’ll check to see if that security group allows access on the secure port. Thanks

1 Like

Hi @wspatl ,
That package was just released after extensive testing, so hopefully we can quickly help you sort this out. Since it’s Thanksgiving, it make take a bit longer for the aws gurus, especially @jesdynf , to provide some guidance.
-brady

2 Likes

Hello, wspatl.

The password is going to be in the form of “i-…”, with the instance ID from the EC2 console following. Both username (‘admin’) and that password are case-sensitive. If you use the security groups as given, it will make https publically available.

I just launched a test instance in us-east-1 to confirm this. I’ve already deleted it, but here’s what it looked like:

Launch from Marketplace entry https://aws.amazon.com/marketplace/pp/B077G76DWN - OK
http://ec2-54-242-215-32.compute-1.amazonaws.com - OK
https://ec2-54-242-215-32.compute-1.amazonaws.com - OK
OpenEMR login: ‘admin’ / ‘i-03f8cede9d1eff7b9’ - OK
SSH connection with predefined keypair - OK

I hope this helps! Please let me know if you still have trouble launching.

3 Likes

Thanks, I’ll try this again - I’m pretty cloud savvy and I can’t get the admin / instance id to work. I can ssh in though with no problem. No hurry - I just posted this earlier to get it logged. I’ll repeat the process to make sure I didn’t miss something Thanks

1 Like

Thank you. Iwas frantically searching for this :slight_smile: