AWS / S3:とても安いので、ハードドライブを買うのは難しいだろう
あなたはその製品でどんなビジネス上の問題を解決していますか?どのようなメリットが実現しましたか?
- 静的ファイルストレージ - 大きな資産(映画、オーディオなど)ストレージ
何が嫌いですか?
大量のデータにアクセスするには、S3データをホストするために選択した可用性ゾーンからユーザーが遠く離れている場合はコストがかかるかもしれませんが、AWSのストレージ容量がどれくらいか、これを複製するのに要するコストは非常に簡単です。
何が一番好きですか?
500MBのハードディスクはコーヒーテーブルのサイズで、重量は300ポンド近く、コストは2万ドルを超えました。これらの日AWSは1か月あたりGB当たり2セントの料金を請求します。また、デッドドライブについて再度心配する必要はありません。ああ、専用サーバーやデータベースを使用するよりもはるかに簡単で、はるかにコスト効率の高い、Webページの静的ストアとしてS3を使用することもできます。
製品を検討している他の人への推奨事項
S3に保存するデータのプライマリユーザ/アクセサがどこにいるのかを確認し、それに応じて使用可能なゾーンを選択してください。 S3データ転送に関連するネットワーク料金があります。彼らは非常に低いですが、追加することができます。例えば、あなたのデータが北部バージニア州に保存されているが、主なアクセスがヨーロッパからのものである場合、これらのデータへのアクセスの変更は、データが意図したユーザーに近い可用性ゾーンの場所よりも高くなります。
続きを開く
AWS/S3: so cheap you'd be nuts to buy hard drives
What business problems are you solving with the product? What benefits have you realized?
- Static file storage
- large asset (movie, audio, etc) storage
What do you dislike?
Accessing large volumes of data can be costly if your users are far from which ever availability zone you selected to host your S3 data ... but given how cheap AWS's storage is and how little it costs to replicate this is a pretty easily solved problem.
What do you like best?
Back in the day 500MB hard disk were the size of coffee tables, weighed close to 300 lbs and cost over $20,000. These days AWS will charge you 2 cents per GB per month and you never have to worry about a dead drive again.
Oh you can also use S3 as a static store for web pages which is incredibly easy and much, much more cost effective than using either a dedicated server or a database.
Recommendations to others considering the product
Make sure you know where the primary users/accessors of the data you will be storing on S3 are and then select the availability zone accordingly. There are network charges associated with S3 data transfer; they are very low but can add-up. If, for example, your data is stored in Northern Virginia, but the primary accesses are from Europe these data access changes will b high than if the data were places in an availability zone closer to your intended users.
続きを開く