What makes AWS invincible? from JAWS Days 2014

Emma Haruka Iwao
Emma Haruka IwaoDeveloper Advocate
What makes AWS
invincible?
Haruka Iwao, 2014/03/15
Before talking about AWS
About myself
Haruka Iwao (@Yuryu)
DevOps Engineer
at FreakOut, Inc.
Lived in
Osaka, Tsukuba, Yokohama.
Now in Tokyo.
Playing FFXIV ARR
Me
Final Fantasy XIV ARR Status:
Cleared the Coil Turn 5.
Got my Allagan Weapon.
Kindle Publishing
Publishing Kindle books
about the Linux Kernel
Search “Yuryu Linux”
About FreakOut, Inc.
Not about freaking out :p
Advertisement company
Established in 2010
“Real-time Bidding”
Real-time bidding
SSP
Supply-side
Platform
DSP
Demand-side
Platform
DSP
Demand-side
Platform
DSP
Demand-side
PlatformRequest a page
Read an ad tag
Call for bids
DSP decides the best ad for the user and page
Real-time bidding (2)
SSP
Supply-side
Platform
DSP
Demand-side
Platform
DSP
Demand-side
Platform
DSP
Demand-side
Platform
Bid
Auction
Return the winning ad
Real-time bidding (3)
http://londoncreative.com/real-time-bidding-spending-to-significantly-increase/
Our motto
50ms or die.
Return a response within
50ms or lose an auction
automatically.
Latency matters. Literally.
How we use AWS
Our system at a glance
http://aws.amazon.com/jp/solutions/case-studies/freakout/
Mix of on-premise and AWS
On-premise in Japan
AWS in North America
Starting small
Scaling well
No need to visit a DC
Latency matters
Latency matters
Latency is important for our
service
1ms = 1/50 of processing
time
Latency between servers
Freedom to build an
arbitrary network
... Gives you an arbitrary
latency
Longer latency in AWS
 On-premise
time=0.063 ms
time=0.083 ms
time=0.077 ms
time=0.070 ms
time=0.092 ms
time=0.069 ms
time=0.077 ms
 AWS, extreme case
time=1.88 ms
time=1.96 ms
time=2.60 ms
time=3.72 ms
time=2.46 ms
time=1.05 ms
time=2.37 ms
Longer latency in AWS (2)
Hard to see?
Let’s make a graph...
Longer latency, illustrated
0
0.5
1
1.5
2
2.5
On-premise AWS
RTT(ms)
RTT(ms)
Longer latency in AWS (3)
This is not always true
Just an extreme case
This applies to intra-AZ
“Option” to group servers in
near racks would be great
Placement groups
Placement groups are not
enough
Only available to cluster
compute instances
Guarantees bandwidth, not
latency
Possible workarounds
Assume the latency
Design your app accordingly
Use persistent connections
Put hot data on local
Still, lower latency gives
“extra” room
Infrastructure as Code
The “Awesome” Console
... So awesome to make
mistakes easily...
AWS is Programmable.
Thou hast SDK.
Python
Thou hast CLI.
CLI
Thou hast
CloudFormation.
AWS CloudFormation
SDK + CLI + CloudFormation
You can “code” your
infrastructure
Infrastructure becomes
“reproducible” and
“reusable”
Always use CLI
Always use CLI to make
changes
“Review” the commands
Less chance of “oops”
But...
CLI is hard to understand!
VS
aws ec2 run-instances --image-id ami-xxxxxxxx --
count 1 --instance-type t1.micro --key-name
MyKeyPair --security-group-ids sg-xxxxxxxx --subnet-id
subnet-xxxxxxxx
Easy enough?
No way...
Record & Play
“Record” instructions on the
Web Console
“Playback” them using CLI
In other words...
Converted to
aws ec2 run-instances --image-id ami-xxxxxxxx --
count 1 --instance-type t1.micro --key-name
MyKeyPair --security-group-ids sg-xxxxxxxx --subnet-id
subnet-xxxxxxxx
With “playback”
You could review changes
beforehand
You could record changes
and reuse them
Easier than writing CLI
commands by hand
A very famous quote
about “code”
All your code are belong to test
Testing is Important
Every program has bugs
“Infrastructure as Code” is
no exception
How do you test?How do you test?
Bugs can be fatal
A bug can destroy your
whole system
What if you accidentally
Terminate an instance
Set a wrong route table
Delete RR from Route53
“Sandbox” for testing
VPC is (sometimes) not
enough
Test 100% bootstrap in a
safe environment
Register IAM accounts
Add Route53 zones
Set up S3 buckets, etc…
Framework for testing
Test-kitchen to test your
Chef cookbooks
Serverspec to test your
server setups
How do you verify your
changes to AWS?
Possible workarounds
Use a separate account
Maybe we need more
environments in the future?
Costs money
CloudFormer converts
environments to
configuration
Scenario #1
You add a new rule to your
security group
aws ec2 authorize-security-…
You want to make sure a
port is open or closed
between particular hosts
How?
Workaround #1
Create a new VPC
Apply the new rule
Launch two instances
Check connectivity
Scenario #2
You set up Route53 Health
Checks
Now you want to test if it
actually fails-over
How?
Workaround #2
Set up two ELBs / instances
Stop instances registered to
one ELB
Query to R53 until it fails-
over
Need a solution!
A “common language” to
verify AWS configuration
Want to run tests
cheaper, quicker and safer
Even the requirements are
not yet clear…
In the end of the
presentation…
What makes AWS invincible?
Lower latency
Giving options or hints to EC2
“Playback” feature
Generate CLI commands
using simple UI
Testing methodology
Thank you!
1 of 54

