

# Amazon S3 のパフォーマンス設計パターン
<a name="performance-design-patterns-for-amazon-s3"></a>

Amazon S3 に対してストレージのアップロードや取得を行うアプリケーションを設計する場合は、アプリケーションの最適なパフォーマンスを実現するためにベストプラクティスの設計パターンを使用してください。AWS では、アプリケーションのアーキテクチャの計画時に考慮すべき[パフォーマンスガイドライン](https://docs.aws.amazon.com/AmazonS3/latest/dev/optimizing-perforance-guidelines.html)も提供しています。

パフォーマンスを最適化するには、以下の設計パターンを使用します。

**Topics**
+ [頻繁にアクセスされるコンテンツにキャッシュを使用する](using-caching-for-frequently-accessed-content.md)
+ [レイテンシーの影響を受けやすいアプリケーションのタイムアウトと再試行](timeouts-and-retries-for-latency-sensitive-applications.md)
+ [高スループットのための水平スケーリングとリクエスト並列化](horizontal-scaling-and-request-parallelization-for-high-throughput.md)
+ [Amazon S3 Transfer Acceleration を使用して長距離間のデータ転送を高速化する](using-amazon-s3-transfer-acceleration-to-accelerate-geographically-disparate-data-transfers.md)