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
大規模イベントに向けた ABEMA アーキテクチャの遍歴 ~ Platform Strategy 詳細解説 ~
nagapad
0
230
生成AIによるデータサイエンスの変革
taka_aki
0
3k
Foundation Model × VisionKit で実現するローカル OCR
sansantech
PRO
1
390
S3 Glacier のデータを Athena からクエリしようとしたらどうなるのか/try-to-query-s3-glacier-from-athena
emiki
0
230
人に寄り添うAIエージェントとアーキテクチャ #BetAIDay
layerx
PRO
10
2.3k
AIに頼りすぎない新人育成術
cuebic9bic
3
320
Instant Apps Eulogy
cyrilmottier
1
110
Amazon Q Developerを活用したアーキテクチャのリファクタリング
k1nakayama
2
220
【CEDEC2025】『Shadowverse: Worlds Beyond』二度目のDCG開発でゲームをリデザインする~遊びやすさと競技性の両立~
cygames
PRO
1
370
Intro to Software Startups: Spring 2025
arnabdotorg
0
260
Kiro と Q Dev で 同じゲームを作らせてみた
r3_yamauchi
PRO
1
100
AIに目を奪われすぎて、周りの困っている人間が見えなくなっていませんか?
cap120
1
660
Featured
See All Featured
Code Review Best Practice
trishagee
69
19k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Measuring & Analyzing Core Web Vitals
bluesmoon
8
550
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Navigating Team Friction
lara
188
15k
RailsConf 2023
tenderlove
30
1.2k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
The Cult of Friendly URLs
andyhume
79
6.5k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
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]