Recommended

VPC by Default時代のアクセス制御 by
VPC by Default時代のアクセス制御VPC by Default時代のアクセス制御
VPC by Default時代のアクセス制御真吾 吉田
17.7K views23 slides
Kauli SSPにおけるVyOSの導入事例 by
Kauli SSPにおけるVyOSの導入事例Kauli SSPにおけるVyOSの導入事例
Kauli SSPにおけるVyOSの導入事例Kazuhito Ohkawa
27.1K views39 slides
Seastar @ NYCC++UG by
Seastar @ NYCC++UGSeastar @ NYCC++UG
Seastar @ NYCC++UGAvi Kivity
1.5K views27 slides
CoreOS @Codetalks Hamburg by
CoreOS @Codetalks HamburgCoreOS @Codetalks Hamburg
CoreOS @Codetalks HamburgTimo Derstappen
2.6K views43 slides
Anton Moldovan "Building an efficient replication system for thousands of ter... by
Anton Moldovan "Building an efficient replication system for thousands of ter...Anton Moldovan "Building an efficient replication system for thousands of ter...
Anton Moldovan "Building an efficient replication system for thousands of ter...Fwdays
150 views114 slides
(APP310) Scheduling Using Apache Mesos in the Cloud | AWS re:Invent 2014 by
(APP310) Scheduling Using Apache Mesos in the Cloud | AWS re:Invent 2014(APP310) Scheduling Using Apache Mesos in the Cloud | AWS re:Invent 2014
(APP310) Scheduling Using Apache Mesos in the Cloud | AWS re:Invent 2014Amazon Web Services
1.4K views89 slides

More Related Content

What's hot

Optimizing kubernetes networking by
Optimizing kubernetes networkingOptimizing kubernetes networking
Optimizing kubernetes networkingLaurent Bernaille
1.3K views11 slides
Highly Available Docker Networking With BGP by
Highly Available Docker Networking With BGPHighly Available Docker Networking With BGP
Highly Available Docker Networking With BGPOpenDNS
2.6K views27 slides
Seastar @ SF/BA C++UG by
Seastar @ SF/BA C++UGSeastar @ SF/BA C++UG
Seastar @ SF/BA C++UGAvi Kivity
701 views27 slides
Bare Metal Cloud: 実マシンを提供するクラウドサービス (SWoPP 2010) by
Bare Metal Cloud: 実マシンを提供するクラウドサービス (SWoPP 2010)Bare Metal Cloud: 実マシンを提供するクラウドサービス (SWoPP 2010)
Bare Metal Cloud: 実マシンを提供するクラウドサービス (SWoPP 2010)Yasuhito Takamiya
3.3K views51 slides
Discovering OpenBSD on AWS by
Discovering OpenBSD on AWSDiscovering OpenBSD on AWS
Discovering OpenBSD on AWSLaurent Bernaille
3K views24 slides
Setup 3 Node Kafka Cluster on AWS - Hands On by
Setup 3 Node Kafka Cluster on AWS - Hands OnSetup 3 Node Kafka Cluster on AWS - Hands On
Setup 3 Node Kafka Cluster on AWS - Hands Onhkbhadraa
5K views11 slides

