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
AWS Cloud
Search
Ben Darfler
August 04, 2015
Programming
0
190
AWS Cloud
High level overview of the AWS cloud.
Ben Darfler
August 04, 2015
Tweet
Share
More Decks by Ben Darfler
See All by Ben Darfler
Self-healing Software
bdarfler
0
140
Microservice Architectures
bdarfler
0
82
dotfiles
bdarfler
0
110
Remote Work
bdarfler
0
200
Low Latency Systems: How do they do it?
bdarfler
0
62
Scala
bdarfler
0
130
HTTP/2
bdarfler
0
130
Rails Asset Pipeline and You
bdarfler
0
62
How to Win at the Internet
bdarfler
1
38
Other Decks in Programming
See All in Programming
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
130
Create a website using Spatial Web
akkeylab
0
280
エラーって何種類あるの?
kajitack
5
140
XSLTで作るBrainfuck処理系
makki_d
0
190
WindowInsetsだってテストしたい
ryunen344
1
130
C++20 射影変換
faithandbrave
0
440
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
210
Rails産でないDBを Railsに引っ越すHACK - Omotesando.rb #110
lnit
1
160
Development of an App for Intuitive AI Learning - Blockly Summit 2025
teba_eleven
0
110
Benchmark
sysong
0
150
カクヨムAndroidアプリのリブート
numeroanddev
0
410
Go Modules: From Basics to Beyond / Go Modulesの基本とその先へ
kuro_kurorrr
0
110
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Fireside Chat
paigeccino
37
3.5k
KATA
mclloyd
29
14k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
It's Worth the Effort
3n
184
28k
For a Future-Friendly Web
brad_frost
179
9.8k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Adopting Sorbet at Scale
ufuk
77
9.4k
We Have a Design System, Now What?
morganepeng
52
7.6k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
650
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Transcript
Amazon Web Services
Amazon Web Services
Amazon Web Services
Building Blocks
Elastic Compute Cloud (EC2)
Elastic Compute Cloud (EC2) Class Family RAM (GiB) vCPU SSD
(GB) General Purpose t2 1 - 8 1 - 2 None m3 3.75 - 30 1 - 8 4 - 160 m4 8 - 160 2 - 40 None Memory Optimized r3 15.25 - 244 2 - 32 32 - 640 Compute Optimized c3 3.75 - 60 2 - 32 32 - 640 c4 3.75 - 60 2 - 36 None
Elastic Compute Cloud (EC2) ⊡ Storage Optimized □ i2 family
- Up to 6.4 TB of local SSDs □ d2 family - Up to 48 TB of local HDDs ⊡ GPU Instances □ g2 family - Up to 4 x NVIDIA GRID GPU
Elastic Block Store (EBS)
Elastic Block Store (EBS) Family Media Max TB Max IOPS
Max MBps General Purpose (gp2) SSDs 16 10,000 160 Provisioned IOPS (io1) SSDs 16 20,000 320 Magnetic (standard) HDDs 1 40 - 200 40 - 90
Cloud Services
Storage Services
⊡ Simple Storage Service (S3) □ Object storage from 1
byte to 5 TB ⊡ Glacier □ Cold storage, ⅓ price of S3, 3-5 hr retrieval ⊡ CloudFront □ Content Delivery Network Storage Services
Database Services
Database Services ⊡ Relational Database Service (RDS) □ Supports MySQL,
PostgreSQL, Oracle, SQL Server □ Aurora - MySQL engine built by AWS ⊡ ElastiCache □ Supports Redis and Memcache
Database Services ⊡ DynamoDB □ NoSQL Document Database ⊡ Redshift
□ Columnar SQL Database for Analytics
Queuing Services
Queuing Services ⊡ Simple Queuing Service (SQS) □ Point -
to - Point message queue ⊡ Simple Notification Service (SNS) □ Publish - Subscribe message queue ⊡ Kinesis □ Ordered, partitioned, persistent log
Miscellaneous Services
Miscellaneous Services ⊡ Elastic Load Balancer (ELB) □ Load balance
across multiple EC2 instances ⊡ Elastic MapReduce (EMR) □ Push button Hadoop clusters □ Hive, Pig, HBase, Impala, Spark, Presto, etc.