SlideShare a Scribd company logo
The Costs of Cloud Computing
Joe Drumgoole
http://twitter.com/jdrumgoole
http://twitter.com/jdrumgoole 1
Real World Example : PutPlace
• Launched in 2008
• Fully hosted in Amazon AWS
• Ported from Dedicated Hosting
• Full Break down of all Costs
• This is real data – Warts and All
• This is an IaaS Example
http://twitter.com/jdrumgoole 2
Architecture
http://twitter.com/jdrumgoole 3
Core Services
• S3 : Storage
– Blob Storage
– Read and write up to 5GB files
– Rest API/SOAP API
– POSIX semantics via EBS
• EC2 : Compute
– Virtual Instances
– Several Sizes
– Local storage is volatile
– Reserved Instances
http://twitter.com/jdrumgoole 4
Core Costs
• Resources
– Running Compute instances
– Stored Data
• Bandwidth
– Data in and out of Amazon
– Data between different Amazon regions
• Transactions
– Reads and Writes to S3
http://twitter.com/jdrumgoole 5
Compute Costs 2008 (USD)
Size Memory
(GB)
CPU Disk
(GB)
Per
Hour
Per
Month
(30)
Per Year
(365)
Small 1.72 1 160 0.085 61.20 744.60
Large 7.5 4 850 0.34 244.80 2978.40
xLarge 15 8 1690 0.68 489.60 5956.80
http://twitter.com/jdrumgoole 6
Compute Costs 2010 (USD)
Size Memory
(GB)
CPU Disk
(GB)
Per
Hour
Per
Month
(30)
Per Year
(365)
Micro 0.6 1 160 0.02 14.40 172.80
Small 1.72 1 160 0.085 61.20 744.60
Large 7.5 4 850 0.34 244.80 2978.40
xLarge 15 8 1690 0.68 489.60 5956.80
http://twitter.com/jdrumgoole 7
Storage Costs
$0.15 per GB Month in 2008
$0.14 per GB Month in 2010
$0.055 per GB for 5PB or more
http://twitter.com/jdrumgoole 8
Bandwidth Costs 2008
Data In : $0.10 per GB
Data Out : $0.15 per GB
http://twitter.com/jdrumgoole 9
Transactions 2008
Writes: $0.01 per 1000 requests
Reads : $0.01 per 10,000 requests
Note : Only to S3
http://twitter.com/jdrumgoole 10
http://twitter.com/jdrumgoole 11
$0.00
$100.00
$200.00
$300.00
$400.00
$500.00
$600.00
$700.00
$800.00
$900.00
$1,000.00
$1,100.00
$1,200.00
$1,300.00
$1,400.00
$1,500.00
$1,600.00
$1,700.00
$1,800.00
$1,900.00
$2,000.00
Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08 Jul-08 Aug-08 Sep-08 Oct-08 Nov-08 Dec-08
EC2 Total Costs : $13303
EC2 Small
EC2 xLarge
EC2 Large
$0.00
$50.00
$100.00
$150.00
$200.00
$250.00
$300.00
$350.00
$400.00
$450.00
$500.00
Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08 Jul-08 Aug-08 Sep-08 Oct-08 Nov-08 Dec-08
S3 Storage Total Costs: $2575
S3 Storage
http://twitter.com/jdrumgoole 12
$0.00
$5.00
$10.00
$15.00
$20.00
$25.00
$30.00
$35.00
$40.00
$45.00
$50.00
Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08 Jul-08 Aug-08 Sep-08 Oct-08 Nov-08 Dec-08
Dollars
Bandwidth Total Costs: $508.11
EC2 Data In
EC2 Data Out
Elastic IP xfer
http://twitter.com/jdrumgoole 13
$0.00
$20.00
$40.00
$60.00
$80.00
$100.00
$120.00
$140.00
$160.00
$180.00
$200.00
Jan-08 Feb-08 Mar-08 Apr-08 May-08 Jun-08 Jul-08 Aug-08 Sep-08 Oct-08 Nov-08 Dec-08
Puts/Lists Total Costs: $516.92
Puts/Lists
http://twitter.com/jdrumgoole 14
Cost Break Down
Area Cost %
Compute 13303.60 78%
Storage 2575.00 15%
Bandwidth 508.11 2%
Transactions 516.90 3.39%
Elastic IPs 84.79 0.5%
http://twitter.com/jdrumgoole 15
Dedicated Hosting Costs
• Co-Located Servers
– $16,000 (including local disk + B/W)
• But:
– Long lead times for additional servers
– 1 year leases
– No durable storage
http://twitter.com/jdrumgoole 16
What would I do Today
• Same architecture
• Use a POSIX distributed file system on nodes
• Start will less redundancy
• Work will more smaller instances
• Look at Google App Engine for Web Pages/API
• Use MySQL rather than Postgres
• Worry less about scaling
http://twitter.com/jdrumgoole 17
What you should learn
• The mantra
– Compute
– Storage
– Bandwidth
– Transactions
• Know your costs, check your bills
• Code errors will now cost real money
http://twitter.com/jdrumgoole 18
Q&A
http://twitter.com/jdrumgoole 19