What's hot(20)

Highly Available Docker Networking With BGP by OpenDNS
Highly Available Docker Networking With BGPHighly Available Docker Networking With BGP
Highly Available Docker Networking With BGP
OpenDNS2.6K views
Seastar @ SF/BA C++UG by Avi Kivity
Seastar @ SF/BA C++UGSeastar @ SF/BA C++UG
Seastar @ SF/BA C++UG
Avi Kivity701 views
Bare Metal Cloud: 実マシンを提供するクラウドサービス (SWoPP 2010) by Yasuhito Takamiya
Bare Metal Cloud: 実マシンを提供するクラウドサービス (SWoPP 2010)Bare Metal Cloud: 実マシンを提供するクラウドサービス (SWoPP 2010)
Bare Metal Cloud: 実マシンを提供するクラウドサービス (SWoPP 2010)
Yasuhito Takamiya3.3K views
Setup 3 Node Kafka Cluster on AWS - Hands On by hkbhadraa
Setup 3 Node Kafka Cluster on AWS - Hands OnSetup 3 Node Kafka Cluster on AWS - Hands On
Setup 3 Node Kafka Cluster on AWS - Hands On
hkbhadraa5K views
Kube-AWS by CoreOS
Kube-AWSKube-AWS
Kube-AWS
CoreOS1.1K views
Glauber Costa on OSv as NoSQL platform by Don Marti
Glauber Costa on OSv as NoSQL platformGlauber Costa on OSv as NoSQL platform
Glauber Costa on OSv as NoSQL platform
Don Marti1.6K views
What's new in Ansible 2.0 by Allan Denot
What's new in Ansible 2.0What's new in Ansible 2.0
What's new in Ansible 2.0
Allan Denot2.7K views
Continuous Deployment at Spreaker by Marco Pracucci
Continuous Deployment at SpreakerContinuous Deployment at Spreaker
Continuous Deployment at Spreaker
Marco Pracucci2.8K views
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기" by OpenStack Korea Community
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
Enable IPv6 on Route53 AWS ELB, docker and node App by Fyllo
Enable IPv6 on Route53 AWS ELB, docker and  node AppEnable IPv6 on Route53 AWS ELB, docker and  node App
Enable IPv6 on Route53 AWS ELB, docker and node App
Fyllo753 views
CoreOS in a Nutshell by CoreOS
CoreOS in a NutshellCoreOS in a Nutshell
CoreOS in a Nutshell
CoreOS644 views
Couch to OpenStack: Cinder - August 6, 2013 by Trevor Roberts Jr.
Couch to OpenStack: Cinder - August 6, 2013Couch to OpenStack: Cinder - August 6, 2013
Couch to OpenStack: Cinder - August 6, 2013
Trevor Roberts Jr.4.2K views
Build Your Own CaaS (Container as a Service) by HungWei Chiu
Build Your Own CaaS (Container as a Service)Build Your Own CaaS (Container as a Service)
Build Your Own CaaS (Container as a Service)
HungWei Chiu727 views
An Introduction to Priam by Jason Brown
An Introduction to PriamAn Introduction to Priam
An Introduction to Priam
Jason Brown9.4K views
Running a Lean Startup with AWS - Spreaker Case Study by Marco Pracucci
Running a Lean Startup with AWS - Spreaker Case StudyRunning a Lean Startup with AWS - Spreaker Case Study
Running a Lean Startup with AWS - Spreaker Case Study
Marco Pracucci1.3K views
(PFC306) Performance Tuning Amazon EC2 Instances | AWS re:Invent 2014 by Amazon Web Services
(PFC306) Performance Tuning Amazon EC2 Instances | AWS re:Invent 2014(PFC306) Performance Tuning Amazon EC2 Instances | AWS re:Invent 2014
(PFC306) Performance Tuning Amazon EC2 Instances | AWS re:Invent 2014
Amazon Web Services36.8K views
Web Server Clustering - OSSCAMP by Abhishek Singh
Web Server Clustering - OSSCAMPWeb Server Clustering - OSSCAMP
Web Server Clustering - OSSCAMP
Abhishek Singh940 views

Similar to What makes AWS invincible? from JAWS Days 2014

