SlideShare a Scribd company logo
1 of 73
Download to read offline
SEOUL
©2015, Amazon Web Services, Inc. or its affiliates. All rights reserved
©2015,  Amazon  Web  Services,  Inc.  or  its  affiliates.  All  rights  reserved
Amazon  Elastic  Block  Store  Deep  Dive
&  AWS  Cost  Optimization
양승도
솔루션즈 아키텍트, 아마존 웹서비스 코리아
©2015,  Amazon  Web  Services,  Inc.  or  its  affiliates.  All  rights  reserved
Amazon  EBS
(Elastic  Block  Store)
A  “normal”  hard  drive
EBS =
What  is  EBS?
• Network  block  storage  
• Designed  for  five  nines  of  availability
• Attaches  to  Amazon  EC2  within  the  same  
Availability  Zone
• Provides  point-­in-­time  snapshots  to  
Amazon  S3  
More  about  EBS
• It’s  a  service!
• It’s  independent  of  EC2
• It  has  regional  and  AZ  availability  goals
– All  EBS  volumes  are  designed  for  99.999%  availability
• Over  1  million  volumes  are  created  per  day  
(average)
• Over  3.3  trillion  I/Os per  day
1TB
16  TBÚ
March  2015
EBS
General  Purpose  (SSD)
Up  to  16  TB
10,000  IOPS
Up  to  160  MB/s
Provisioned  IOPS  (SSD)
Up  to  16  TB
20,000  IOPS
Up  to  320  MB/s
A  few  definitions…
• IOPS:  Input/output  operations  per  second  (#)
• Throughput:  Read/write  rate  to  storage  (MiB/s)
• Latency:  Delay  between  request  and  completion  (ms)
• Capacity:  Volume  of  data  that  can  be  stored  (GiB)
• Block  size:  Size  of  each  I/O  (KiB)
EBS  volume  types
• General  Purpose  (SSD)
• Provisioned  IOPS  (SSD)
• Magnetic  
When  performance  matters,  use  SSD-­backed  volumes
EBS  SSD  volumes
• Applies  to  both  General  Purpose  and  
Provisioned  IOPS
• IOPS  measured  up  to  256  KiB
• Single-­digit  ms latency
• Designed  for  99.999%  availability
EBS  General  Purpose  volumes  (SSD)
New  default  volume  type  for  EBS
Every  volume  can  burst  up  to  3,000  IOPS
• Larger  volumes  can  burst  for  longer  periods
3  IOPS  per  GB  baseline  performance,  
maximum  of  10,000  IOPS
99%  performance  consistency
Up  to  160  MB/s  throughput
(2)  Max  I/O  credit  per  bucket  is  5.4M
(1)  Always  accumulating  3  
IOPS  per  GB  per  second  
(3)  You  can  spend  up  to  
3,000  IOPS  per  second  
Understanding  General  Purpose  (SSD)  bursting
Baseline  performance  =  3  IOPS  per  GB
General  Purpose  (SSD)  volumes  example
Microsoft  Windows  30  GB  boot  volume:  
• Gets  initial  I/O  credit  of  5.4M  
• Could  burst  for  up  to  30  mins @  3,000  IOPS
• Always  accumulating  90  I/O  credits  per  
second
m3.medium  US-­EAST1
Volume type Boot time Access time OS
GP2 3:31 4:33
Windows Server  
2012
Magnetic 4:30 7:16
Windows Server  
2012
GP2 0:36 0:45 CentOS6
Magnetic 0:57 1:16 CentOS6
40%  Reduction  in  boot  times  by  using  General  Purpose  SSD
Instance  Boot  Time
Always  use  General  Purpose  (SSD)  for  boot  volumes
1  TB  PIOPS  volume  with  4,000  IOPS  =  $526.40  per  month  per  volume
GP2  1  TB  volume  with  3,000  IOPS  =  $102.40
GP2  2  x  500  GB  volume  at  3,000,  Burst  to  6,000  = $102.40
80%  cost  savings,  50%  more  peak  I/O  with  
General  Purpose  SSD
Database  volume
EBS  PIOPS  (SSD)  volumes
• Best  for  I/O  intensive  databases  that  require  highest  
consistency
• Throughput  up  to  320  MB/s
• Provision  up  to  20,000  IOPS  per  volume  
(supports  IOPS:GB  ratio  of  30)
• Designed  for  99.9%  performance  consistency
EBS  Magnetic  volumes
• Best  for  cold  workloads  (rarely  accessed  data  that  needs
always-­on  access)
• IOPS:  ~100  IOPS  steady-­state,  with  best-­effort  bursts
• Throughput:  variable  by  workload,  best  effort  to  10s  of  MB/s
• Latency:  Varies,  reads  typically  ~20-­40  ms,  writes  typically  
~2-­10  ms
Price Performance
EBS
Magnetic General  Purpose Provisioned  IOPS
Use  cases Infrequent data  access
Boot  volumes
Small  to  med  DBs
Dev  and  Test
I/O  intensive
Relational  DBs
NoSQL  DBs
Storage  media Magnetic  disk-­backed SSD-­backed SSD-­backed
Max IOPS 40–200  IOPS 10,000  IOPS 20,000  IOPS
Latency  (random  
read)
20 ~  40  ms 1 ~  2  ms 1 ~  2  ms
Availability Designed  for  99.999% Designed  for  99.999% Designed  for  99.999%
Price
$.05/GB-­month
$.05/million  I/O
$.10/GB-­month
$.125/GB-­month
$.065/provisioned  IOPS
Performance
Performance  optimization  is  measured  by:
IOPS:  Read/write  I/O  rate  (IOPS)
Latency:  Time  between  I/O  submission  
and  completion  (ms)
Throughput:  Read/write  transfer  rate  
(MB/s);;  throughput  =  IOPS  X  I/O  size
Four  key  components  of  performance  optimization  
1.  EC2  instance
2.  I/O
4. EBS
3.  Network  link
Tools  available  for  performance  tuning:
1. EC2  instance:  Network  bandwidth  (Mbps)
2. EBS-­optimized  instance:  EC2  instance  option  (On/Off)
3. Workload:  Block  size,  read/write  ratio,  serialization
4. Queue  depth:  The  number  of  outstanding  I/Os
5. RAID:  Stripe  volumes  to  maximize  performance
6. Pre-­warming:  Eliminate  first-­touch  penalty
Compute-­optimized  – C3/C4  
Memory-­optimized  – R3
General-­Purpose  – M3
EBS
EC2
Select  the  EC2  instance  that  has  the  right  Network,  
RAM,  and  CPU  resources  for  your  applications
1.  EC2  instance
Most  instance  families  supports  the  EBS-­optimized  flag
EBS-­optimized  instances  now  support  up  to  4  Gbps
• c4.8xlarge,  d2.8xlarge
• Drive  32,000  16K  IOPS  or  500  MB/s  
Other  *.8xlarge  instances  support  10  Gbps network
• Max  IOPS  per  node  supported  is  ~48,000  IOPS  @  16K
2.  EBS-­optimized  instance
Use  EBS-­optimized  instances  for  
consistent  EBS  performance
I/O  size:  
• 4  KB  to  64  MB
I/O  pattern:
• Sequential  and  random  
I/O  type:
• Read  and  write    
I/O  concurrency:  
• Number  of  concurrent  I/O
EBS  SSD-­backed  volumes  measure  I/O  size  up  to  256  KiB
EBS  SSD-­backed  volumes  deliver  same  performance  for  read  and  write
3.  Workload
EBS  IOPS  and  throughput  limits
20,000  IOPS  
PIOPS  volume  
20,000 IOPS
320  MB/s  
throughput
You  can  achieve  20,000  IOPS  when  
driving  smaller  I/O  operations
You  can  achieve  up  to  320  MB/s  
when  driving  larger  I/O  operations
EBS  IOPS  and  throughput  limits
8,000  IOPS  
PIOPS  volume  
8,000  IOPS
320  MB/s  
throughput
8,000  x  64  KB=512  MB/s
5,000  x  64  KB  =  320  MB/s
1,250  x  256  KB  =  320  MB/s
8,000  X  8  KB  =  64  MB/s
8,000  X  16  KB  =  128  MB/s
16,000  x  8  KB  =  128  MB/s
8,000  x  32  KB  =  256  MB/s
Block  (I/O)  size  determines  whether  your  
application  is  IOPS  bound  or  throughput  bound    
4.  Queue  depth
An  I/O  operation
EBS
After  it’s  gone,  it’s  gone
EC2
Queue  depth  is  the  pending  I/O  for  a  volume
Important  Amazon  
CloudWatch metrics:  
• IOPS  and  bandwidth
• Latency  
• Queue  depth
Monitoring  EBS  volumes
0.075
35.1
2.09
1,865  
4,152  
3,851  
-­
500  
1,000  
1,500  
2,000  
2,500  
3,000  
3,500  
4,000  
4,500  
0
5
10
15
20
25
30
35
1 4 8 12 16 20 24 28 32
Latency    TP90  (ms)
Queue  depth
16  KB  random  read  IOPS,  latency  across  various  queue  depths
Latency  (TP90) Avg  Read  IOPS
IOPS
Queue  depth  between  4  and  8  has  the  optimal  IOPS  and  latency  performance
Queue  depth  vs.  Random  read  latency
Queue  depth  vs.  Random  write  latency
0.08
7.71
845
4,152
0
500
1,000
1,500
2,000
2,500
3,000
3,500
4,000
4,500
0
1
2
3
4
5
6
7
8
9
10
1 4 8 12 16 20 24 28 32
Latency    TP90  (ms)
Queue  depth
16  KB  random  write  IOPS,  latency  across  various  queue  depths
Latency  (TP90) AvgIOPS
IOPS
Write  latency  queue  depth  and  IOPS  interaction  is  similar  to  that  of  read  latency
Optimal  queue  depth  to  achieve  lower  latency  and  highest  IOPS  
is  typically  between  4-­8;;  ~1  queue  depth  per  500  IOPS
EBS-­optimized  instances  provide  consistent  latency  experience
Use  SSD  volumes  with  latest-­generation  EC2  instances
5.  RAID
Increases  performance,  or  capacity,  or  both
Over  320  MB/s  or  20,000  IOPS,  striping  needed
Don’t  mix  volume  types
Typically  RAID  0  or  LVM  stripe
Avoid  RAID  for  redundancyEBS
EC2
• Eliminates  first-­access  penalty
• Typically  5%,  extreme  worst  case  of  50%  performance  reduction  in  IOPS  and  latency  
when  volumes  are  used  without  pre-­warming:  
– Performance  is  as  provisioned  when  all  the  chunks  are  accessed  
• Recommendations  before  benchmarking:
– For  new  volumes:  
• Linux:  DD  write
• Windows:  NTFS  full  format
– Takes  roughly  an  hour  to  pre-­warm  1  TB  PIOPS/General  Purpose  (SSD)  volumes
• Always  check  latest  documentation  
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-­prewarm.html
6.  Pre-­warming
Use  large  block  size  to  speed  up  your  pre-­warming
Example:  sudo dd if=/dev/zero  
of=/dev/xvdf conv=notrunc bs=1M
Workload/  
software
Typical  block  
size
Random/
Seq?
Max  EBS  @  500  
MB/s  instances
Max  EBS  @  
1  GB/s  instances
Max EBS  @  10  GB/s  
instances
Oracle  DB Configurable:2  KB
–16  KB
Default  8  KB
random ~7,800  IOPS ~15,600  IOPS ~96,000  IOPS
Microsoft  SQL  
Server
8  KB  w/  64  KB  
extents
random ~7,800  IOPS ~15,600  IOPS ~80,000  IOPS
MySQL   16  KB random ~4,000  IOPS ~7,800  IOPS ~48,000  IOPS
PostgreSQL 8  KB random ~7,800  IOPS ~15,600  IOPS ~96,000  IOPS
MongoDB 4  KB serialized ~15,600  IOPS ~31,000  IOPS ~96,000  IOPS
Apache  
Cassandra
4  KB random ~15,600  IOPS ~31,000  IOPS ~96,000  IOPS
GlusterFS 128  KB sequential ~500  IOPS ~1,000  IOPS ~6,000  IOPS
Cheat  sheet  sample:  Storage  workloads  on  AWS
EBS-­optimized  instance
Four  key  components:  balanced    (Oh,  YEAH!!)
EC2
A  “boatload”  of  I/O
Right-­sized  EBS
©2015,  Amazon  Web  Services,  Inc.  or  its  affiliates.  All  rights  reserved
AWS  Cost  Optimization
How  to  make  a  lower  AWS  bill?
Strategy  1:  Do  nothing
AWS  pricing  philosophy
Ecosystem
Global Footprint
New Features
New Services
More AWS
Usage
More
Infrastructure
Lower
Infrastructure
Costs
Reduced
Prices
More
CustomersInfrastructure
Innovation
48  price  
reductions  
since  2006Economies
of Scale
Strategy  2:  Do  almost  nothing
AWS  Trusted  Advisor
aws.amazon.com/premiumsupport/trustedadvisor/
Free  with  Business  or  Enterprise  Support
Optimization
Cost  reduction
Strategy  3:  Optimize  Architecture
(Architecting  for  low  cost)
1:  Turn  off  unused  instances
2:  Use  Auto  Scaling
Poll:  Who  uses  Auto  Scaling?
3:  Use  Reserved  Instances
4:  Use  Spot  Instances
Poll:  Who  uses  Spot  Instances?
Spot  Instance  example
On-­Demand:
$0.24
$0.028    (11.7%) $0.026    (10.8%)
$3.28
(1367%)
• Reduced  redundancy  storage  class
– 99.99%  durability  vs.  99.999999999%
– Up  to  20% savings
– Everything  that  is  easy  to  reproduce
– Use  Amazon  SNS  lost  object  notifications
• Amazon  Glacier  storage  class
– Same  99.999999999%  durability
– 3  to  5  hours  restore  time
– Up  to  64% savings
– Archiving,  long-­term  backups, and old  data
• Use  life-­cycle  rules
5:  Use  Amazon  S3  storage  classes
• Read/write  capacity  units (CUs)  determine
most  of  DynamoDB  cost
• By  optimizing  CUs,  you  can  save  a  lot  of  money
• But:
– Need  to  provision  enough  capacity  to  not  run  into  capacity  errors
– Need  to  prepare  for  peaks
– Need  to  constantly  monitor/adjust
6.  Optimize  Amazon  DynamoDB capacity  units
Dynamic  DynamoDB
DynamoDB  optimization  example
Caching/Optimization:
80%  saved
Cache
flush
Dynamic
DynamoDB:
20%  saved
Growth  +
new  features
EC2
1. 2.
3.4.
Buffering  DynamoDB with  SQS
7.  Offload  your  architecture
• The  more you  can  offload,  the  less
infrastructure  you  need  to  maintain,  scale,
and  pay for
• Three  easy  ways  to  offload:
– Use  Amazon  CloudFront
– Introduce  caching
– Leverage  existing  Amazon  web  services
Offload  popular  traffic  to  Amazon  S3,  CloudFront
Leverage  existing  services
• Amazon  RDS,  Amazon  DynamoDB  or  Amazon  
ElastiCache  for  Redis,  Amazon  Redshift
– Instead  of  running  your  own  database
• Amazon  CloudSearch
– Instead  of  running  your  own  search  engine
• Amazon  Elastic  Transcoder
• Amazon  Elastic  MapReduce
• Amazon  Cognito,  Amazon  SQS,  Amazon  SNS,
Amazon  Simple  Workflow  Service,  Amazon  SES,
Amazon  Kinesis,  and  more  …
Simple,  more  reliable,  lower  cost
Cost  monitoring  and  analysis
AWS  Billing  Console
AWS  Cost  Explorer
AWS  billing  alerts
Let’s  recap
1. Turn  off unused  instances
2. Use  Auto  Scaling
3. Use  Reserved  Instances
4. Use  Spot  Instances
5. Leverage  Amazon  S3  storage  classes
6. Optimize Amazon  DynamoDB  capacity  units
7. Offload your  architecture
…  and  remember  to  iterate!
SEOUL

More Related Content

What's hot

미디어 산업의 변혁을 가져온 Elemental Cloud :: Dan Marshall :: AWS Summit Seoul 2016
미디어 산업의 변혁을 가져온 Elemental Cloud :: Dan Marshall :: AWS Summit Seoul 2016미디어 산업의 변혁을 가져온 Elemental Cloud :: Dan Marshall :: AWS Summit Seoul 2016
미디어 산업의 변혁을 가져온 Elemental Cloud :: Dan Marshall :: AWS Summit Seoul 2016Amazon Web Services Korea
 
AWS CLOUD 2018- Amazon DynamoDB기반 글로벌 서비스 개발 방법 (김준형 솔루션즈 아키텍트)
AWS CLOUD 2018- Amazon DynamoDB기반 글로벌 서비스 개발 방법 (김준형 솔루션즈 아키텍트)AWS CLOUD 2018- Amazon DynamoDB기반 글로벌 서비스 개발 방법 (김준형 솔루션즈 아키텍트)
AWS CLOUD 2018- Amazon DynamoDB기반 글로벌 서비스 개발 방법 (김준형 솔루션즈 아키텍트)Amazon Web Services Korea
 
AWS Summit Seoul 2015 - 일본 AWS 게임 고객사례 - Gungho, Grani, Nintendo를 중심으로
AWS Summit Seoul 2015 -  일본 AWS 게임 고객사례 - Gungho, Grani, Nintendo를 중심으로AWS Summit Seoul 2015 -  일본 AWS 게임 고객사례 - Gungho, Grani, Nintendo를 중심으로
AWS Summit Seoul 2015 - 일본 AWS 게임 고객사례 - Gungho, Grani, Nintendo를 중심으로Amazon Web Services Korea
 
(CMP405) Containerizing Video: The Next Gen Video Transcoding Pipeline
(CMP405) Containerizing Video: The Next Gen Video Transcoding Pipeline(CMP405) Containerizing Video: The Next Gen Video Transcoding Pipeline
(CMP405) Containerizing Video: The Next Gen Video Transcoding PipelineAmazon Web Services
 
AWS Summit Seoul 2015 - AWS 클라우드를 활용한 빅데이터 및 실시간 스트리밍 분석
AWS Summit Seoul 2015 -  AWS 클라우드를 활용한 빅데이터 및 실시간 스트리밍 분석AWS Summit Seoul 2015 -  AWS 클라우드를 활용한 빅데이터 및 실시간 스트리밍 분석
AWS Summit Seoul 2015 - AWS 클라우드를 활용한 빅데이터 및 실시간 스트리밍 분석Amazon Web Services Korea
 
AWS Webcast - Build Agile Applications in AWS Cloud
AWS Webcast - Build Agile Applications in AWS CloudAWS Webcast - Build Agile Applications in AWS Cloud
AWS Webcast - Build Agile Applications in AWS CloudAmazon Web Services
 
2017 AWS DB Day | Amazon DynamoDB 서비스, 개요 및 신규 기능 소개
2017 AWS DB Day | Amazon DynamoDB 서비스, 개요 및 신규 기능 소개2017 AWS DB Day | Amazon DynamoDB 서비스, 개요 및 신규 기능 소개
2017 AWS DB Day | Amazon DynamoDB 서비스, 개요 및 신규 기능 소개Amazon Web Services Korea
 
Announcing Amazon Lightsail - January 2017 AWS Online Tech Talks
Announcing Amazon Lightsail - January 2017 AWS Online Tech TalksAnnouncing Amazon Lightsail - January 2017 AWS Online Tech Talks
Announcing Amazon Lightsail - January 2017 AWS Online Tech TalksAmazon Web Services
 
Best practices to use aws in countryside.
Best practices to use aws in countryside.Best practices to use aws in countryside.
Best practices to use aws in countryside.Takuya Tachibana
 
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018Amazon Web Services Korea
 
Accelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the CloudAccelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the CloudAmazon Web Services
 
Media Service on a Cloud :: 콘텐츠연합플랫폼 :: AWS Media Day 2016
Media Service on a Cloud :: 콘텐츠연합플랫폼 :: AWS Media Day 2016Media Service on a Cloud :: 콘텐츠연합플랫폼 :: AWS Media Day 2016
Media Service on a Cloud :: 콘텐츠연합플랫폼 :: AWS Media Day 2016Amazon Web Services Korea
 
AWS re:Invent 2016: Deep Learning, 3D Content Rendering, and Massively Parall...
AWS re:Invent 2016: Deep Learning, 3D Content Rendering, and Massively Parall...AWS re:Invent 2016: Deep Learning, 3D Content Rendering, and Massively Parall...
AWS re:Invent 2016: Deep Learning, 3D Content Rendering, and Massively Parall...Amazon Web Services
 
Whole Site Delivery with Amazon CloudFront
Whole Site Delivery with Amazon CloudFrontWhole Site Delivery with Amazon CloudFront
Whole Site Delivery with Amazon CloudFrontAmazon Web Services
 
DAT103 Introducing Amazon RedShift - AWS re: Invent 2012
DAT103 Introducing Amazon RedShift - AWS re: Invent 2012DAT103 Introducing Amazon RedShift - AWS re: Invent 2012
DAT103 Introducing Amazon RedShift - AWS re: Invent 2012Amazon Web Services
 

What's hot (20)

미디어 산업의 변혁을 가져온 Elemental Cloud :: Dan Marshall :: AWS Summit Seoul 2016
미디어 산업의 변혁을 가져온 Elemental Cloud :: Dan Marshall :: AWS Summit Seoul 2016미디어 산업의 변혁을 가져온 Elemental Cloud :: Dan Marshall :: AWS Summit Seoul 2016
미디어 산업의 변혁을 가져온 Elemental Cloud :: Dan Marshall :: AWS Summit Seoul 2016
 
AWS CLOUD 2018- Amazon DynamoDB기반 글로벌 서비스 개발 방법 (김준형 솔루션즈 아키텍트)
AWS CLOUD 2018- Amazon DynamoDB기반 글로벌 서비스 개발 방법 (김준형 솔루션즈 아키텍트)AWS CLOUD 2018- Amazon DynamoDB기반 글로벌 서비스 개발 방법 (김준형 솔루션즈 아키텍트)
AWS CLOUD 2018- Amazon DynamoDB기반 글로벌 서비스 개발 방법 (김준형 솔루션즈 아키텍트)
 
AWS Summit Seoul 2015 - 일본 AWS 게임 고객사례 - Gungho, Grani, Nintendo를 중심으로
AWS Summit Seoul 2015 -  일본 AWS 게임 고객사례 - Gungho, Grani, Nintendo를 중심으로AWS Summit Seoul 2015 -  일본 AWS 게임 고객사례 - Gungho, Grani, Nintendo를 중심으로
AWS Summit Seoul 2015 - 일본 AWS 게임 고객사례 - Gungho, Grani, Nintendo를 중심으로
 
(CMP405) Containerizing Video: The Next Gen Video Transcoding Pipeline
(CMP405) Containerizing Video: The Next Gen Video Transcoding Pipeline(CMP405) Containerizing Video: The Next Gen Video Transcoding Pipeline
(CMP405) Containerizing Video: The Next Gen Video Transcoding Pipeline
 
AWS Summit Seoul 2015 - AWS 클라우드를 활용한 빅데이터 및 실시간 스트리밍 분석
AWS Summit Seoul 2015 -  AWS 클라우드를 활용한 빅데이터 및 실시간 스트리밍 분석AWS Summit Seoul 2015 -  AWS 클라우드를 활용한 빅데이터 및 실시간 스트리밍 분석
AWS Summit Seoul 2015 - AWS 클라우드를 활용한 빅데이터 및 실시간 스트리밍 분석
 
AWS Webcast - Build Agile Applications in AWS Cloud
AWS Webcast - Build Agile Applications in AWS CloudAWS Webcast - Build Agile Applications in AWS Cloud
AWS Webcast - Build Agile Applications in AWS Cloud
 
Comenzando com la nube hibrida
Comenzando com la nube hibrida Comenzando com la nube hibrida
Comenzando com la nube hibrida
 
2017 AWS DB Day | Amazon DynamoDB 서비스, 개요 및 신규 기능 소개
2017 AWS DB Day | Amazon DynamoDB 서비스, 개요 및 신규 기능 소개2017 AWS DB Day | Amazon DynamoDB 서비스, 개요 및 신규 기능 소개
2017 AWS DB Day | Amazon DynamoDB 서비스, 개요 및 신규 기능 소개
 
4K Media Workflows on AWS
4K Media Workflows on AWS4K Media Workflows on AWS
4K Media Workflows on AWS
 
Announcing Amazon Lightsail - January 2017 AWS Online Tech Talks
Announcing Amazon Lightsail - January 2017 AWS Online Tech TalksAnnouncing Amazon Lightsail - January 2017 AWS Online Tech Talks
Announcing Amazon Lightsail - January 2017 AWS Online Tech Talks
 
Best practices to use aws in countryside.
Best practices to use aws in countryside.Best practices to use aws in countryside.
Best practices to use aws in countryside.
 
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
 
Amazon EC2 & VPC HOL
Amazon EC2 & VPC HOLAmazon EC2 & VPC HOL
Amazon EC2 & VPC HOL
 
Trustpilot
TrustpilotTrustpilot
Trustpilot
 
Accelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the CloudAccelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
 
Media Service on a Cloud :: 콘텐츠연합플랫폼 :: AWS Media Day 2016
Media Service on a Cloud :: 콘텐츠연합플랫폼 :: AWS Media Day 2016Media Service on a Cloud :: 콘텐츠연합플랫폼 :: AWS Media Day 2016
Media Service on a Cloud :: 콘텐츠연합플랫폼 :: AWS Media Day 2016
 
AWS re:Invent 2016: Deep Learning, 3D Content Rendering, and Massively Parall...
AWS re:Invent 2016: Deep Learning, 3D Content Rendering, and Massively Parall...AWS re:Invent 2016: Deep Learning, 3D Content Rendering, and Massively Parall...
AWS re:Invent 2016: Deep Learning, 3D Content Rendering, and Massively Parall...
 
Whole Site Delivery with Amazon CloudFront
Whole Site Delivery with Amazon CloudFrontWhole Site Delivery with Amazon CloudFront
Whole Site Delivery with Amazon CloudFront
 
DAT103 Introducing Amazon RedShift - AWS re: Invent 2012
DAT103 Introducing Amazon RedShift - AWS re: Invent 2012DAT103 Introducing Amazon RedShift - AWS re: Invent 2012
DAT103 Introducing Amazon RedShift - AWS re: Invent 2012
 
(STG402) Amazon EBS Deep Dive
(STG402) Amazon EBS Deep Dive(STG402) Amazon EBS Deep Dive
(STG402) Amazon EBS Deep Dive
 

Viewers also liked

T아카데미 aws 수강 리뷰
T아카데미 aws 수강 리뷰T아카데미 aws 수강 리뷰
T아카데미 aws 수강 리뷰Lee-Jong-Chan
 
Amazon Web Services lection 5
Amazon Web Services lection 5  Amazon Web Services lection 5
Amazon Web Services lection 5 Binary Studio
 
Amazon Web Services lection 6
Amazon Web Services lection 6  Amazon Web Services lection 6
Amazon Web Services lection 6 Binary Studio
 
[Gaming on AWS] 아마존웹서비스 소개
[Gaming on AWS] 아마존웹서비스 소개[Gaming on AWS] 아마존웹서비스 소개
[Gaming on AWS] 아마존웹서비스 소개Amazon Web Services Korea
 
Amazon Web Services lection 2
Amazon Web Services lection 2Amazon Web Services lection 2
Amazon Web Services lection 2Binary Studio
 
Introduction to amazon web service (clean)
Introduction to amazon web service (clean)Introduction to amazon web service (clean)
Introduction to amazon web service (clean)Yoshi Shih-Chieh Huang
 
Aws startup-tech-summer2015
Aws startup-tech-summer2015Aws startup-tech-summer2015
Aws startup-tech-summer2015Shota Umeda
 
[ASomeCloud] AWS 서비스소개
[ASomeCloud] AWS 서비스소개[ASomeCloud] AWS 서비스소개
[ASomeCloud] AWS 서비스소개ASome Cloud
 
AWS Enterprise Summit - AWS로 IT 운영 및 관리 재편하기 - 양승도
AWS Enterprise Summit -  AWS로 IT 운영 및 관리 재편하기 - 양승도AWS Enterprise Summit -  AWS로 IT 운영 및 관리 재편하기 - 양승도
AWS Enterprise Summit - AWS로 IT 운영 및 관리 재편하기 - 양승도Amazon Web Services Korea
 
BrainSINS and AWS meetup Keynote
BrainSINS and AWS meetup KeynoteBrainSINS and AWS meetup Keynote
BrainSINS and AWS meetup KeynoteAndrés Collado
 
AWS에 대해 가장 궁금했던 열가지 - 정우근 매니저:: AWS Cloud Track 1 Intro
AWS에 대해 가장 궁금했던 열가지 - 정우근 매니저:: AWS Cloud Track 1 IntroAWS에 대해 가장 궁금했던 열가지 - 정우근 매니저:: AWS Cloud Track 1 Intro
AWS에 대해 가장 궁금했던 열가지 - 정우근 매니저:: AWS Cloud Track 1 IntroAmazon Web Services Korea
 
Amazon EC2 서비스 살펴보기 (박철수) - AWS 웨비나 시리즈
Amazon EC2 서비스 살펴보기 (박철수) - AWS 웨비나 시리즈Amazon EC2 서비스 살펴보기 (박철수) - AWS 웨비나 시리즈
Amazon EC2 서비스 살펴보기 (박철수) - AWS 웨비나 시리즈Amazon Web Services Korea
 
[D2 오픈세미나]3.web view hybridapp
[D2 오픈세미나]3.web view hybridapp[D2 오픈세미나]3.web view hybridapp
[D2 오픈세미나]3.web view hybridappNAVER D2
 
[D2 오픈세미나]4.네이티브앱저장통신
[D2 오픈세미나]4.네이티브앱저장통신[D2 오픈세미나]4.네이티브앱저장통신
[D2 오픈세미나]4.네이티브앱저장통신NAVER D2
 
AWS에 대해 가장 궁금했던 열 가지 (정우근) - AWS 웨비나 시리즈
AWS에 대해 가장 궁금했던 열 가지 (정우근) - AWS 웨비나 시리즈AWS에 대해 가장 궁금했던 열 가지 (정우근) - AWS 웨비나 시리즈
AWS에 대해 가장 궁금했던 열 가지 (정우근) - AWS 웨비나 시리즈Amazon Web Services Korea
 
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈Amazon Web Services Korea
 
AWS 클라우드 이해하기-사례 중심 (정민정) - AWS 웨비나 시리즈
AWS 클라우드 이해하기-사례 중심 (정민정) - AWS 웨비나 시리즈AWS 클라우드 이해하기-사례 중심 (정민정) - AWS 웨비나 시리즈
AWS 클라우드 이해하기-사례 중심 (정민정) - AWS 웨비나 시리즈Amazon Web Services Korea
 
Papago/N2MT 개발이야기
Papago/N2MT 개발이야기Papago/N2MT 개발이야기
Papago/N2MT 개발이야기NAVER D2
 

Viewers also liked (20)

T아카데미 aws 수강 리뷰
T아카데미 aws 수강 리뷰T아카데미 aws 수강 리뷰
T아카데미 aws 수강 리뷰
 
Amazon Web Services lection 5
Amazon Web Services lection 5  Amazon Web Services lection 5
Amazon Web Services lection 5
 
Amazon Web Services lection 6
Amazon Web Services lection 6  Amazon Web Services lection 6
Amazon Web Services lection 6
 
[Gaming on AWS] 아마존웹서비스 소개
[Gaming on AWS] 아마존웹서비스 소개[Gaming on AWS] 아마존웹서비스 소개
[Gaming on AWS] 아마존웹서비스 소개
 
Amazon Web Services lection 2
Amazon Web Services lection 2Amazon Web Services lection 2
Amazon Web Services lection 2
 
Introduction to amazon web service (clean)
Introduction to amazon web service (clean)Introduction to amazon web service (clean)
Introduction to amazon web service (clean)
 
Aws startup-tech-summer2015
Aws startup-tech-summer2015Aws startup-tech-summer2015
Aws startup-tech-summer2015
 
[ASomeCloud] AWS 서비스소개
[ASomeCloud] AWS 서비스소개[ASomeCloud] AWS 서비스소개
[ASomeCloud] AWS 서비스소개
 
AWS Enterprise Summit - AWS로 IT 운영 및 관리 재편하기 - 양승도
AWS Enterprise Summit -  AWS로 IT 운영 및 관리 재편하기 - 양승도AWS Enterprise Summit -  AWS로 IT 운영 및 관리 재편하기 - 양승도
AWS Enterprise Summit - AWS로 IT 운영 및 관리 재편하기 - 양승도
 
BrainSINS and AWS meetup Keynote
BrainSINS and AWS meetup KeynoteBrainSINS and AWS meetup Keynote
BrainSINS and AWS meetup Keynote
 
AWS에 대해 가장 궁금했던 열가지 - 정우근 매니저:: AWS Cloud Track 1 Intro
AWS에 대해 가장 궁금했던 열가지 - 정우근 매니저:: AWS Cloud Track 1 IntroAWS에 대해 가장 궁금했던 열가지 - 정우근 매니저:: AWS Cloud Track 1 Intro
AWS에 대해 가장 궁금했던 열가지 - 정우근 매니저:: AWS Cloud Track 1 Intro
 
Amazon EC2 서비스 살펴보기 (박철수) - AWS 웨비나 시리즈
Amazon EC2 서비스 살펴보기 (박철수) - AWS 웨비나 시리즈Amazon EC2 서비스 살펴보기 (박철수) - AWS 웨비나 시리즈
Amazon EC2 서비스 살펴보기 (박철수) - AWS 웨비나 시리즈
 
[D2 오픈세미나]3.web view hybridapp
[D2 오픈세미나]3.web view hybridapp[D2 오픈세미나]3.web view hybridapp
[D2 오픈세미나]3.web view hybridapp
 
[D2 오픈세미나]4.네이티브앱저장통신
[D2 오픈세미나]4.네이티브앱저장통신[D2 오픈세미나]4.네이티브앱저장통신
[D2 오픈세미나]4.네이티브앱저장통신
 
아마존웹서비스 소개
아마존웹서비스 소개아마존웹서비스 소개
아마존웹서비스 소개
 
AWS에 대해 가장 궁금했던 열 가지 (정우근) - AWS 웨비나 시리즈
AWS에 대해 가장 궁금했던 열 가지 (정우근) - AWS 웨비나 시리즈AWS에 대해 가장 궁금했던 열 가지 (정우근) - AWS 웨비나 시리즈
AWS에 대해 가장 궁금했던 열 가지 (정우근) - AWS 웨비나 시리즈
 
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
AWS 시작하기 및 Amazon S3 살펴보기 (윤석찬) - AWS 웨비나 시리즈
 
AWS 클라우드 이해하기-사례 중심 (정민정) - AWS 웨비나 시리즈
AWS 클라우드 이해하기-사례 중심 (정민정) - AWS 웨비나 시리즈AWS 클라우드 이해하기-사례 중심 (정민정) - AWS 웨비나 시리즈
AWS 클라우드 이해하기-사례 중심 (정민정) - AWS 웨비나 시리즈
 
Overview of Amazon Web Services
Overview of Amazon Web ServicesOverview of Amazon Web Services
Overview of Amazon Web Services
 
Papago/N2MT 개발이야기
Papago/N2MT 개발이야기Papago/N2MT 개발이야기
Papago/N2MT 개발이야기
 

Similar to AWS Summit Seoul 2015 - EBS 성능 향상 및 EC2 비용 최적화 기법

Deep Dive: Maximizing EC2 and EBS Performance
Deep Dive: Maximizing EC2 and EBS PerformanceDeep Dive: Maximizing EC2 and EBS Performance
Deep Dive: Maximizing EC2 and EBS PerformanceAmazon Web Services
 
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store PerformanceDeep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store PerformanceAmazon Web Services
 
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store PerformanceDeep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store PerformanceAmazon Web Services
 
Deep Dive - Maximising EC2 & EBS Performance
Deep Dive - Maximising EC2 & EBS PerformanceDeep Dive - Maximising EC2 & EBS Performance
Deep Dive - Maximising EC2 & EBS PerformanceAmazon Web Services
 
AWS re:Invent 2016: Deep Dive on Amazon Elastic Block Store (STG301)
AWS re:Invent 2016: Deep Dive on Amazon Elastic Block Store (STG301)AWS re:Invent 2016: Deep Dive on Amazon Elastic Block Store (STG301)
AWS re:Invent 2016: Deep Dive on Amazon Elastic Block Store (STG301)Amazon Web Services
 
Maximizing EC2 and Elastic Block Store Disk Performance
Maximizing EC2 and Elastic Block Store Disk PerformanceMaximizing EC2 and Elastic Block Store Disk Performance
Maximizing EC2 and Elastic Block Store Disk PerformanceAmazon Web Services
 
Maximizing Amazon EC2 and Amazon EBS performance
Maximizing Amazon EC2 and Amazon EBS performanceMaximizing Amazon EC2 and Amazon EBS performance
Maximizing Amazon EC2 and Amazon EBS performanceAmazon Web Services
 
(SDD416) Amazon EBS Deep Dive | AWS re:Invent 2014
(SDD416) Amazon EBS Deep Dive | AWS re:Invent 2014(SDD416) Amazon EBS Deep Dive | AWS re:Invent 2014
(SDD416) Amazon EBS Deep Dive | AWS re:Invent 2014Amazon Web Services
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)Amazon Web Services
 