More Related Content

Similar to The costs of cloud computing (20)

PPT
The Future is Now: Leveraging the Cloud with Ruby
Robert Dempsey
 
PPT
Cloud Computing Soup To Nuts
Joe Drumgoole
 
PPT
Cloudcomputingsouptonuts 090506063306 Phpapp02
Nexshore
 
PPT
Amazon S3 and EC2
george.james
 
PPTX
Nuts and bolts of running a popular site in the aws cloud
David Veksler
 
PDF
Introduction to Elastic Beanstalk
Wolfgang Schell
 
PDF
Ralph Rebske: AWS Pricing and Billing
Symposia Media
 
PPT
awstalk.ppt
webhostingguy
 
PPTX
Optimizing AWS Economics
Aaron Klein
 
PDF
Cloud costs: my 2 cents
RightScale
 
PPTX
Amazon WebServices lection 1
Binary Studio
 
PPTX
Aws, an intro to startups
Subramanyam Kasibhat
 
PDF
Cloud Computing in Practice
King Huang
 
PPT
Amazon’s Cloud Computing Efforts
awesomesos
 
PPTX
So There’s This Amazon Thing
Jared Faris
 
PPT
Selecting the Right Cloud Host
Ahsan Saleem
 
PPTX
Introduction to EC2
Mark Squires
 
PPTX
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
ODP
Amazon Aws Presentation Drupal
guest856f3a
 
PDF
PlanForCloud - Ali Khajeh-Hosseini
RightScale
 
The Future is Now: Leveraging the Cloud with Ruby
Robert Dempsey
 
Cloud Computing Soup To Nuts
Joe Drumgoole
 
Cloudcomputingsouptonuts 090506063306 Phpapp02
Nexshore
 
Amazon S3 and EC2
george.james
 
Nuts and bolts of running a popular site in the aws cloud
David Veksler
 
Introduction to Elastic Beanstalk
Wolfgang Schell
 
Ralph Rebske: AWS Pricing and Billing
Symposia Media
 
awstalk.ppt
webhostingguy
 
Optimizing AWS Economics
Aaron Klein
 
Cloud costs: my 2 cents
RightScale
 
Amazon WebServices lection 1
Binary Studio
 
Aws, an intro to startups
Subramanyam Kasibhat
 
Cloud Computing in Practice
King Huang
 
Amazon’s Cloud Computing Efforts
awesomesos
 
So There’s This Amazon Thing
Jared Faris
 
Selecting the Right Cloud Host
Ahsan Saleem
 
Introduction to EC2
Mark Squires
 
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Amazon Aws Presentation Drupal
guest856f3a
 
PlanForCloud - Ali Khajeh-Hosseini
RightScale
 

More from Joe Drumgoole (20)

PPTX
MongoDB Schema Design
Joe Drumgoole
 
PPTX
The Rise of Microservices
Joe Drumgoole
 