Building frameworks: from concept to completion by
Building frameworks: from concept to completionBuilding frameworks: from concept to completion
Building frameworks: from concept to completionRuben Goncalves
146 views59 slides
Java Hurdling: Obstacles and Techniques in Java Client Penetration-Testing by
Java Hurdling: Obstacles and Techniques in Java Client Penetration-TestingJava Hurdling: Obstacles and Techniques in Java Client Penetration-Testing
Java Hurdling: Obstacles and Techniques in Java Client Penetration-TestingTal Melamed
312 views54 slides
ITB2019 Real World Scenarios for Modern CFML - Nolan Erck by
ITB2019 Real World Scenarios for Modern CFML - Nolan ErckITB2019 Real World Scenarios for Modern CFML - Nolan Erck
ITB2019 Real World Scenarios for Modern CFML - Nolan ErckOrtus Solutions, Corp
365 views62 slides
A Taste of Clojure by
A Taste of ClojureA Taste of Clojure
A Taste of ClojureDavid Leung
448 views28 slides
Android RenderScript on LLVM by
Android RenderScript on LLVMAndroid RenderScript on LLVM
Android RenderScript on LLVMJohn Lee
3.8K views26 slides
Writing Rust Command Line Applications by
Writing Rust Command Line ApplicationsWriting Rust Command Line Applications
Writing Rust Command Line ApplicationsAll Things Open
743 views76 slides

Similar to What makes AWS invincible? from JAWS Days 2014(20)

Building frameworks: from concept to completion by Ruben Goncalves
Building frameworks: from concept to completionBuilding frameworks: from concept to completion
Building frameworks: from concept to completion
Ruben Goncalves146 views
Java Hurdling: Obstacles and Techniques in Java Client Penetration-Testing by Tal Melamed
Java Hurdling: Obstacles and Techniques in Java Client Penetration-TestingJava Hurdling: Obstacles and Techniques in Java Client Penetration-Testing
Java Hurdling: Obstacles and Techniques in Java Client Penetration-Testing
Tal Melamed312 views
ITB2019 Real World Scenarios for Modern CFML - Nolan Erck by Ortus Solutions, Corp
ITB2019 Real World Scenarios for Modern CFML - Nolan ErckITB2019 Real World Scenarios for Modern CFML - Nolan Erck
ITB2019 Real World Scenarios for Modern CFML - Nolan Erck
A Taste of Clojure by David Leung
A Taste of ClojureA Taste of Clojure
A Taste of Clojure
David Leung448 views
Android RenderScript on LLVM by John Lee
Android RenderScript on LLVMAndroid RenderScript on LLVM
Android RenderScript on LLVM
John Lee3.8K views
Writing Rust Command Line Applications by All Things Open
Writing Rust Command Line ApplicationsWriting Rust Command Line Applications
Writing Rust Command Line Applications
All Things Open743 views
AWS Summit Nordics - Media and Gaming Application on AWS by Amazon Web Services
AWS Summit Nordics - Media and Gaming Application on AWSAWS Summit Nordics - Media and Gaming Application on AWS
AWS Summit Nordics - Media and Gaming Application on AWS
Amazon Web Services1.7K views
The Hacking Games - Operation System Vulnerabilities Meetup 29112022 by lior mazor
The Hacking Games - Operation System Vulnerabilities Meetup 29112022The Hacking Games - Operation System Vulnerabilities Meetup 29112022
The Hacking Games - Operation System Vulnerabilities Meetup 29112022
lior mazor23 views
[RHFSeoul2017]6 Steps to Transform Enterprise Applications by Daniel Oh
[RHFSeoul2017]6 Steps to Transform Enterprise Applications[RHFSeoul2017]6 Steps to Transform Enterprise Applications
[RHFSeoul2017]6 Steps to Transform Enterprise Applications
Daniel Oh638 views
Evoloution of Ideas by Wooga
Evoloution of IdeasEvoloution of Ideas
Evoloution of Ideas
Wooga1.5K views
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx by Milen Dyankov
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmxMoved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Milen Dyankov35.8K views
10 Lessons Learned from using Kafka in 1000 microservices - ScalaUA by Natan Silnitsky
10 Lessons Learned from using Kafka in 1000 microservices - ScalaUA10 Lessons Learned from using Kafka in 1000 microservices - ScalaUA
10 Lessons Learned from using Kafka in 1000 microservices - ScalaUA
Natan Silnitsky251 views
Serverless in production, an experience report (CoDe-Conf) by Yan Cui
Serverless in production, an experience report (CoDe-Conf)Serverless in production, an experience report (CoDe-Conf)
Serverless in production, an experience report (CoDe-Conf)
Yan Cui1.1K views
Beware the potholes by Yan Cui
Beware the potholesBeware the potholes
Beware the potholes
Yan Cui1.1K views
支撐英雄聯盟戰績網的那條巨蟒 by Toki Kanno
支撐英雄聯盟戰績網的那條巨蟒支撐英雄聯盟戰績網的那條巨蟒
支撐英雄聯盟戰績網的那條巨蟒
Toki Kanno3.1K views
Serverless in production, an experience report by Yan Cui
Serverless in production, an experience reportServerless in production, an experience report
Serverless in production, an experience report
Yan Cui1.3K views

