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
28
The Future is Open: Digital Transformation in Government
typhonius
0
47
Demo like a Champ
typhonius
0
36
扒一扒 Drupal八 (Let's talk about web experience management with Drupal 8)
typhonius
0
95
Government as a Service: Architecting govCMS
typhonius
0
34
Drupal 8 Hackathon Primer
typhonius
2
110
Other Decks in Technology
See All in Technology
AWS 잘하는 개발자 되기 - AWS 시작하기: 클라우드 개념부터 IAM까지
kimjaewook
0
130
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
210
スタートアップにおけるこれからの「データ整備」
shomaekawa
2
420
from Sakichi Toyoda to Agile
kawaguti
PRO
1
120
CoRL 2025 Survey
harukiabe
0
170
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
190
Adminaで実現するISMS/SOC2運用の効率化 〜 アカウント管理編 〜
shonansurvivors
4
440
速習AGENTS.md:5分で精度を上げる "3ブロック" テンプレ
ismk
6
1.1k
Developer Advocate / Community Managerなるには?
tsho
0
140
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
470
セキュアな認可付きリモートMCPサーバーをAWSマネージドサービスでつくろう! / Let's build an OAuth protected remote MCP server based on AWS managed services
kaminashi
3
310
神回のメカニズムと再現方法/Mechanisms and Playbook for Kamikai scrumat2025
moriyuya
4
730
Featured
See All Featured
Navigating Team Friction
lara
190
15k
Statistics for Hackers
jakevdp
799
220k
Building an army of robots
kneath
306
46k
Fireside Chat
paigeccino
40
3.7k
How to train your dragon (web standard)
notwaldorf
96
6.3k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Side Projects
sachag
455
43k
Unsuck your backbone
ammeep
671
58k
The Cult of Friendly URLs
andyhume
79
6.6k
Scaling GitHub
holman
463
140k
Being A Developer After 40
akosma
91
590k
Faster Mobile Websites
deanohume
310
31k
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]