[cs615asa] NetBSD instances

Jan Schaumann jschauma at stevens.edu
Mon Feb 18 20:47:21 EST 2013


Majed Almakfi <malmakfi at stevens.edu> wrote:
 
> I had bad experience regarding HW2 and I would like to share it with you. I
> spent almost 2 days trying to login into NetBSD 32 bits instance. Finally,
> I realized "as I think" that all four images of NetBSD 32 bits not work and
> not accessible, so I've selected the following image:
> NetBSD 6.0.1 ami-a754dbce -- 64 bitsIf someone able to log into any of 32
> bits instances , please let us know.

I had no problem with ami-5d0f8034:

$ aws ec2 run-instances --min-count 1 --max-count 1 --key-name stevens \
	--security-groups stevens --image-id ami-5d0f8034
	--instance-type t1.micro
[...]
$ ssh ec2-54-234-124-245.compute-1.amazonaws.com
[...]
NetBSD 6.0.1 (XEN3PAE_DOMU)
Welcome to NetBSD - Amazon EC2 image!



Remember that 32bit instances require you to specify the instance type,
as otherwise you'd be trying to run a 32bit OS image on a 64bit VM.

-Jan


More information about the cs615asa mailing list