Optimize MySQL Workloads with Amazon Elastic Block Store - February 2017 AWS ...
Optimize MySQL Workloads with Amazon Elastic Block Store - February 2017 AWS ...Optimize MySQL Workloads with Amazon Elastic Block Store - February 2017 AWS ...
Optimize MySQL Workloads with Amazon Elastic Block Store - February 2017 AWS ...Amazon Web Services
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)Amazon Web Services
 
Deep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreDeep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreAmazon Web Services
 
Deep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreDeep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreAmazon Web Services
 
Deep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreDeep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreAmazon Web Services
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)Amazon Web Services
 
Maximizing EC2 and Elastic Block Store Disk Performance (STG302) | AWS re:Inv...
Maximizing EC2 and Elastic Block Store Disk Performance (STG302) | AWS re:Inv...Maximizing EC2 and Elastic Block Store Disk Performance (STG302) | AWS re:Inv...
Maximizing EC2 and Elastic Block Store Disk Performance (STG302) | AWS re:Inv...Amazon Web Services
 
(STG403) Amazon EBS: Designing for Performance
(STG403) Amazon EBS: Designing for Performance(STG403) Amazon EBS: Designing for Performance
(STG403) Amazon EBS: Designing for PerformanceAmazon Web Services
 
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...Amazon Web Services
 
