Amazon EC2 Tokyo (ap-northeast-1) and Ubuntu AMIs

| 7 Comments

Amazon Web Services has launched a new EC2 region in Tokyo named ap-northeast-1. Canonical has released new AMIs in this region for the standard Ubuntu releases they are supporting in other regions including AMIs for:

  • Ubuntu 10.10 Maverick (EBS boot and instance-store)
  • Ubuntu 10.04 LTS Lucid (EBS boot and instance-store)
  • Ubuntu 9.10 Karmic (instance-store only)
  • Ubuntu 8.04 LTS Hardy (instance-store only)

For convenient lookup, the table at the top of Alestic.com reflects the Ubuntu AMIs from Canonical for this and other EC2 regions.

My question is this: Does anybody still need me to publish Ubuntu 8.04 LTS Hardy EBS boot AMIs in the new ap-northeast-1 region?

I don’t plan to publish Ubuntu 9.10 EBS Karmic boot AMIs since Karmic reaches its end of life next month, and I can’t imagine anybody is still using Ubuntu 6.06 LTS Dapper on EC2 which reaches its EOL in June. However, I can understand that Hardy might still be useful and that folks using it might want to migrate over to Tokyo with EBS boot.

Let me know in the comments what your situation is. I’d like to retire from public AMI building now that Canonical is doing it for all the new Ubuntu releases, but it seems like there might be a tad more service I could provide there to the community if needed.

7 Comments

I only use 10.04 LTS and sometimes the newer 10.10 images.

Thanks for updating the AMIs in the table.
They are extremely convenient.

-mike

I think when somebody want to migrate his 8.04LTS instances to Tokyo region, they want to use it.

But, it is very rare case.
Then I think whether you make 8.04LTS EBS or not is up to you.

yasuhiro:

Exactly. I'm just giving that person a chance to make the request here, but so far it sounds like everybody is happy with the newer releases of Ubuntu AMIs being built by Canonical and/or the older regions from Amazon.

I am new to Amazon EC2 and have a naive question to experts. Will it be possible to copy my VMware (or Xen) installation of Ubuntu 10.04 to EC2? It is lots easier if I can test/debug the setup on my laptop than installing in an EC2.

I am a novice in cloud computing but want to give a try. I downloaded maverick-server-uec-amd64.tar.gz to Ubuntu 10.04 in my laptop, untar'ed, and run maverick-server-uec-amd64.img in KVM Virtual Machine Manager. It failed: the error message says "Could not read from CDROM (0005)." I could boot up from Clonezilla. Is the ebs image not a iso image? How can I run outside of EC2?

Thanking you in advance for assistance,

T. Kamae

I have no need to do this type of thing, so haven't tried it, but it looks like you asked your question and got it answered over on the ec2ubuntu Google group.

Tune Kamae:

I've seen people claim they can do this, but I just test/debug directly on EC2. You only pay for the hours you are using the development instances, so it's pretty cheap and you know it will work when you're ready to go to production.

Leave a comment

Ubuntu AMIs

Ubuntu AMIs for EC2:


More Entries

Replacing a CloudFront Distribution to "Invalidate" All Objects
I was chatting with Kevin Boyd (aka Beryllium) on the ##aws Freenode IRC channel about the challenge of invalidating a…
Email Alerts for AWS Billing Alarms
using CloudWatch and SNS to send yourself email messages when AWS costs accrue past limits you define The Amazon documentation…
Cost of Transitioning S3 Objects to Glacier
how I was surprised by a large AWS charge and how to calculate the break-even point Glacier Archival of S3…
Running Ubuntu on Amazon EC2 in Sydney, Australia
Amazon has announced a new AWS region in Sydney, Australia with the name ap-southeast-2. The official Ubuntu AMI lookup pages…
Save Money by Giving Away Unused Heavy Utilization Reserved Instances
You may be able to save on future EC2 expenses by selling an unused Reserved Instance for less than its…
Installing AWS Command Line Tools from Amazon Downloads
When you need an AWS command line toolset not provided by Ubuntu packages, you can download the tools directly from…
Convert Running EC2 Instance to EBS-Optimized Instance with Provisioned IOPS EBS Volumes
Amazon just announced two related features for getting super-fast, consistent performance with EBS volumes: (1) Provisioned IOPS EBS volumes, and…
Which EC2 Availability Zone is Affected by an Outage?
Did you know that Amazon includes status messages about the health of availability zones in the output of the ec2-describe-availability-zones…
Installing AWS Command Line Tools Using Ubuntu Packages
Here are the steps for installing the AWS command line tools that are currently available as Ubuntu packages. These include:…
Ubuntu Developer Summit, May 2012 (Oakland)
I will be attending the Ubuntu Developer Summit (UDS) next week in Oakland, CA.  This event brings people from around…
Uploading Known ssh Host Key in EC2 user-data Script
The ssh protocol uses two different keys to keep you secure: The user ssh key is the one we normally…
Seeding Torrents with Amazon S3 and s3cmd on Ubuntu
Amazon Web Services is such a huge, complex service with so many products and features that sometimes very simple but…
CloudCamp
There are a number of CloudCamp events coming up in cities around the world. These are free events, organized around…
Use the Same Architecture (64-bit) on All EC2 Instance Types
A few hours ago, Amazon AWS announced that all EC2 instance types can now run 64-bit AMIs. Though t1.micro, m1.small,…
ec2-consistent-snapshot on GitHub and v0.43 Released
The source for ec2-conssitent-snapshot has historically been available here: ec2-consistent-snapshot on Launchpad.net using Bazaar For your convenience, it is now…
You Should Use EBS Boot Instances on Amazon EC2
EBS boot vs. instance-store If you are just getting started with Amazon EC2, then use EBS boot instances and stop…
Retrieve Public ssh Key From EC2
A serverfault poster had a problem that I thought was a cool challenge. I had so much fun coming up…
Running EC2 Instances on a Recurring Schedule with Auto Scaling
Do you want to run short jobs on Amazon EC2 on a recurring schedule, but don’t want to pay for…
AWS Virtual MFA and the Google Authenticator for Android
Amazon just announced that the AWS MFA (multi-factor authentication) now supports virtual or software MFA devices in addition to the…
Updated EBS boot AMIs for Ubuntu 8.04 Hardy on Amazon EC2 (2011-10-06)
Canonical has released updated instance-store AMIs for Ubuntu 8.04 LTS Hardy on Amazon EC2. Read Ben Howard’s announcement on the…