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
38
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
34
扒一扒 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
Welcome to the LLM Club
koic
0
170
Amazon ECS & AWS Fargate 運用アーキテクチャ2025 / Amazon ECS and AWS Fargate Ops Architecture 2025
iselegant
16
5.5k
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
3.9k
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
3
470
生成AIでwebアプリケーションを作ってみた
tajimon
2
150
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
26k
PHP開発者のためのSOLID原則再入門 #phpcon / PHP Conference Japan 2025
shogogg
4
730
Observability в PHP без боли. Олег Мифле, тимлид Altenar
lamodatech
0
340
生成AI時代 文字コードを学ぶ意義を見出せるか?
hrsued
1
260
Windows 11 で AWS Documentation MCP Server 接続実践/practical-aws-documentation-mcp-server-connection-on-windows-11
emiki
0
960
【TiDB GAME DAY 2025】Shadowverse: Worlds Beyond にみる TiDB 活用術
cygames
0
1.1k
AIの最新技術&テーマをつまんで紹介&フリートークするシリーズ #1 量子機械学習の入門
tkhresk
0
140
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
524
40k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
A better future with KSS
kneath
239
17k
The Straight Up "How To Draw Better" Workshop
denniskardys
234
140k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Into the Great Unknown - MozCon
thekraken
39
1.9k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
490
The Cult of Friendly URLs
andyhume
79
6.5k
A Modern Web Designer's Workflow
chriscoyier
694
190k
Agile that works and the tools we love
rasmusluckow
329
21k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
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]