Maximizing EC2 and Elastic Block Store Disk Performance
Maximizing EC2 and Elastic Block Store Disk PerformanceMaximizing EC2 and Elastic Block Store Disk Performance
Maximizing EC2 and Elastic Block Store Disk PerformanceAmazon Web Services
 
AWS - an introduction to bursting (GP2 - T2)
AWS - an introduction to bursting (GP2 - T2)AWS - an introduction to bursting (GP2 - T2)
AWS - an introduction to bursting (GP2 - T2)Rasmus Ekman
 

Similar to AWS Summit Seoul 2015 - EBS 성능 향상 및 EC2 비용 최적화 기법 (20)

Deep Dive: Maximizing EC2 and EBS Performance
Deep Dive: Maximizing EC2 and EBS PerformanceDeep Dive: Maximizing EC2 and EBS Performance
Deep Dive: Maximizing EC2 and EBS Performance
 
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store PerformanceDeep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
 
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store PerformanceDeep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
Deep Dive: Maximizing Amazon EC2 and Amazon Elastic Block Store Performance
 
Deep Dive - Maximising EC2 & EBS Performance
Deep Dive - Maximising EC2 & EBS PerformanceDeep Dive - Maximising EC2 & EBS Performance
Deep Dive - Maximising EC2 & EBS Performance
 
