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
Cloud Computing Development Design Patterns and...
Search
montaro
August 07, 2012
Programming
3
91
Cloud Computing Development Design Patterns and Open Source Technologies
montaro
August 07, 2012
Tweet
Share
Other Decks in Programming
See All in Programming
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
990
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
2
470
JetBrainsのAI機能の紹介 #jjug
yusuke
0
210
オホーツクでコミュニティを立ち上げた理由―地方出身プログラマの挑戦 / TechRAMEN 2025 Conference
lemonade_37
2
480
A Gopher's Guide to Vibe Coding
danicat
0
170
CEDEC2025 長期運営ゲームをあと10年続けるための0から始める自動テスト ~4000項目を50%自動化し、月1→毎日実行にした3年間~
akatsukigames_tech
0
140
Langfuseと歩む生成AI活用推進
licux
3
290
React 使いじゃなくても知っておきたい教養としての React
oukayuka
18
5.8k
なぜ今、Terraformの本を書いたのか? - 著者陣に聞く!『Terraformではじめる実践IaC』登壇資料
fufuhu
4
630
Flutterと Vibe Coding で個人開発!
hyshu
1
260
管你要 trace 什麼、bpftrace 用下去就對了 — COSCUP 2025
shunghsiyu
0
440
Flutter로 Gemini와 MCP를 활용한 Agentic App 만들기 - 박제창 2025 I/O Extended Seoul
itsmedreamwalker
0
150
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
Building an army of robots
kneath
306
45k
Making Projects Easy
brettharned
117
6.3k
Mobile First: as difficult as doing things right
swwweet
223
9.9k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Optimizing for Happiness
mojombo
379
70k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Raft: Consensus for Rubyists
vanstee
140
7.1k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Side Projects
sachag
455
43k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Cost Of JavaScript in 2023
addyosmani
53
8.8k
Transcript
Cloud Computing Development Design Patterns and Open Source Technologies
What does it mean for me!
IaaS
PaaS!
SaaS!
Cloud Computing Patterns
1. Use Cloud for Scaling
2. Use Cloud for Multi- tenancy
3. Use Cloud for Batch- processing
4. Use Cloud for Storage
5. Use Cloud for Communication
Cloud Development Patterns
1. Design for failure and nothing will fail
2. Edge cache static content
3. Implement Elasticity
4. Leverage multiple availability zones
5. Automate your development lifecycle
6. Cache as much as possible
7. State is the evil!
8. One size doesn't fit all!
Let's Code! Amazon SimpleDB and SQS