Page 1 of 1
EFA on Amazon AWS
Posted: 29 Feb 2016 13:25
by winmaro
Has anyone tried running EFA on Amazon AWS? Ive imported the VM serveral times with no luck. I am never able to access the AWS vm with putty. Just curious if anyone has been successful, thanks!
Re: EFA on Amazon AWS
Posted: 11 Mar 2016 22:26
by winmaro
I was able to get the appliance to boot on AWS by importing the VHD file and adding it to an instance. I am not however able to connect to the console via putty. It will not accept the default password via putty (SSH). I can only login through the console but this obviously is not available on AWS. Any help would be appreciated!
UPDATE:
I think I found my answer....
Re: First time setup automation
Postby shawniverson ยป 24 Dec 2015 06:25
*bump*
A few problems
1) ssh is disabled until EFA-Init runs (console only because of unsecure password)
2) EFA-Init interactively runs upon first login
Re: EFA on Amazon AWS
Posted: 12 Mar 2016 14:46
by shawniverson
I wonder if you can work around this by doing the following...
1) Install EFA locally
2) Exit EFA-Init in console (choose no)
3) Set the password for the root user (passwd)
4) Modify /etc/ssh/sshd_config to allow root login (PermitRootLogin yes)
5) Enable ssh (chkconfig ssh on)
6) Prepare the interface for import (rm -f /etc/udev/rules.d/70-persistent-net.rules)
7) Shutdown the VM...export the VHD and import into Amazon
8) Boot up, connect, and continue setup