AWS re:Invent 2016: Deep Dive on Amazon Elastic Block Store (STG301)
AWS re:Invent 2016: Deep Dive on Amazon Elastic Block Store (STG301)AWS re:Invent 2016: Deep Dive on Amazon Elastic Block Store (STG301)
AWS re:Invent 2016: Deep Dive on Amazon Elastic Block Store (STG301)
 
Maximizing EC2 and Elastic Block Store Disk Performance
Maximizing EC2 and Elastic Block Store Disk PerformanceMaximizing EC2 and Elastic Block Store Disk Performance
Maximizing EC2 and Elastic Block Store Disk Performance
 
Maximizing Amazon EC2 and Amazon EBS performance
Maximizing Amazon EC2 and Amazon EBS performanceMaximizing Amazon EC2 and Amazon EBS performance
Maximizing Amazon EC2 and Amazon EBS performance
 
(SDD416) Amazon EBS Deep Dive | AWS re:Invent 2014
(SDD416) Amazon EBS Deep Dive | AWS re:Invent 2014(SDD416) Amazon EBS Deep Dive | AWS re:Invent 2014
(SDD416) Amazon EBS Deep Dive | AWS re:Invent 2014
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
 
Optimize MySQL Workloads with Amazon Elastic Block Store - February 2017 AWS ...
Optimize MySQL Workloads with Amazon Elastic Block Store - February 2017 AWS ...Optimize MySQL Workloads with Amazon Elastic Block Store - February 2017 AWS ...
Optimize MySQL Workloads with Amazon Elastic Block Store - February 2017 AWS ...
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
 
