Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Mike Chelen
How to use Amazon EC2 as a desktop computer with persistent home directory with Ubuntu 9.04 and Electronic Block Store #ubuntu #jaunty #freenx #ec2
start up the instance: visit AWS console https://console.aws.amazon.com/ and start instance ami-caf615a3 (32 bit ubuntu 9.04 desktop) small ($.085) or high-cpu medium ($.17) recommended - Mike Chelen
first time: create an EBS volume (in the same region, 10-100gb is okay) and attach to the instance on /dev/sdf - Mike Chelen
connect to the instance as root through ssh - Mike Chelen
partition the disk: cfdisk /dev/sdf - Mike Chelen
format the partition: mkfs.ext3 /dev/sdf1 - Mike Chelen
mount the partition: mount /dev/sdf1 /home - Mike Chelen
update the system and setup users (encrypted home dir doesn't seem to work): apt-get update && apt-get upgrade -y && user-setup - Mike Chelen
connect with freenx client such as qtnx http://packages.ubuntu.com/jaunty... (from the local system) sudo apt-get install qtnx - Mike Chelen
when finished, save the volume to a snapshot. for future sessions, load the volume from snapshot, after user setup - Mike Chelen