
Debian GNU/Linux 8 (Jessie)
Debian | 8.7Linux/Unix, Debian 8.6+1 - 64-bit Amazon Machine Image (AMI)
External reviews

External reviews are not included in the AWS star rating for the product.
integration with VPC
Yes, it's useful but I got some problems with integrating into VPC and adding NIC to it. So, when you add a NIC in your console, you should modify /etc/network/interfaces to make it up at boot and assign Fixed IP address. I also liked it more if it had some basic tools like 'less' installed.
- Leave a Comment |
- Mark review as helpful
Ephemeral storage
Great product but it is not working with EC2's 'ephemeral storage' as expected.
For example, M1 Medium Instance currently comes with 410 GB of storage (aka 'ephemeral storage') which supposed to mount on load in /mnt (or at least be visible/accessible as a disk volume in /dev/xv[db]) ... if you deploy this image you won't see instance storage at all, it just does not mount in any form.
Be aware of a critical limitation!
As noted (by me, heh) on the Debian wiki for the Squeeze marketplace images:
Please note that a Marketplace image volume cannot be attached to another running instance (For example, to repair a broken /etc/fstab, or /etc/network/interfaces). This is a limitation of all Marketplace images, as described here: Official AWS documentation http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-AttachVolume.html
Easy and straightforward Linux image.
Can't go wrong with this image.
I would of given a 5 star but I had to research what account to login as. FYI... Its "Admin"
Login info is wrong...
its not root its admin so:
ssh -i <pem_file> admin@<ip_address>
NOT
ssh -i <pem_file> root@<ip_address>
like it says in the amazon console.
Now hopefully that's the only bug, because I really like debian.
changed defaults
ssh does not allow to connect as root? why change defaults? original debian allows it.
why create admin user? why not to use root by default, and let me choose first user name.
Very good, but...
Thanks for the Debian GNU/Linux AMI. The only issue I had experienced is that login is required with 'admin', instead of 'root' or 'ec2-user' as mentioned in the Amazon documentation.
Looks fine but needed an instance-store backed image
Span up OK, looked like a nice clean Debian install, but unfortunately we needed an instance-backed store AMI image, so we had to go back to using the rightscale image...
Love Debian, finally something official
As a Systems Admin in a mostly Debian Shop still migrating from Ubuntu I was very happy when I saw there was a simple way to install Debian. Several months ago there wasn't an easy way that did not involve using some persons AMI who was not offically connected to the Debian Project). Was gonna result to installing Ubuntu and cry at how old most of the packages are compared to debian testing (which is quite stable for anyone wondering), but Debian came to the rescue.
Keep it up!
Full power of Debian on AWS EC2
ssh user name is "admin" I've been wondering hours before getting a response. Hope it will help someone...