Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Caching with AWS
Search
typhonius
January 28, 2014
Technology
0
55
Caching with AWS
A discussion focussing around offsetting the cache of a Drupal site into the AWS cloud.
typhonius
January 28, 2014
Tweet
Share
More Decks by typhonius
See All by typhonius
To Inhouse, or Outsource; that is the Question
typhonius
0
39
Data, Machines, and the Internet of Things
typhonius
0
72
Open Source & Cloud: Driving Business Digitalisaion
typhonius
0
52
Demo like a champ (DrupalSouth)
typhonius
0
27
The Future is Open: Digital Transformation in Government
typhonius
0
47
Demo like a Champ
typhonius
0
35
扒一扒 Drupal八 (Let's talk about web experience management with Drupal 8)
typhonius
0
93
Government as a Service: Architecting govCMS
typhonius
0
34
Drupal 8 Hackathon Primer
typhonius
2
110
Other Decks in Technology
See All in Technology
20250913_JAWS_sysad_kobe
takuyay0ne
2
250
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
670
S3アクセス制御の設計ポイント
tommy0124
3
210
dbt開発 with Claude Codeのためのガードレール設計
10xinc
2
1.3k
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
260
2つのフロントエンドと状態管理
mixi_engineers
PRO
3
160
20250905_MeetUp_Ito-san_s_presentation.pdf
magicpod
1
100
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
120
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.2k
ブロックテーマ時代における、テーマの CSS について考える Toro_Unit / 2025.09.13 @ Shinshu WordPress Meetup
torounit
0
130
【NoMapsTECH 2025】AI Edge Computing Workshop
akit37
0
230
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
184
22k
Building Adaptive Systems
keathley
43
2.7k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Designing for humans not robots
tammielis
253
25k
Music & Morning Musume
bryan
46
6.8k
RailsConf 2023
tenderlove
30
1.2k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Bash Introduction
62gerente
615
210k
Transcript
Caching with AWS - Adam Malone Palm off your caching
DrupalDatabaseCache • Default • Simple • Slow
MemCacheDrupal • Good contrib module • Simple to implement on
the Drupal side • Potentially difficult to install Memcache ◦ Maybe impossible on shared hosting ◦ Technical debt on dedicated servers • Limitations of hosted solutions
AWS • Simple provisioning • No maintenance • Reliable •
Low latency connection to EC2
ElastiCache • ElastiCache: In-memory cache • Memcache / REDIS •
No abstracted contributed module (yet)
DynamodbCache • DynamoDB • AWS backed k/v store • Contributed
module ◦ http://drupal.org/project/dynamodb ◦ https://github.com/typhonius/dynamodb ◦ http://note.io/1mQZgps
Questions •
[email protected]