Deep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreDeep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block Store
 
Deep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreDeep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block Store
 
Deep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block StoreDeep Dive on Amazon Elastic Block Store
Deep Dive on Amazon Elastic Block Store
 
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
SRV413 Deep Dive on Elastic Block Storage (Amazon EBS)
 
Maximizing EC2 and Elastic Block Store Disk Performance (STG302) | AWS re:Inv...
Maximizing EC2 and Elastic Block Store Disk Performance (STG302) | AWS re:Inv...Maximizing EC2 and Elastic Block Store Disk Performance (STG302) | AWS re:Inv...
Maximizing EC2 and Elastic Block Store Disk Performance (STG302) | AWS re:Inv...
 
(STG403) Amazon EBS: Designing for Performance
(STG403) Amazon EBS: Designing for Performance(STG403) Amazon EBS: Designing for Performance
(STG403) Amazon EBS: Designing for Performance
 
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
Overview and Best Practices for Amazon Elastic Block Store - September 2016 W...
 
Maximizing EC2 and Elastic Block Store Disk Performance
Maximizing EC2 and Elastic Block Store Disk PerformanceMaximizing EC2 and Elastic Block Store Disk Performance
Maximizing EC2 and Elastic Block Store Disk Performance
 
AWS - an introduction to bursting (GP2 - T2)
AWS - an introduction to bursting (GP2 - T2)AWS - an introduction to bursting (GP2 - T2)
AWS - an introduction to bursting (GP2 - T2)
 