PPTX
Back to Basics 2017 - Your First MongoDB Application
Joe Drumgoole
 
PPTX
Back to Basics 2017 - Introduction to NoSQL
Joe Drumgoole
 
PPTX
Python Ireland Conference 2016 - Python and MongoDB Workshop
Joe Drumgoole
 
PPTX
Server discovery and monitoring with MongoDB
Joe Drumgoole
 
PPTX
Event sourcing the best ubiquitous pattern you have never heard off
Joe Drumgoole
 
PPTX
EuroPython 2016 : A Deep Dive into the Pymongo Driver
Joe Drumgoole
 
PPTX
MongoDB World 2016 : Advanced Aggregation
Joe Drumgoole
 
PPTX
Introduction to NoSQL
Joe Drumgoole
 
PPTX
Introduction to CQRS and Event Sourcing
Joe Drumgoole
 
PPTX
Back to Basics Webinar 3 - Thinking in Documents
Joe Drumgoole
 
PPTX
Back to Basics Webinar 2 - Your First MongoDB Application
Joe Drumgoole
 
PPTX
Back to Basics Webinar 1 - Introduction to NoSQL
Joe Drumgoole
 
PPTX
Cloud Computing - Halfway through the revolution
Joe Drumgoole
 
PPTX
Enterprise mobility for fun and profit
Joe Drumgoole
 
PPTX
How to run a company for 2k a year
Joe Drumgoole
 
PPTX
Mobile monday mhealth
Joe Drumgoole
 
PPTX
Cloudsplit original
Joe Drumgoole
 
PPTX
Harness the web and grow your business
Joe Drumgoole
 
MongoDB Schema Design
Joe Drumgoole
 
The Rise of Microservices
Joe Drumgoole
 
Back to Basics 2017 - Your First MongoDB Application
Joe Drumgoole
 
Back to Basics 2017 - Introduction to NoSQL
Joe Drumgoole
 
Python Ireland Conference 2016 - Python and MongoDB Workshop
Joe Drumgoole
 
Server discovery and monitoring with MongoDB
Joe Drumgoole
 
Event sourcing the best ubiquitous pattern you have never heard off
Joe Drumgoole
 
EuroPython 2016 : A Deep Dive into the Pymongo Driver
Joe Drumgoole
 
MongoDB World 2016 : Advanced Aggregation
Joe Drumgoole
 
Introduction to NoSQL
Joe Drumgoole
 
Introduction to CQRS and Event Sourcing
Joe Drumgoole
 
Back to Basics Webinar 3 - Thinking in Documents
Joe Drumgoole
 
Back to Basics Webinar 2 - Your First MongoDB Application
Joe Drumgoole
 
Back to Basics Webinar 1 - Introduction to NoSQL
Joe Drumgoole
 
Cloud Computing - Halfway through the revolution
Joe Drumgoole
 
Enterprise mobility for fun and profit
Joe Drumgoole
 
How to run a company for 2k a year
Joe Drumgoole
 
Mobile monday mhealth
Joe Drumgoole
 
Cloudsplit original
Joe Drumgoole
 
Harness the web and grow your business
Joe Drumgoole
 
Ad

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
PDF
RAT Builders - How to Catch Them All [DeepSec 2024]
malmoeb
 
PDF
introduction to computer hardware and sofeware
chauhanshraddha2007
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PPTX
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
PPTX
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PPTX
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
NewMind AI Weekly Chronicles – July’25, Week III
NewMind AI
 
RAT Builders - How to Catch Them All [DeepSec 2024]
malmoeb
 
introduction to computer hardware and sofeware
chauhanshraddha2007
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Agile Chennai 18-19 July 2025 Ideathon | AI Powered Microfinance Literacy Gui...
AgileNetwork
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Researching The Best Chat SDK Providers in 2025
Ray Fields
 
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
The Future of AI & Machine Learning.pptx
pritsen4700
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
Agentic AI in Healthcare Driving the Next Wave of Digital Transformation
danielle hunter
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Ad

The costs of cloud computing