For those who use Amazon EC2 service and were anxious about having XtraDB ready to launch there is a good news.

We created a public AMI (Amazon Machine Image) with XtraDB release 8 installed on CentOS 5.3.

How to use it.

First make sure it is avaiable.

Run it. It is built for x86_64 plaform, so allowed types are m1.large, m1.xlarge and c1.xlarge

Wait till the instance starts

Now it is up and ready.

9 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Andrew Chalkley

Is the my.cnf setup optimally for the EC2 instances?

Baron Schwartz

Andrew, it will need workload-specific and image-size-specific configuration.

popgo

i also used the XtraDB in my company products! High performace! Thanks

Wart

Hi Guys,

Just tried so take a look at your AMI, but it asks for a root password, so i’m not sure if the AMI is made correctly.

herse’s what i did:

wart$ ec2-run-instances ami-4701e22e -t m1.large -k gsg-keypair
RESERVATION r-30d72d58 701859409573 default
INSTANCE i-04a9226c ami-4701e22e pending gsg-keypair 0 m1.large 2009-11-02T09:32:02+0000 us-east-1d monitoring-disabled

wart$ ec2-describe-instances i-04a9226c
RESERVATION r-30d72d58 701859409573 default
INSTANCE i-04a9226c ami-4701e22e ec2-174-129-76-91.compute-1.amazonaws.com ip-10-242-71-79.ec2.internal running gsg-keypair 0 m1.large 2009-11-02T09:32:02+0000 us-east-1d monitoring-disabled 174.129.76.91 10.242.71.79

wart$ ssh -i gsg-keypair [email protected]
[email protected]‘s password:

Andrew Harvey

I’m seeing the same issue as wart. Seems that there’s something odd with your keypairs on the AMI.

Dan

Does this AMI still available ? Thanks !

Amazon Blog

wow great…..the AMI filesystem is compressed, encrypted, signed, split into a series of 10MB chunks and uploaded into Amazon S3 for storage. An XML manifest file stores information about the AMI, including name, version, architecture, default kernel id, decryption key and digests for all of the filesystem chunks…

DB

Same problem here as wart. Has this image been fixed? It asks for a root password. Thanks!