More from Emma Haruka Iwao

Friction Logging and Internal Advocacy, DevRel/Asia 2020 by
Friction Logging and Internal Advocacy, DevRel/Asia 2020Friction Logging and Internal Advocacy, DevRel/Asia 2020
Friction Logging and Internal Advocacy, DevRel/Asia 2020Emma Haruka Iwao
363 views20 slides
Woman Tech Terrace 2020 Keynote - 夢を持ち続ける by
Woman Tech Terrace 2020 Keynote - 夢を持ち続けるWoman Tech Terrace 2020 Keynote - 夢を持ち続ける
Woman Tech Terrace 2020 Keynote - 夢を持ち続けるEmma Haruka Iwao
458 views29 slides
Google Cloud 一般公開データセット by
Google Cloud 一般公開データセットGoogle Cloud 一般公開データセット
Google Cloud 一般公開データセットEmma Haruka Iwao
786 views19 slides
Favorite English YouTube Channels by
Favorite English YouTube ChannelsFavorite English YouTube Channels
Favorite English YouTube ChannelsEmma Haruka Iwao
1.7K views18 slides
Docker事始めと最新動向 2015年6月 by
Docker事始めと最新動向 2015年6月Docker事始めと最新動向 2015年6月
Docker事始めと最新動向 2015年6月Emma Haruka Iwao
5K views54 slides
CephとGluster次期バージョンでの新機能 by
CephとGluster次期バージョンでの新機能CephとGluster次期バージョンでの新機能
CephとGluster次期バージョンでの新機能Emma Haruka Iwao
7.6K views35 slides

More from Emma Haruka Iwao(20)

