vote up 3 vote down star
3

I'm running Ubuntu on EC2 (using the alestic community AMI) and on startup my new instances use up a bunch of bandwidth running apt-get upgrade etc. Bandwidth between EC2 instances is free... anyone know if there's a mirror of the Ubuntu packages somewhere on EC2 I can use instead?

flag

3 Answers

vote up 4 vote down check

I'm not sure if there is an official one but Right Scale have offered up a repository for other users of ec2:

http://www.rightscale.com/

ec2-hardy-sources.list

deb http://ec2-us-east-mirror.rightscale.com/ubuntu hardy main restricted universe multiverse 
deb http://ec2-us-east-mirror.rightscale.com/ubuntu hardy-updates main restricted universe multiverse 
deb http://security.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

ec2-intrepid-sources.list

deb http://ec2-us-east-mirror.rightscale.com/ubuntu intrepid main restricted universe multiverse 
deb http://ec2-us-east-mirror.rightscale.com/ubuntu intrepid-updates main restricted universe multiverse 
deb http://security.ubuntu.com/ubuntu intrepid-security main restricted universe multiverse **strong text**
link|flag
Thanks, that's exactly what I was looking for. – Simon Willison May 19 at 14:22
vote up 1 vote down

Checkout http://ec2-us-east-mirror.rightscale.com/ubuntu/

link|flag
vote up 0 vote down

The Ubuntu Hardy, Intrepid, and (soon) Jaunty images published on Alestic.com already use Ubuntu archive mirrors internally on EC2.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.