More from Amazon Web Services Korea

AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2Amazon Web Services Korea
 
AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1Amazon Web Services Korea
 
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...Amazon Web Services Korea
 
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon Web Services Korea
 
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Web Services Korea
 
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Amazon Web Services Korea
 
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...Amazon Web Services Korea
 
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Amazon Web Services Korea
 
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon Web Services Korea
 
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...Amazon Web Services Korea
 
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Amazon Web Services Korea
 
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...Amazon Web Services Korea
 
From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...Amazon Web Services Korea
 
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...Amazon Web Services Korea
 
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...Amazon Web Services Korea
 
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...Amazon Web Services Korea
 
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...Amazon Web Services Korea
 
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...Amazon Web Services Korea
 
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...Amazon Web Services Korea
 
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...Amazon Web Services Korea
 

More from Amazon Web Services Korea (20)

AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2AWS Modern Infra with Storage Roadshow 2023 - Day 2
AWS Modern Infra with Storage Roadshow 2023 - Day 2
 
AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1AWS Modern Infra with Storage Roadshow 2023 - Day 1
AWS Modern Infra with Storage Roadshow 2023 - Day 1
 
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
사례로 알아보는 Database Migration Service : 데이터베이스 및 데이터 이관, 통합, 분리, 분석의 도구 - 발표자: ...
 
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
Amazon DocumentDB - Architecture 및 Best Practice (Level 200) - 발표자: 장동훈, Sr. ...
 
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
Amazon Elasticache - Fully managed, Redis & Memcached Compatible Service (Lev...
 
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
Internal Architecture of Amazon Aurora (Level 400) - 발표자: 정달영, APAC RDS Speci...
 
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
[Keynote] 슬기로운 AWS 데이터베이스 선택하기 - 발표자: 강민석, Korea Database SA Manager, WWSO, A...
 
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
Demystify Streaming on AWS - 발표자: 이종혁, Sr Analytics Specialist, WWSO, AWS :::...
 
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
Amazon EMR - Enhancements on Cost/Performance, Serverless - 발표자: 김기영, Sr Anal...
 
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
Amazon OpenSearch - Use Cases, Security/Observability, Serverless and Enhance...
 
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
Enabling Agility with Data Governance - 발표자: 김성연, Analytics Specialist, WWSO,...
 
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
Amazon Redshift Deep Dive - Serverless, Streaming, ML, Auto Copy (New feature...
 
From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...From Insights to Action, How to build and maintain a Data Driven Organization...
From Insights to Action, How to build and maintain a Data Driven Organization...
 
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
[Keynote] Accelerating Business Outcomes with AWS Data - 발표자: Saeed Gharadagh...
 
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
Amazon DynamoDB - Use Cases and Cost Optimization - 발표자: 이혁, DynamoDB Special...
 
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
LG전자 - Amazon Aurora 및 RDS 블루/그린 배포를 이용한 데이터베이스 업그레이드 안정성 확보 - 발표자: 이은경 책임, L...
 
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
KB국민카드 - 클라우드 기반 분석 플랫폼 혁신 여정 - 발표자: 박창용 과장, 데이터전략본부, AI혁신부, KB카드│강병억, Soluti...
 
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
SK Telecom - 망관리 프로젝트 TANGO의 오픈소스 데이터베이스 전환 여정 - 발표자 : 박승전, Project Manager, ...
 
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
코리안리 - 데이터 분석 플랫폼 구축 여정, 그 시작과 과제 - 발표자: 김석기 그룹장, 데이터비즈니스센터, 메가존클라우드 ::: AWS ...
 
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
LG 이노텍 - Amazon Redshift Serverless를 활용한 데이터 분석 플랫폼 혁신 과정 - 발표자: 유재상 선임, LG이노...
 

Recently uploaded

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Recently uploaded (20)

Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

AWS Summit Seoul 2015 - EBS 성능 향상 및 EC2 비용 최적화 기법

  • 1. SEOUL ©2015, Amazon Web Services, Inc. or its affiliates. All rights reserved
  • 2. ©2015,  Amazon  Web  Services,  Inc.  or  its  affiliates.  All  rights  reserved Amazon  Elastic  Block  Store  Deep  Dive &  AWS  Cost  Optimization 양승도 솔루션즈 아키텍트, 아마존 웹서비스 코리아
  • 3. ©2015,  Amazon  Web  Services,  Inc.  or  its  affiliates.  All  rights  reserved Amazon  EBS (Elastic  Block  Store)
  • 6. What  is  EBS? • Network  block  storage   • Designed  for  five  nines  of  availability • Attaches  to  Amazon  EC2  within  the  same   Availability  Zone • Provides  point-­in-­time  snapshots  to   Amazon  S3  
  • 7. More  about  EBS • It’s  a  service! • It’s  independent  of  EC2 • It  has  regional  and  AZ  availability  goals – All  EBS  volumes  are  designed  for  99.999%  availability • Over  1  million  volumes  are  created  per  day   (average) • Over  3.3  trillion  I/Os per  day
  • 8.
  • 10. EBS General  Purpose  (SSD) Up  to  16  TB 10,000  IOPS Up  to  160  MB/s Provisioned  IOPS  (SSD) Up  to  16  TB 20,000  IOPS Up  to  320  MB/s
  • 11. A  few  definitions… • IOPS:  Input/output  operations  per  second  (#) • Throughput:  Read/write  rate  to  storage  (MiB/s) • Latency:  Delay  between  request  and  completion  (ms) • Capacity:  Volume  of  data  that  can  be  stored  (GiB) • Block  size:  Size  of  each  I/O  (KiB)
  • 12. EBS  volume  types • General  Purpose  (SSD) • Provisioned  IOPS  (SSD) • Magnetic   When  performance  matters,  use  SSD-­backed  volumes
  • 13. EBS  SSD  volumes • Applies  to  both  General  Purpose  and   Provisioned  IOPS • IOPS  measured  up  to  256  KiB • Single-­digit  ms latency • Designed  for  99.999%  availability
  • 14. EBS  General  Purpose  volumes  (SSD) New  default  volume  type  for  EBS Every  volume  can  burst  up  to  3,000  IOPS • Larger  volumes  can  burst  for  longer  periods 3  IOPS  per  GB  baseline  performance,   maximum  of  10,000  IOPS 99%  performance  consistency Up  to  160  MB/s  throughput
  • 15. (2)  Max  I/O  credit  per  bucket  is  5.4M (1)  Always  accumulating  3   IOPS  per  GB  per  second   (3)  You  can  spend  up  to   3,000  IOPS  per  second   Understanding  General  Purpose  (SSD)  bursting Baseline  performance  =  3  IOPS  per  GB
  • 16. General  Purpose  (SSD)  volumes  example Microsoft  Windows  30  GB  boot  volume:   • Gets  initial  I/O  credit  of  5.4M   • Could  burst  for  up  to  30  mins @  3,000  IOPS • Always  accumulating  90  I/O  credits  per   second
  • 17. m3.medium  US-­EAST1 Volume type Boot time Access time OS GP2 3:31 4:33 Windows Server   2012 Magnetic 4:30 7:16 Windows Server   2012 GP2 0:36 0:45 CentOS6 Magnetic 0:57 1:16 CentOS6 40%  Reduction  in  boot  times  by  using  General  Purpose  SSD Instance  Boot  Time
  • 18. Always  use  General  Purpose  (SSD)  for  boot  volumes
  • 19. 1  TB  PIOPS  volume  with  4,000  IOPS  =  $526.40  per  month  per  volume GP2  1  TB  volume  with  3,000  IOPS  =  $102.40 GP2  2  x  500  GB  volume  at  3,000,  Burst  to  6,000  = $102.40 80%  cost  savings,  50%  more  peak  I/O  with   General  Purpose  SSD Database  volume
  • 20. EBS  PIOPS  (SSD)  volumes • Best  for  I/O  intensive  databases  that  require  highest   consistency • Throughput  up  to  320  MB/s • Provision  up  to  20,000  IOPS  per  volume   (supports  IOPS:GB  ratio  of  30) • Designed  for  99.9%  performance  consistency
  • 21. EBS  Magnetic  volumes • Best  for  cold  workloads  (rarely  accessed  data  that  needs always-­on  access) • IOPS:  ~100  IOPS  steady-­state,  with  best-­effort  bursts • Throughput:  variable  by  workload,  best  effort  to  10s  of  MB/s • Latency:  Varies,  reads  typically  ~20-­40  ms,  writes  typically   ~2-­10  ms
  • 22. Price Performance EBS Magnetic General  Purpose Provisioned  IOPS Use  cases Infrequent data  access Boot  volumes Small  to  med  DBs Dev  and  Test I/O  intensive Relational  DBs NoSQL  DBs Storage  media Magnetic  disk-­backed SSD-­backed SSD-­backed Max IOPS 40–200  IOPS 10,000  IOPS 20,000  IOPS Latency  (random   read) 20 ~  40  ms 1 ~  2  ms 1 ~  2  ms Availability Designed  for  99.999% Designed  for  99.999% Designed  for  99.999% Price $.05/GB-­month $.05/million  I/O $.10/GB-­month $.125/GB-­month $.065/provisioned  IOPS
  • 24. Performance  optimization  is  measured  by: IOPS:  Read/write  I/O  rate  (IOPS) Latency:  Time  between  I/O  submission   and  completion  (ms) Throughput:  Read/write  transfer  rate   (MB/s);;  throughput  =  IOPS  X  I/O  size
  • 25. Four  key  components  of  performance  optimization   1.  EC2  instance 2.  I/O 4. EBS 3.  Network  link
  • 26. Tools  available  for  performance  tuning: 1. EC2  instance:  Network  bandwidth  (Mbps) 2. EBS-­optimized  instance:  EC2  instance  option  (On/Off) 3. Workload:  Block  size,  read/write  ratio,  serialization 4. Queue  depth:  The  number  of  outstanding  I/Os 5. RAID:  Stripe  volumes  to  maximize  performance 6. Pre-­warming:  Eliminate  first-­touch  penalty
  • 27. Compute-­optimized  – C3/C4   Memory-­optimized  – R3 General-­Purpose  – M3 EBS EC2 Select  the  EC2  instance  that  has  the  right  Network,   RAM,  and  CPU  resources  for  your  applications 1.  EC2  instance
  • 28. Most  instance  families  supports  the  EBS-­optimized  flag EBS-­optimized  instances  now  support  up  to  4  Gbps • c4.8xlarge,  d2.8xlarge • Drive  32,000  16K  IOPS  or  500  MB/s   Other  *.8xlarge  instances  support  10  Gbps network • Max  IOPS  per  node  supported  is  ~48,000  IOPS  @  16K 2.  EBS-­optimized  instance
  • 29. Use  EBS-­optimized  instances  for   consistent  EBS  performance
  • 30. I/O  size:   • 4  KB  to  64  MB I/O  pattern: • Sequential  and  random   I/O  type: • Read  and  write     I/O  concurrency:   • Number  of  concurrent  I/O EBS  SSD-­backed  volumes  measure  I/O  size  up  to  256  KiB EBS  SSD-­backed  volumes  deliver  same  performance  for  read  and  write 3.  Workload
  • 31. EBS  IOPS  and  throughput  limits 20,000  IOPS   PIOPS  volume   20,000 IOPS 320  MB/s   throughput You  can  achieve  20,000  IOPS  when   driving  smaller  I/O  operations You  can  achieve  up  to  320  MB/s   when  driving  larger  I/O  operations
  • 32. EBS  IOPS  and  throughput  limits 8,000  IOPS   PIOPS  volume   8,000  IOPS 320  MB/s   throughput 8,000  x  64  KB=512  MB/s 5,000  x  64  KB  =  320  MB/s 1,250  x  256  KB  =  320  MB/s 8,000  X  8  KB  =  64  MB/s 8,000  X  16  KB  =  128  MB/s 16,000  x  8  KB  =  128  MB/s 8,000  x  32  KB  =  256  MB/s
  • 33. Block  (I/O)  size  determines  whether  your   application  is  IOPS  bound  or  throughput  bound    
  • 34. 4.  Queue  depth An  I/O  operation EBS After  it’s  gone,  it’s  gone EC2 Queue  depth  is  the  pending  I/O  for  a  volume
  • 35. Important  Amazon   CloudWatch metrics:   • IOPS  and  bandwidth • Latency   • Queue  depth Monitoring  EBS  volumes
  • 36. 0.075 35.1 2.09 1,865   4,152   3,851   -­ 500   1,000   1,500   2,000   2,500   3,000   3,500   4,000   4,500   0 5 10 15 20 25 30 35 1 4 8 12 16 20 24 28 32 Latency    TP90  (ms) Queue  depth 16  KB  random  read  IOPS,  latency  across  various  queue  depths Latency  (TP90) Avg  Read  IOPS IOPS Queue  depth  between  4  and  8  has  the  optimal  IOPS  and  latency  performance Queue  depth  vs.  Random  read  latency
  • 37. Queue  depth  vs.  Random  write  latency 0.08 7.71 845 4,152 0 500 1,000 1,500 2,000 2,500 3,000 3,500 4,000 4,500 0 1 2 3 4 5 6 7 8 9 10 1 4 8 12 16 20 24 28 32 Latency    TP90  (ms) Queue  depth 16  KB  random  write  IOPS,  latency  across  various  queue  depths Latency  (TP90) AvgIOPS IOPS Write  latency  queue  depth  and  IOPS  interaction  is  similar  to  that  of  read  latency
  • 38. Optimal  queue  depth  to  achieve  lower  latency  and  highest  IOPS   is  typically  between  4-­8;;  ~1  queue  depth  per  500  IOPS EBS-­optimized  instances  provide  consistent  latency  experience Use  SSD  volumes  with  latest-­generation  EC2  instances
  • 39. 5.  RAID Increases  performance,  or  capacity,  or  both Over  320  MB/s  or  20,000  IOPS,  striping  needed Don’t  mix  volume  types Typically  RAID  0  or  LVM  stripe Avoid  RAID  for  redundancyEBS EC2
  • 40. • Eliminates  first-­access  penalty • Typically  5%,  extreme  worst  case  of  50%  performance  reduction  in  IOPS  and  latency   when  volumes  are  used  without  pre-­warming:   – Performance  is  as  provisioned  when  all  the  chunks  are  accessed   • Recommendations  before  benchmarking: – For  new  volumes:   • Linux:  DD  write • Windows:  NTFS  full  format – Takes  roughly  an  hour  to  pre-­warm  1  TB  PIOPS/General  Purpose  (SSD)  volumes • Always  check  latest  documentation   http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-­prewarm.html 6.  Pre-­warming
  • 41. Use  large  block  size  to  speed  up  your  pre-­warming Example:  sudo dd if=/dev/zero   of=/dev/xvdf conv=notrunc bs=1M
  • 42. Workload/   software Typical  block   size Random/ Seq? Max  EBS  @  500   MB/s  instances Max  EBS  @   1  GB/s  instances Max EBS  @  10  GB/s   instances Oracle  DB Configurable:2  KB –16  KB Default  8  KB random ~7,800  IOPS ~15,600  IOPS ~96,000  IOPS Microsoft  SQL   Server 8  KB  w/  64  KB   extents random ~7,800  IOPS ~15,600  IOPS ~80,000  IOPS MySQL   16  KB random ~4,000  IOPS ~7,800  IOPS ~48,000  IOPS PostgreSQL 8  KB random ~7,800  IOPS ~15,600  IOPS ~96,000  IOPS MongoDB 4  KB serialized ~15,600  IOPS ~31,000  IOPS ~96,000  IOPS Apache   Cassandra 4  KB random ~15,600  IOPS ~31,000  IOPS ~96,000  IOPS GlusterFS 128  KB sequential ~500  IOPS ~1,000  IOPS ~6,000  IOPS Cheat  sheet  sample:  Storage  workloads  on  AWS
  • 43. EBS-­optimized  instance Four  key  components:  balanced    (Oh,  YEAH!!) EC2 A  “boatload”  of  I/O Right-­sized  EBS
  • 44. ©2015,  Amazon  Web  Services,  Inc.  or  its  affiliates.  All  rights  reserved AWS  Cost  Optimization
  • 45. How  to  make  a  lower  AWS  bill?
  • 46. Strategy  1:  Do  nothing
  • 47. AWS  pricing  philosophy Ecosystem Global Footprint New Features New Services More AWS Usage More Infrastructure Lower Infrastructure Costs Reduced Prices More CustomersInfrastructure Innovation 48  price   reductions   since  2006Economies of Scale
  • 48. Strategy  2:  Do  almost  nothing
  • 49. AWS  Trusted  Advisor aws.amazon.com/premiumsupport/trustedadvisor/ Free  with  Business  or  Enterprise  Support
  • 51. Strategy  3:  Optimize  Architecture (Architecting  for  low  cost)
  • 52. 1:  Turn  off  unused  instances
  • 53. 2:  Use  Auto  Scaling
  • 54. Poll:  Who  uses  Auto  Scaling?
  • 55. 3:  Use  Reserved  Instances
  • 56. 4:  Use  Spot  Instances
  • 57. Poll:  Who  uses  Spot  Instances?
  • 58. Spot  Instance  example On-­Demand: $0.24 $0.028    (11.7%) $0.026    (10.8%) $3.28 (1367%)
  • 59. • Reduced  redundancy  storage  class – 99.99%  durability  vs.  99.999999999% – Up  to  20% savings – Everything  that  is  easy  to  reproduce – Use  Amazon  SNS  lost  object  notifications • Amazon  Glacier  storage  class – Same  99.999999999%  durability – 3  to  5  hours  restore  time – Up  to  64% savings – Archiving,  long-­term  backups, and old  data • Use  life-­cycle  rules 5:  Use  Amazon  S3  storage  classes
  • 60. • Read/write  capacity  units (CUs)  determine most  of  DynamoDB  cost • By  optimizing  CUs,  you  can  save  a  lot  of  money • But: – Need  to  provision  enough  capacity  to  not  run  into  capacity  errors – Need  to  prepare  for  peaks – Need  to  constantly  monitor/adjust 6.  Optimize  Amazon  DynamoDB capacity  units
  • 62. DynamoDB  optimization  example Caching/Optimization: 80%  saved Cache flush Dynamic DynamoDB: 20%  saved Growth  + new  features
  • 64. 7.  Offload  your  architecture • The  more you  can  offload,  the  less infrastructure  you  need  to  maintain,  scale, and  pay for • Three  easy  ways  to  offload: – Use  Amazon  CloudFront – Introduce  caching – Leverage  existing  Amazon  web  services
  • 65. Offload  popular  traffic  to  Amazon  S3,  CloudFront
  • 66. Leverage  existing  services • Amazon  RDS,  Amazon  DynamoDB  or  Amazon   ElastiCache  for  Redis,  Amazon  Redshift – Instead  of  running  your  own  database • Amazon  CloudSearch – Instead  of  running  your  own  search  engine • Amazon  Elastic  Transcoder • Amazon  Elastic  MapReduce • Amazon  Cognito,  Amazon  SQS,  Amazon  SNS, Amazon  Simple  Workflow  Service,  Amazon  SES, Amazon  Kinesis,  and  more  … Simple,  more  reliable,  lower  cost
  • 71. Let’s  recap 1. Turn  off unused  instances 2. Use  Auto  Scaling 3. Use  Reserved  Instances 4. Use  Spot  Instances 5. Leverage  Amazon  S3  storage  classes 6. Optimize Amazon  DynamoDB  capacity  units 7. Offload your  architecture
  • 72. …  and  remember  to  iterate!
  • 73. SEOUL