Friction Logging and Internal Advocacy, DevRel/Asia 2020 by Emma Haruka Iwao
Friction Logging and Internal Advocacy, DevRel/Asia 2020Friction Logging and Internal Advocacy, DevRel/Asia 2020
Friction Logging and Internal Advocacy, DevRel/Asia 2020
Emma Haruka Iwao363 views
Woman Tech Terrace 2020 Keynote - 夢を持ち続ける by Emma Haruka Iwao
Woman Tech Terrace 2020 Keynote - 夢を持ち続けるWoman Tech Terrace 2020 Keynote - 夢を持ち続ける
Woman Tech Terrace 2020 Keynote - 夢を持ち続ける
Emma Haruka Iwao458 views
Google Cloud 一般公開データセット by Emma Haruka Iwao
Google Cloud 一般公開データセットGoogle Cloud 一般公開データセット
Google Cloud 一般公開データセット
Emma Haruka Iwao786 views
Favorite English YouTube Channels by Emma Haruka Iwao
Favorite English YouTube ChannelsFavorite English YouTube Channels
Favorite English YouTube Channels
Emma Haruka Iwao1.7K views
Docker事始めと最新動向 2015年6月 by Emma Haruka Iwao
Docker事始めと最新動向 2015年6月Docker事始めと最新動向 2015年6月
Docker事始めと最新動向 2015年6月
Emma Haruka Iwao5K views
CephとGluster次期バージョンでの新機能 by Emma Haruka Iwao
CephとGluster次期バージョンでの新機能CephとGluster次期バージョンでの新機能
CephとGluster次期バージョンでの新機能
Emma Haruka Iwao7.6K views
Git for Begineers GitHub ハンズオン by Emma Haruka Iwao
Git for Begineers GitHub ハンズオンGit for Begineers GitHub ハンズオン
Git for Begineers GitHub ハンズオン
Emma Haruka Iwao12.5K views
Dockerイメージ構築 実践テクニック by Emma Haruka Iwao
Dockerイメージ構築 実践テクニックDockerイメージ構築 実践テクニック
Dockerイメージ構築 実践テクニック
Emma Haruka Iwao23K views
Docker向けOSとか[LT] @ #techgirl 2015/01 by Emma Haruka Iwao
Docker向けOSとか[LT] @ #techgirl 2015/01Docker向けOSとか[LT] @ #techgirl 2015/01
Docker向けOSとか[LT] @ #techgirl 2015/01
Emma Haruka Iwao5K views
Docker on RHEL & Project Atomic 入門 - #Dockerjp 4 by Emma Haruka Iwao
Docker on RHEL & Project Atomic 入門 - #Dockerjp 4Docker on RHEL & Project Atomic 入門 - #Dockerjp 4
Docker on RHEL & Project Atomic 入門 - #Dockerjp 4
Emma Haruka Iwao37K views
RHEL, CentOS 7 に移行しよう! LT by Emma Haruka Iwao
RHEL, CentOS 7 に移行しよう! LTRHEL, CentOS 7 に移行しよう! LT
RHEL, CentOS 7 に移行しよう! LT
Emma Haruka Iwao16.3K views
分散ストレージ技術Cephの最新情報 by Emma Haruka Iwao
分散ストレージ技術Cephの最新情報分散ストレージ技術Cephの最新情報
分散ストレージ技術Cephの最新情報
Emma Haruka Iwao16.5K views
DockerをRed Hatはどのように見ているのか by Emma Haruka Iwao
DockerをRed Hatはどのように見ているのかDockerをRed Hatはどのように見ているのか
DockerをRed Hatはどのように見ているのか
Emma Haruka Iwao9.6K views
初心者が Python で戸惑ったところ by Emma Haruka Iwao
初心者が Python で戸惑ったところ初心者が Python で戸惑ったところ
初心者が Python で戸惑ったところ
Emma Haruka Iwao4.1K views
Ceph Loves OpenStack: Why and How by Emma Haruka Iwao
Ceph Loves OpenStack: Why and HowCeph Loves OpenStack: Why and How
Ceph Loves OpenStack: Why and How
Emma Haruka Iwao2.3K views
Rails Girls: Not Only for Girls - RubyKaigi 2014 by Emma Haruka Iwao
Rails Girls: Not Only for Girls - RubyKaigi 2014Rails Girls: Not Only for Girls - RubyKaigi 2014
Rails Girls: Not Only for Girls - RubyKaigi 2014
Emma Haruka Iwao20.8K views
AWS VM import / export ハンズオン by Emma Haruka Iwao
AWS VM import / export ハンズオンAWS VM import / export ハンズオン
AWS VM import / export ハンズオン
Emma Haruka Iwao7.7K views

Recently uploaded

How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...ShapeBlue
166 views28 slides
Cencora Executive Symposium by
Cencora Executive SymposiumCencora Executive Symposium
Cencora Executive Symposiummarketingcommunicati21
159 views14 slides
Future of AR - Facebook Presentation by
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook PresentationRob McCarty
64 views27 slides
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue by
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueShapeBlue
222 views7 slides
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue by
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueShapeBlue
203 views54 slides
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue by
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueWhat’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueShapeBlue
263 views23 slides

Recently uploaded(20)

How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by ShapeBlue
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
ShapeBlue166 views
Future of AR - Facebook Presentation by Rob McCarty
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
Rob McCarty64 views
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue by ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
ShapeBlue222 views
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue by ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue203 views
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue by ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueWhat’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
ShapeBlue263 views
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O... by ShapeBlue
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
ShapeBlue132 views
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ... by ShapeBlue
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
ShapeBlue126 views
The Role of Patterns in the Era of Large Language Models by Yunyao Li
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language Models
Yunyao Li85 views
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online by ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue221 views
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... by ShapeBlue
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
ShapeBlue173 views
"Surviving highload with Node.js", Andrii Shumada by Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays56 views
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P... by ShapeBlue
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
ShapeBlue194 views
Confidence in CloudStack - Aron Wagner, Nathan Gleason - Americ by ShapeBlue
Confidence in CloudStack - Aron Wagner, Nathan Gleason - AmericConfidence in CloudStack - Aron Wagner, Nathan Gleason - Americ
Confidence in CloudStack - Aron Wagner, Nathan Gleason - Americ
ShapeBlue130 views
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue184 views
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue145 views
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ... by ShapeBlue
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue186 views
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... by ShapeBlue
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
ShapeBlue159 views
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... by ShapeBlue
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
ShapeBlue161 views

What makes AWS invincible? from JAWS Days 2014