iT邦幫忙

2021 iThome 鐵人賽

DAY 13
0
  • 可視為 in memeory DB, 具高效低延遲的特性
  • AWS ElastiCache 提供託管的 Redis 和 MemCached, 而 Memcached 適用於要求低於 1 millisecond 延遲的應用程式。
  • 有助於為有大量讀取的資料庫降低負荷
  • 不過應用程式需配合修改程式, 以便使用 ElastiCache
    • 應用程式需要先 query ElastiCache, 若無結果, 再從 RDS DB query, 並將結果 cache 在 ElastiCache
  • Redis
    • 支援 multi-AZ 達到 自動 faileover
    • 可用讀取複本達到 high availability
    • 具有備份與回存功能
    • Data durability 採用 AOF (Append only file) persistent
  • Memcached
    • 使用 multi node 對資料做 partioning (sharding)
    • 無備份與回存功能
    • 不具備 high avalilability
    • 並非是 persistent 的
    • 多執行緒架構
  • 安全相關
    • 不支援 IAM 驗證
    • ElasticCache 的 IAM policies 只用在 AWS API level 的 security
    • Redis
      • 可用 Redis AUTH 功能
      • 在建立 Redis cluster 時設置帳號密碼
      • 支援 SSL 動態加密
    • Memcached
      • 支援 SASL-based 驗證 (advanced)
  • 應用案例
    • Session Store
      • 將暫時的 session data 暫存在 cache
    • Lazy Loading
      • 將資料均暫存在 cache
    • Write Through
      • 當寫入或修改資料至 DB 時, 也寫入至 cache

上一篇
[DAY 12] AWS RDS 之 Aurora
下一篇
[DAY 14] Route 53
系列文
邁向 AWS Certified Solutions Architect - Associate16
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言