AWS S3を使用してより良い製品を作る
あなたはその製品でどんなビジネス上の問題を解決していますか?どのようなメリットが実現しましたか?
我々は、異なるログの目的のためにそれを使用しています。 CloudFrontと統合し、ウェブサイト上で異なるデータを提供する。静的コンポーネントをS3上に置くことができ、CloudFrontがサービスを提供するため、ウェブサイトの速度を最適化するためにも使用されます。
何が嫌いですか?
Amazon S3について嫌うものは何もありません。最初は、データの使用、設定、フェッチが容易ではないと感じています。しかし、あなたが学んだ後、あなたはそのケーキを感じるでしょう。簡単な手順を実行するだけで、本格的なソリューションが構築されます。
何が一番好きですか?
Amazonシンプルストレージサービスは、拡張性の高い企業向けソリューションです。ビジネスソリューションを構築するためにさまざまな方法で使用できます。最も良いことは、S3をあらゆるビジネスソリューションに使用することはかなり安いということです。大きなデータはs3で保存することができ、いくつかのAPIを使い、必要なときにそれらのデータをフェッチするのは非常に簡単です。もう1つのことは、s3を他のAWSコンポーネントと統合し、AWS上で完全なソリューションを構築できることです。 S3は、数テラバイトのデータを簡単に保存するために使用でき、いつでも取得できます。 S3はデータを圧縮形式で保存するので、圧縮を心配する必要はなく、データファイルを日付に合わせて管理することで、いつでもデータを取得することができます。私たちは個人的にs3をフェッチして管理するためにPythonパッケージを使用しており、非常に信頼性があります。
製品を検討している他の人への推奨事項
多くのユーザーにまだ知られていない新機能は、すべてのコンポーネントと機能の使用に関する適切な文書が必要です
続きを開く
Use AWS S3 to make better products
What business problems are you solving with the product? What benefits have you realized?
We are using it for different logging purpose. Integrating it with CloudFront and serving different data over the website. It is also used to optimize the website speed as the static components can be put over S3 and would be served by CloudFront.
What do you dislike?
There is nothing to dislike about Amazon S3. In beginning, you would feel that it's not easy to use, configure, fetch data. But after you learn you would feel its a piece of cake. Just some simple steps would build a full-fledged solution.
What do you like best?
Amazon simple storage service is an highly-scalable business enterprise solution. It can be used in many ways to build a business solution. The best thing is it's pretty cheap to use S3 for any business solution. You can store big data over s3 and it is very easy to use some API and fetch those data when required. Another thing is you can integrate s3 with other AWS components and build a full solution over AWS. S3 can be used to store many Terabytes of data with ease and you can always fetch it. S3 stores data in the compressed format so you need not worry about the compression and it is managed to date wise files so you can always fetch it date wise. We personally use Python packages to fetch and manage s3 and it's very reliable.
Recommendations to others considering the product
New features are still unknown to many users just need proper documentation on use of all components and features
続きを開く