0

S3/EC2 のようなクラウド コンピューティング + ストレージ レイヤーを提供し、2 つのレイヤー間で無料のデータ転送を行うプロバイダーは他にありますか?

私は見ました:

  1. Softlayer CloudLayer ストレージ -- cloudlayer ストレージと cloudlayer コンピューティング インスタンス間の無料転送はありません。
  2. Rackspace CloudFiles - かなりの量のマーケティングと、Cloud Connect に関するものですが、Live Chat CSS Popup が私をフォローし始めたとき、私はサイトをあきらめました。

誰か他の人を知っていますか?

ストレージ ソリューションで定期的に再処理するためにいくつかの大きな (非ランダム アクセス) ファイルを保存し、毎日の転送コストを支払うことなく近くで処理することを検討しています (500 ~ 2000 GB の範囲で保存し、再処理することを検討しています)。毎日)。

再処理には、「適切な」(weasel word alert) 構成の (Linux) サーバーが必要です。

ありがとう!

4

3 に答える 3

0

「クラウド コンピューティング」はちょっとした神話です。

それらはすべて、本質的に、単なる仮想プライベート サーバーです。「クラウド」インスタンスは、月単位ではなく時間単位で請求できる柔軟性を備えている傾向がありますが、それでも単なる VPS です。

永続ストレージは非常に限られた数の VPS プロバイダーの便利な機能ですが、同じデータ センターに 2 つ以上の VPS を配置することで簡単にエミュレートできます (Linode は無料のローカル データ転送を備えた優れた VPS プロバイダーですが、残念ながら容量によって制限されます)。独自の永続ストレージ ソリューションを提供している VPS/クラウド プロバイダーは他に知りません。

自分で簡単に達成できるものです。VPS サーバーは、500 ~ 2000 GB を探している場合、ハード ドライブの容量が少し制限される傾向があります。おそらく、専用サーバーを検討して、同じマシンでストレージと処理を処理することもできます...よりローカルなデータを取得することはできません同じマシン!

于 2010-11-29T00:16:06.057 に答える
0

First, the short version: stop looking for “free”.

Now, in more detail: you're looking to consume some somewhat-non-trivial computing, data storage and networking resources. Presumably you've got a good reason for doing this; if you truly have, you'll have the ability to also purchase the resources required for what you want to do. There are a few options on this front, none of which are free:

  • Buy and host your own hardware.
  • Buy the hardware and host it in a colocation facility.
  • Hire the hardware
    • Long term hire
    • Short term hire

All the Amazon are doing is short-term, easy set up hiring of resources. Their prices are quite keen (if some other option is cheaper, it's because it is missing something significant that Amazon do; maybe it's something you don't need but that's up to you to figure out). You can host the core of the Amazon API quite easily on whatever resources you've hired (see Eucalyptus) but be aware that going from having the software and the API to having everything work smoothly is a really big step; the more I work with Eucalyptus installations, the more impressed with Amazon I become. And that's despite being also pretty impressed with Eucalyptus itself.

But none of this is free. It takes real resources to provide – e.g., electricity to power the machines and keep them cool and a building to house them in – and ultimately, that's got to be paid for somewhere. To expect otherwise is to believe that others should have to pay for things for you; it's pretty rare that that happens, and the more you need to consume, the rarer it is (especially if the economy isn't doing too good). So stop thinking in terms of how you can get it for nothing (“freeload”) and instead take a good look at what it really costs to provide through various routes and seek to minimize your costs. If you can't afford even that, your #1 problem isn't hosting but funding; fix that first.

Rest assured you're not alone in this matter. This is what lots of other people worldwide have to do to make their projects into reality. Good luck!

于 2010-11-29T00:31:19.260 に答える
0

GoGrid には、SMB、NFS、rsync、FTP などの一般的なプロトコルを介した無料の転送とアクセスを備えた外部ストレージがあります。最初の 2 つは、通常のドライブとしてマウントできます。

また、多くのプロバイダーでは、2 TB のインスタンス ストレージを備えたクラウド サーバーを作成できます。それらのすべてに名前を付けることはできませんが、cloudorado.com でいくつかを見つけることができます。

于 2011-06-22T12:08:48.913 に答える