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
CI_CD「健康診断」のススメ。現場でのボトルネック特定から、健康診断を通じた組織的な改善手法
teamlab
PRO
0
150
実践AIチャットボットUI実装入門
syumai
7
2.3k
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
2
280
2025年版 サーバーレス Web アプリケーションの作り方
hayatow
23
25k
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
1
490
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
210
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
1
320
SpecKitでどこまでできる? コストはどれくらい?
leveragestech
0
380
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
630
開発者への寄付をアプリ内課金として実装する時の気の使いどころ
ski
0
330
育てるアーキテクチャ:戦い抜くPythonマイクロサービスの設計と進化戦略
fujidomoe
1
150
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
390
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.4k
Thoughts on Productivity
jonyablonski
70
4.8k
Side Projects
sachag
455
43k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Docker and Python
trallard
46
3.6k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Practical Orchestrator
shlominoach
190
11k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Become a Pro
speakerdeck
PRO
29
5.5k
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