0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AWS キャッシュの利用

Posted at

AWSアーキテクチャーの5つの設計原則と11のベストプラクティス
具体的な説明は以下のリンクをご参考ください。
https://qiita.com/Jenny1025/items/ce55c8724daeef626201

スクリーンショット 2020-05-16 14.14.34.png

AWSのキャッシュの利用は、AWSアーキテクチャーの5つの設計原則と11のベストプラクティスの「キャッシュの利用」と「最適なデータベース選択」、この2つに関わるものです。

##キャッシュとは
一度アクセスしたデータを保存して次回アクセス時に高速アクセスできるように仕組みです。

##キャッシュの利用
繰り返すとり出すデータやコンテンツについて、キャッシュを利用する構成となります。主なサービスは
①CloudFront
②ElastiCache
③S3

##インメモリキャッシュ
ElastiCacheはインメモリキャッシュというデータベースです。

##CloudFront
AWSが提供するCDN(Content Delivery Network)になります。
*CNDはWEBコンテンツ配信処理を高速化するサービスです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?