hdknr’s posterous

 
Filed under

awsamazon

 

ec2ubuntu - Project Hosting on Google Code

This project maintains a script which can be used to build Amazon EC2 Machine Images (AMIs) with a base install of the Ubuntu or Debian distribution.

The latest version of the script is available using this link:

http://ec2ubuntu-build-ami.notlong.com

A list of Ubuntu and Debian AMIs built using this script is available here:

http://www.alestic.com

Support for the Ubuntu EC2 AMIs and this build script is available on the ec2ubuntu Google Group:

http://groups.google.com/group/ec2ubuntu

Support for the Debian EC2 AMIs is available on the ec2debian Google Group:

http://groups.google.com/group/ec2debian

Support for EC2 in general is available on the EC2 forum:

http://ec2forum.notlong.com

Filed under  //   Ami   Aws Amazon   EC2   Ubuntu  

Comments [0]

OSSのクラウド基盤「Eucalyptus」を使う(7)--Eucalyptusでのイメージ作成 - page2 - builder by ZDNet Japan

 また、AMI Toolsも入れておくと便利です。私はrpmをalienでdebパッケージに変換して利用しました。alienでは依存パッケージは変換されませんので、curlやrsyncを手で入れます。

Filed under  //   Aws Amazon   Cloud   Eucalyptus  

Comments [0]

コロンブスの卵すぎるAWS Import/Export。:テクノロジー解放日記:ITmedia オルタナティブ・ブログ

「クラウドに巨大データを転送したいけど、ネットワークでアップするのはだるいなー」を解決するサービスだ。当社でも、S3にアップするのはだるい(時間がかかりすぎる=大きいデータは不可能)と感じていたので、気持ちはよくわかる。

1. ハードディスクにアップしたいデータを移す
2. ウェブから申し込むとIDがもらえる
3. IDと自分の秘密鍵で作った電子署名をハードディスクに入れる
4. ハードディスクをAmazonに発送する
5. 到着翌営業日にクラウドにデータコピー開始(電子署名確認して本人確認)

Filed under  //   AWS   Aws Amazon  

Comments [0]

Amazon Elastic MapReduceを使ってみた - moratorium

Elastic MapReduceの中核に使われているHadoopについては僕がいくつか記事をCodeZineに寄稿させて頂いております。最近ではYahoo, Facebookはもちろん、国内では楽天さんやはてなさんも使用されているようです。

Filed under  //   Aws Amazon   Hadoop   MapReduce  

Comments [0]

Amazon Elastic MapReduceを使ってみた - moratorium

概要はGettingStartedGuideでもつかめますが、ようはEC2の上にMapReduceのオープンソース実装であるHadoopを走らせ、さらに入出力としてAmazon S3を使用するサービスです。

なんと言っても値段が安く、EC2のインスタンス代 ($0.10/h per Small Instance) + MapReduce使用代 ($0.015/h per Small Instance)がコストになります。

軽く計算してみると100台を1時間使用しても、100 * ($0.10 + $0.015) = $11.5 なので、大体1000円程度で済んでしまいます。今までは大企業に入って強大なクラスタを構築してやっと使える台数が、この値段で使えてしまうのは、本当に凄いと思います。

Filed under  //   AWS   Aws Amazon   MapReduce  

Comments [0]

Amazon Elastic MapReduceを使ってみた - moratorium

Elastic MapReduceは、Googleの基盤技術の一つであるMapReduceを時間単位課金で実行できるサービスです。MapReduceについては以下のエントリが参考になります。

Filed under  //   AWS   Aws Amazon   MapReduce  

Comments [0]

Amazon AWS: S3 のバケットにAMIをアップロード

domU-12-31-39-03-74-06:/mnt# vi uploadtos3.sh
 
#!/bin/sh
 
AKID=VKIVJC7L3ddHWR5W745A
SKEY=se8ybExlusxxhuksddxdxi6Hx3ddpIAJf4rd3wj13d
BKT=hdknr
ec2-upload-bundle --bucket $BKT --manifest image.manifest.xml

AMIの登録で /hdknr/image.manifest.xml を使います。

Filed under  //   Amazon   Ami   AWS   Aws Amazon   S3  

Comments [0]

Amazon AWS: 課金情報を確認してサインアップ完了へ

http://hdknr.posterous.com/amazon-aws-3 につづいて課金情報、住所を確認して、

でサインアップを完了へ。
( 実際の課金情報の部分等は画像から切ってあります)

Filed under  //   Aws Amazon  

Comments [0]