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
120
Other Decks in Technology
See All in Technology
AIエージェントは「使う」だけじゃなくて「作る」時代! 〜最新フレームワークで楽しく開発入門しよう〜
minorun365
PRO
5
780
AIとの協業で実現!レガシーコードをKotlinらしく生まれ変わらせる実践ガイド
zozotech
PRO
2
330
Copilotの精度を上げる!カスタムプロンプト入門.pdf
ismk
2
370
短期間でRAGシステムを実現 お客様と歩んだ生成AI内製化への道のり
taka0709
1
190
AI-ready"のための"データ基盤 〜 LLMOpsで事業貢献するための基盤づくり
ismk
0
110
20251102 WordCamp Kansai 2025
chiilog
1
540
[re:Inent2025事前勉強会(有志で開催)] re:Inventで見つけた人生をちょっと変えるコツ
sh_fk2
1
1.3k
abema-trace-sampling-observability-cost-optimization
tetsuya28
0
480
AI時代に必要なデータプラットフォームの要件とは by @Kazaneya_PR / 20251107
kazaneya
PRO
4
680
新米エンジニアをTech Leadに任命する ー 成長を支える挑戦的な人と組織のマネジメント
naopr
1
360
最近読んで良かった本 / Yokohama North Meetup #10
mktakuya
0
810
実践マルチモーダル検索!
shibuiwilliam
3
570
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
Visualization
eitanlees
150
16k
Done Done
chrislema
186
16k
The Cult of Friendly URLs
andyhume
79
6.7k
A Tale of Four Properties
chriscoyier
161
23k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
Keith and Marios Guide to Fast Websites
keithpitt
412
23k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Writing Fast Ruby
sferik
630
62k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
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]