SlideShare a Scribd company logo
AWS RE:INVENT 2017: RECAP
• Michael Crandell
• CEO, RightScale
• Josh Fraser
• SVP, RightScale
• Raphael Simon
• CTO, RightScale
• Kim Weins (Moderator)
• VP Marketing and Cloud Cost Strategy, RightScale
Presenters
Two Ways to Manage Cloud
2
POLLS
• Show Overview
• What AWS Didn’t Say
• The Announcements
• Deep Dives
• Attendee Buzz
• Your To Do List
Agenda
4
OVERVIEW
AWS re:Invent By the Numbers
6
2016 2017
Attendees 36,000 43,000
Livestream 50,000 60,000
Sessions 400+ 1300+
Business $13B, 55% growth $18B, 42% growth
New Services &
Features
29 new services 35 new services
+ 26 new features
It’s a Multi-Cloud World
7
# of Clouds Used
Public Clouds
All public cloud
users
Private Clouds
All private cloud
users
Running applications 1.8 2.3
Experimenting 1.8 2.1
Total 3.6 4.4
Average # of Clouds for Cloud Users
Source: RightScale 2017 State of the Cloud Report
It’s Not Just About AWS
Other Cloud Vendors Add Services Too
10
WHAT AWS DIDN’T TALK ABOUT
Your Cloud Cost Complexity Is Increasing
$10.5B
$19.5B
12
Multiple clouds
Dozens to hundreds of cloud accounts
Hundreds of thousands of SKUs and prices
Millions of line items in your cloud bills
Complexity Leads to Waste
$10.5B
$19.5B
Other Cloud Providers Often Lead on Price
14
AWS Google Azure IBM
Lowest Price 0 24 18 4
Highest Price 15 9 6 19
Comparing Cloud Costs
Based on 46 scenarios
What It Means for You
16
Develop a practice of cloud management
to govern and manage
your portfolio of clouds and cloud services
for efficient and optimized use of cloud
ANNOUNCEMENT RECAP
New Instances: M5, H1, T2 Unlimited, Bare metal
Amazon EKS (Kubernetes)
AWS Fargate
AWS Serverless Application Repository
Amazon Time Sync Service
Lambda enhancements
Spot enhancements (Hibernate, new pricing model)
EC2 enhancements (Spread placements groups, Launch
Templates)
Compute Announcements at re:Invent
18
Amazon Neptune (graph DB)
Amazon Aurora Multi-Master
Amazon Aurora Serverless
Amazon DynamoDB On Demand Backup
Amazon DynamoDB Global Tables
Amazon S3 Select
Amazon Glacier Select
DB/Storage Announcements at re:Invent
19
Amazon Kinesis Video Streams
Amazon MQ
Amazon Sumerian (AR/VR)
Amazon Elemental (Media Services)
Amazon App Sync (Mobile Services)
AWS IoT (Device Management, Analytics, 1-Click,Device
Defender)
AWS Greengrass enhancements
Amazon FreeRTOS
App Services Announcements at re:Invent
20
Amazon SageMaker (build ML models)
Amazon DeepLens
Amazon Transcribe
Amazon Translate
Amazon Rekognition Video
Amazon Comprehend
Amazon Alexa for Business
Machine Learning Announcements at re:Invent
21
Inter-Region VPC Peering
AWS PrivateLink
API Gateway enhancements
AWS Systems Manager
AWS GuardDuty
Advanced Security Features for Amazon Cognito
Managed Rules for AWS WAF
Cloud9 IDE
Other Announcements at re:Invent
22
Key Themes of Announcements
23
New instance types and bare metal
• Start saying goodbye to local disk
Kubernetes is king! or is it?
• AWS capitulates with EKS, fights back with Fargate
Serverless goes beyond Lambda
• Amazon Aurora Serverless
Overwhelm Oracle by providing options
• Aurora Multi-Master, Neptune, DynamoDB enhancements
Machine learning plays catchup
• New model builder, more services
Security, security, security
• Security is all of our jobs.
ORCHESTRATING INNOVATION
RightScale CAT: Orchestrate Cloud Services
Cloud Users Use More IaaS+ Services
Source: RightScale 2017 State of the Cloud Report
Access Any Service with RightScale Plugins
27
Compute Storage Network Database
Built-In Integration Cloud Service Plug-Ins
AWS
Lambda
AWS
Elastic
Beanstalk
Google
Container
Engine
Azure
PaaS
and more…
Created by
• RightScale
• Customer
• 3rd
party
RightScale Plugins Extend Orchestration to
Any Service
28
Capabilities
Stay up with cloud provider
innovation
Provision complex systems
Automate operational
actions
• Scale, terminate, backup
or any action supported by
API of the service
Implement automated
policies
Growing List of Out-of-the-Box Plugins
29
Use, modify, contribute at github rightscale/rightscale-plugins
New plugin created in 64
minutes
during re:Invent keynote
DEEP DIVES
New Instances: M5 - General Purpose
31
m3.large m4.large m5.large
vCPU 2 2 2
ECU 6.5 6.5 10
Memory 7.5 8 8
Disk 1x32 SSD EBS only EBS only
EBS Dedicated
Bandwidth
N/A 450 Mbps up to 2120 Mbps
Cost/hr $.133 $.100 $.096
Cost/GiB RAM/hr $.0177 $.0125 $.0120
Cost/month +
32 GB EBS for m4/m5
$95.76 $75.20 $72.32
m5 + EBS can
replace m3
New Instances: C5 - Compute Optimized
32
c3.large c4.large c5.large
vCPU 2 2 2
ECU 7 8 8
Memory 3.75 3.75 4
Disk 2x16 SSD EBS only EBS only
EBS Dedicated
Bandwidth
N/A 500 Mbps up to 2250 Mbps
Cost/hr $.105 $.100 $.085
Cost/ECU ECU/hr $.0150 $.0125 $.0106
Cost/month +
32 GB EBS for c4/c5
$75.60 $75.20 $64.40
c5 + EBS can
replace c3
New Instances: H1- Storage Optimized
33
d2.xlarge h1.2xlarge
vCPU 4 8
ECU 14 26
Memory 30.5 32
Disk 3 x 2 TB HDD 1 x 2 TB HDD
EBS Dedicated
Bandwidth
750 Mbps 1750 Mbps
Cost/hr $0.69 $0.55
Cost/month $496.80 $396
EKS: Managed Kubernetes on AWS
● Kubernetes becoming de-facto standard scheduler for containers
● Runs upstream Kubernetes (not a fork)
● Masters distributed into multiple AZs
● Integrates with EC2 services (including IAM for API authentication)
● “Coming in 2018”
Fargate
● AWS answer to Kubernetes
● Alleviates need to manage cluster of VMs
● Seamless integration with ECS (EKS in 2018)
● Specify vCPU and Memory (choose from 50 combinations)
● Pay per second for vCPU and Memory (1 minute minimum)
○ Price per vCPU is $0.0506 per hour and per GB memory is $0.0127 per hour
CaaS: EKS and Fargate
34
Compare Costs: ECS Instances to Fargate
35
ECS (Instances) Fargate (Task)
Size m5.large 2 vCPU, 8GB
vCPU 2 2
Memory 8 8
Cost/hr $.096 $0.2028
Cost/month $69.12 $146.02
Fargate price per vCPU is $0.0506 per hour
Fargate price per GB memory is $0.0127 per hour
More than
double!
• On-demand auto-scaling DB
• Scaling happens in seconds
• Connections remain intact during scaling
• Pay for compute, storage, I/O used
• Can scale compute down to 0 and pay only
for storage ($0.10 / GB)
• Can migrate between standard &
serverless
• Use cases
• Infrequently used
• Variable use
• New applications
• Unpredictable workloads
• Dev/Test databases
Aurora Serverless
36
Aurora Serverless Use Case: Viral Web Site
37
Aurora Serverless Pricing: Example
38
Aurora Standard Aurora Serverless
Size db.r3.large N/A
vCPU 2 1-8 ACU
Memory 15 2GB to 16GB
Cost/hr $.29 $.06 to $0.48
Cost/day $6.96 $2.04
These numbers are based on use case on previous slide.
Which is cheaper will depend on your use case.
(max 256 ACUs)
SUMMARY
Cloud Adoption
• Multi-Cloud is pervasive.
• Governance and cost management are key challenges.
On AWS Services
• Wow, they announced a lot.
• We don’t want developers to use every service.
On the Event
• Lots of people NOT there
• Multiple venues was a challenge - long shuttle waits/rides
• Will we come next year?
Attendee Buzz
40
• m5 instances to replace m3 and m4
• c5 instances to replace c3 and c4
• 1 year Convertible RIs
• Inter-Region VPC Peering
• Amazon GuardDuty
• Sign up for relevant previews
• Contact RightScale if you want help
analyzing new instance types or RIs
Right Now For 2018
• Containers: ECS, EKS, Fargate
• Consider other services as relevant for
your business
• Develop a framework to pick the best
cloud for each workload
• Put in place multi-cloud governance
and cost management
Things to Consider
• AWS gets more complex
• Instance sizes, pricing options, services
• Multi-cloud is a given
• Adoption has already occurred, costs rising fast
• Managing and governing all the above = priority #1
• RightScale addresses these problems
• Any cloud, any service, any server, any container
• Governance – from visibility to automated controls
• Immediate ROI just by connecting your clouds
Core Challenges Remain the Same
42
Contact sales@rightscale.com for more info
Q&A
43

More Related Content

What's hot

Containers and the Evolution of Computing
Containers and the Evolution of ComputingContainers and the Evolution of Computing
Containers and the Evolution of Computing
Amazon Web Services
 
AWS Education and Research 101
AWS Education and Research 101AWS Education and Research 101
AWS Education and Research 101
Steven Bryen
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web Services
Amazon Web Services
 
Introduction to Amazon Lightsail
Introduction to Amazon LightsailIntroduction to Amazon Lightsail
Introduction to Amazon Lightsail
Amazon Web Services
 
AWS Services Eagle View Dec-2017
AWS Services Eagle View Dec-2017AWS Services Eagle View Dec-2017
AWS Services Eagle View Dec-2017
Amit Kapoor
 
AWS Summit Atlanta Keynote
AWS Summit Atlanta KeynoteAWS Summit Atlanta Keynote
AWS Summit Atlanta Keynote
Kristana Kane
 
SRV409 Deep Dive on Microservices and Docker
SRV409 Deep Dive on Microservices and DockerSRV409 Deep Dive on Microservices and Docker
SRV409 Deep Dive on Microservices and Docker
Amazon Web Services
 
AWS Innovate: Smart Deployment on AWS - Andy Kim
AWS Innovate: Smart Deployment on AWS - Andy KimAWS Innovate: Smart Deployment on AWS - Andy Kim
AWS Innovate: Smart Deployment on AWS - Andy Kim
Amazon Web Services Korea
 
Architetture Serverless: concentrarsi sull'idea, non sull'infrastruttura
Architetture Serverless: concentrarsi sull'idea, non sull'infrastrutturaArchitetture Serverless: concentrarsi sull'idea, non sull'infrastruttura
Architetture Serverless: concentrarsi sull'idea, non sull'infrastruttura
Amazon Web Services
 
Maximizing Business Value as You Migrate to AWS
Maximizing Business Value as You Migrate to AWSMaximizing Business Value as You Migrate to AWS
Maximizing Business Value as You Migrate to AWS
Amazon Web Services
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon Redshift
Amazon Web Services
 
Cost Optimization at Scale
Cost Optimization at ScaleCost Optimization at Scale
Cost Optimization at Scale
Amazon Web Services
 
AWS Innovate 2016 : Opening Keynote - Glenn Gore
AWS Innovate 2016 :  Opening Keynote - Glenn GoreAWS Innovate 2016 :  Opening Keynote - Glenn Gore
AWS Innovate 2016 : Opening Keynote - Glenn Gore
Amazon Web Services Korea
 
AWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesAWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - Slides
TobyWilman
 
Build a Serverless Web Application in One Day Workshop - DevDay Los Angeles 2017
Build a Serverless Web Application in One Day Workshop - DevDay Los Angeles 2017Build a Serverless Web Application in One Day Workshop - DevDay Los Angeles 2017
Build a Serverless Web Application in One Day Workshop - DevDay Los Angeles 2017
Amazon Web Services
 
AWS re:Invent 2016| HLC302 | AWS Infrastructure for a Global Population Healt...
AWS re:Invent 2016| HLC302 | AWS Infrastructure for a Global Population Healt...AWS re:Invent 2016| HLC302 | AWS Infrastructure for a Global Population Healt...
AWS re:Invent 2016| HLC302 | AWS Infrastructure for a Global Population Healt...
Amazon Web Services
 
Building Scalable Immersive Media Solutions on AWS
Building Scalable Immersive Media Solutions on AWSBuilding Scalable Immersive Media Solutions on AWS
Building Scalable Immersive Media Solutions on AWS
Amazon Web Services
 
Getting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWSGetting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWS
Amazon Web Services
 
AWS Lambda 활용의 모든 것! - AWS Summit Seoul 2017
AWS Lambda 활용의 모든 것! - AWS Summit Seoul 2017AWS Lambda 활용의 모든 것! - AWS Summit Seoul 2017
AWS Lambda 활용의 모든 것! - AWS Summit Seoul 2017
Amazon Web Services Korea
 

What's hot (20)

Containers and the Evolution of Computing
Containers and the Evolution of ComputingContainers and the Evolution of Computing
Containers and the Evolution of Computing
 
AWS vs. Azure
AWS vs. AzureAWS vs. Azure
AWS vs. Azure
 
AWS Education and Research 101
AWS Education and Research 101AWS Education and Research 101
AWS Education and Research 101
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web Services
 
Introduction to Amazon Lightsail
Introduction to Amazon LightsailIntroduction to Amazon Lightsail
Introduction to Amazon Lightsail
 
AWS Services Eagle View Dec-2017
AWS Services Eagle View Dec-2017AWS Services Eagle View Dec-2017
AWS Services Eagle View Dec-2017
 
AWS Summit Atlanta Keynote
AWS Summit Atlanta KeynoteAWS Summit Atlanta Keynote
AWS Summit Atlanta Keynote
 
SRV409 Deep Dive on Microservices and Docker
SRV409 Deep Dive on Microservices and DockerSRV409 Deep Dive on Microservices and Docker
SRV409 Deep Dive on Microservices and Docker
 
AWS Innovate: Smart Deployment on AWS - Andy Kim
AWS Innovate: Smart Deployment on AWS - Andy KimAWS Innovate: Smart Deployment on AWS - Andy Kim
AWS Innovate: Smart Deployment on AWS - Andy Kim
 
Architetture Serverless: concentrarsi sull'idea, non sull'infrastruttura
Architetture Serverless: concentrarsi sull'idea, non sull'infrastrutturaArchitetture Serverless: concentrarsi sull'idea, non sull'infrastruttura
Architetture Serverless: concentrarsi sull'idea, non sull'infrastruttura
 
Maximizing Business Value as You Migrate to AWS
Maximizing Business Value as You Migrate to AWSMaximizing Business Value as You Migrate to AWS
Maximizing Business Value as You Migrate to AWS
 
Getting Started with Amazon Redshift
Getting Started with Amazon RedshiftGetting Started with Amazon Redshift
Getting Started with Amazon Redshift
 
Cost Optimization at Scale
Cost Optimization at ScaleCost Optimization at Scale
Cost Optimization at Scale
 
AWS Innovate 2016 : Opening Keynote - Glenn Gore
AWS Innovate 2016 :  Opening Keynote - Glenn GoreAWS Innovate 2016 :  Opening Keynote - Glenn Gore
AWS Innovate 2016 : Opening Keynote - Glenn Gore
 
AWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - SlidesAWS vs Azure vs Google (GCP) - Slides
AWS vs Azure vs Google (GCP) - Slides
 
Build a Serverless Web Application in One Day Workshop - DevDay Los Angeles 2017
Build a Serverless Web Application in One Day Workshop - DevDay Los Angeles 2017Build a Serverless Web Application in One Day Workshop - DevDay Los Angeles 2017
Build a Serverless Web Application in One Day Workshop - DevDay Los Angeles 2017
 
AWS re:Invent 2016| HLC302 | AWS Infrastructure for a Global Population Healt...
AWS re:Invent 2016| HLC302 | AWS Infrastructure for a Global Population Healt...AWS re:Invent 2016| HLC302 | AWS Infrastructure for a Global Population Healt...
AWS re:Invent 2016| HLC302 | AWS Infrastructure for a Global Population Healt...
 
Building Scalable Immersive Media Solutions on AWS
Building Scalable Immersive Media Solutions on AWSBuilding Scalable Immersive Media Solutions on AWS
Building Scalable Immersive Media Solutions on AWS
 
Getting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWSGetting Started with Managed Database Services on AWS
Getting Started with Managed Database Services on AWS
 
AWS Lambda 활용의 모든 것! - AWS Summit Seoul 2017
AWS Lambda 활용의 모든 것! - AWS Summit Seoul 2017AWS Lambda 활용의 모든 것! - AWS Summit Seoul 2017
AWS Lambda 활용의 모든 것! - AWS Summit Seoul 2017
 

Similar to AWS re:Invent 2017 Recap

AWS re:Invent 2016 Recap: What Happened, What It Means
AWS re:Invent 2016 Recap: What Happened, What It MeansAWS re:Invent 2016 Recap: What Happened, What It Means
AWS re:Invent 2016 Recap: What Happened, What It Means
RightScale
 
Getting Started with AWS Compute Services
Getting Started with AWS Compute ServicesGetting Started with AWS Compute Services
Getting Started with AWS Compute Services
Amazon Web Services
 
What's New on AWS and What it Means to You
What's New on AWS and What it Means to YouWhat's New on AWS and What it Means to You
What's New on AWS and What it Means to You
Amazon Web Services
 
AWS Summit 2013 | India - Opening Keynote, Dr. Werner Vogels
AWS Summit 2013 | India - Opening Keynote, Dr. Werner VogelsAWS Summit 2013 | India - Opening Keynote, Dr. Werner Vogels
AWS Summit 2013 | India - Opening Keynote, Dr. Werner VogelsAmazon Web Services
 
AWS re:Invent 2016: Born in the Cloud; Built Like a Startup (ARC205)
AWS re:Invent 2016: Born in the Cloud; Built Like a Startup (ARC205)AWS re:Invent 2016: Born in the Cloud; Built Like a Startup (ARC205)
AWS re:Invent 2016: Born in the Cloud; Built Like a Startup (ARC205)
Amazon Web Services
 
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
Amazon Web Services
 
Keynote: Your Future With Cloud Computing - Dr. Werner Vogels - AWS Summit 2...
Keynote: Your Future With Cloud Computing - Dr. Werner Vogels  - AWS Summit 2...Keynote: Your Future With Cloud Computing - Dr. Werner Vogels  - AWS Summit 2...
Keynote: Your Future With Cloud Computing - Dr. Werner Vogels - AWS Summit 2...
Amazon Web Services
 
Save 60% of Kubernetes storage costs on AWS & others with OpenEBS
Save 60% of Kubernetes storage costs on AWS & others with OpenEBSSave 60% of Kubernetes storage costs on AWS & others with OpenEBS
Save 60% of Kubernetes storage costs on AWS & others with OpenEBS
MayaData Inc
 
Serverless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBMServerless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBM
RightScale
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
Amazon Web Services
 
Why Isn't the Cloud Cheaper - John Merline, Milwaukee
 Why Isn't the Cloud Cheaper - John Merline, Milwaukee Why Isn't the Cloud Cheaper - John Merline, Milwaukee
Why Isn't the Cloud Cheaper - John Merline, Milwaukee
AWS Chicago
 
Cloud Computing: AWS for Lean Startups
Cloud Computing: AWS for Lean StartupsCloud Computing: AWS for Lean Startups
Cloud Computing: AWS for Lean StartupsZvi Avraham
 
AWS re:Invent 2016: Case Study: How Videology and Zendesk Modernized Their Bi...
AWS re:Invent 2016: Case Study: How Videology and Zendesk Modernized Their Bi...AWS re:Invent 2016: Case Study: How Videology and Zendesk Modernized Their Bi...
AWS re:Invent 2016: Case Study: How Videology and Zendesk Modernized Their Bi...
Amazon Web Services
 
CloudOpen Japan - Controlling the cost of your first cloud
CloudOpen Japan - Controlling the cost of your first cloudCloudOpen Japan - Controlling the cost of your first cloud
CloudOpen Japan - Controlling the cost of your first cloud
Tim Mackey
 
Leapfrog into Serverless - a Deloitte-Amtrak Case Study | Serverless Confere...
Leapfrog into Serverless - a Deloitte-Amtrak Case Study | Serverless Confere...Leapfrog into Serverless - a Deloitte-Amtrak Case Study | Serverless Confere...
Leapfrog into Serverless - a Deloitte-Amtrak Case Study | Serverless Confere...
Gary Arora
 
Best of re:Invent
Best of re:InventBest of re:Invent
Best of re:Invent
Amazon Web Services
 
The Best of re:invent 2016
The Best of re:invent 2016The Best of re:invent 2016
The Best of re:invent 2016
Amazon Web Services
 
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
RightScale
 
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWSAWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
Amazon Web Services
 
Intro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute ServicesIntro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute Services
Amazon Web Services
 

Similar to AWS re:Invent 2017 Recap (20)

AWS re:Invent 2016 Recap: What Happened, What It Means
AWS re:Invent 2016 Recap: What Happened, What It MeansAWS re:Invent 2016 Recap: What Happened, What It Means
AWS re:Invent 2016 Recap: What Happened, What It Means
 
Getting Started with AWS Compute Services
Getting Started with AWS Compute ServicesGetting Started with AWS Compute Services
Getting Started with AWS Compute Services
 
What's New on AWS and What it Means to You
What's New on AWS and What it Means to YouWhat's New on AWS and What it Means to You
What's New on AWS and What it Means to You
 
AWS Summit 2013 | India - Opening Keynote, Dr. Werner Vogels
AWS Summit 2013 | India - Opening Keynote, Dr. Werner VogelsAWS Summit 2013 | India - Opening Keynote, Dr. Werner Vogels
AWS Summit 2013 | India - Opening Keynote, Dr. Werner Vogels
 
AWS re:Invent 2016: Born in the Cloud; Built Like a Startup (ARC205)
AWS re:Invent 2016: Born in the Cloud; Built Like a Startup (ARC205)AWS re:Invent 2016: Born in the Cloud; Built Like a Startup (ARC205)
AWS re:Invent 2016: Born in the Cloud; Built Like a Startup (ARC205)
 
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
 
Keynote: Your Future With Cloud Computing - Dr. Werner Vogels - AWS Summit 2...
Keynote: Your Future With Cloud Computing - Dr. Werner Vogels  - AWS Summit 2...Keynote: Your Future With Cloud Computing - Dr. Werner Vogels  - AWS Summit 2...
Keynote: Your Future With Cloud Computing - Dr. Werner Vogels - AWS Summit 2...
 
Save 60% of Kubernetes storage costs on AWS & others with OpenEBS
Save 60% of Kubernetes storage costs on AWS & others with OpenEBSSave 60% of Kubernetes storage costs on AWS & others with OpenEBS
Save 60% of Kubernetes storage costs on AWS & others with OpenEBS
 
Serverless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBMServerless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBM
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Why Isn't the Cloud Cheaper - John Merline, Milwaukee
 Why Isn't the Cloud Cheaper - John Merline, Milwaukee Why Isn't the Cloud Cheaper - John Merline, Milwaukee
Why Isn't the Cloud Cheaper - John Merline, Milwaukee
 
Cloud Computing: AWS for Lean Startups
Cloud Computing: AWS for Lean StartupsCloud Computing: AWS for Lean Startups
Cloud Computing: AWS for Lean Startups
 
AWS re:Invent 2016: Case Study: How Videology and Zendesk Modernized Their Bi...
AWS re:Invent 2016: Case Study: How Videology and Zendesk Modernized Their Bi...AWS re:Invent 2016: Case Study: How Videology and Zendesk Modernized Their Bi...
AWS re:Invent 2016: Case Study: How Videology and Zendesk Modernized Their Bi...
 
CloudOpen Japan - Controlling the cost of your first cloud
CloudOpen Japan - Controlling the cost of your first cloudCloudOpen Japan - Controlling the cost of your first cloud
CloudOpen Japan - Controlling the cost of your first cloud
 
Leapfrog into Serverless - a Deloitte-Amtrak Case Study | Serverless Confere...
Leapfrog into Serverless - a Deloitte-Amtrak Case Study | Serverless Confere...Leapfrog into Serverless - a Deloitte-Amtrak Case Study | Serverless Confere...
Leapfrog into Serverless - a Deloitte-Amtrak Case Study | Serverless Confere...
 
Best of re:Invent
Best of re:InventBest of re:Invent
Best of re:Invent
 
The Best of re:invent 2016
The Best of re:invent 2016The Best of re:invent 2016
The Best of re:invent 2016
 
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
 
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWSAWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
 
Intro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute ServicesIntro to AWS: EC2 & Compute Services
Intro to AWS: EC2 & Compute Services
 

More from RightScale

10 Must-Have Automated Cloud Policies for IT Governance
10 Must-Have Automated Cloud Policies for IT Governance10 Must-Have Automated Cloud Policies for IT Governance
10 Must-Have Automated Cloud Policies for IT Governance
RightScale
 
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
Kubernetes and Terraform in the Cloud: How RightScale Does DevOpsKubernetes and Terraform in the Cloud: How RightScale Does DevOps
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
RightScale
 
Optimize Software, SaaS, and Cloud with Flexera and RightScale
Optimize Software, SaaS, and Cloud with Flexera and RightScaleOptimize Software, SaaS, and Cloud with Flexera and RightScale
Optimize Software, SaaS, and Cloud with Flexera and RightScale
RightScale
 
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About NowPrepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
RightScale
 
How to Set Up a Cloud Cost Optimization Process for your Enterprise
How to Set Up a Cloud Cost Optimization Process for your EnterpriseHow to Set Up a Cloud Cost Optimization Process for your Enterprise
How to Set Up a Cloud Cost Optimization Process for your Enterprise
RightScale
 
Multi-Cloud Management with RightScale CMP (Demo)
Multi-Cloud Management with RightScale CMP (Demo)Multi-Cloud Management with RightScale CMP (Demo)
Multi-Cloud Management with RightScale CMP (Demo)
RightScale
 
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBMComparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
RightScale
 
How to Allocate and Report Cloud Costs with RightScale Optima
How to Allocate and Report Cloud Costs with RightScale OptimaHow to Allocate and Report Cloud Costs with RightScale Optima
How to Allocate and Report Cloud Costs with RightScale Optima
RightScale
 
Using RightScale CMP with Cloud Provider Tools
Using RightScale CMP with Cloud Provider ToolsUsing RightScale CMP with Cloud Provider Tools
Using RightScale CMP with Cloud Provider Tools
RightScale
 
Best Practices for Multi-Cloud Security and Compliance
Best Practices for Multi-Cloud Security and ComplianceBest Practices for Multi-Cloud Security and Compliance
Best Practices for Multi-Cloud Security and Compliance
RightScale
 
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
Automating Multi-Cloud Policies for AWS, Azure, Google, and MoreAutomating Multi-Cloud Policies for AWS, Azure, Google, and More
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
RightScale
 
The 5 Stages of Cloud Management for Enterprises
The 5 Stages of Cloud Management for EnterprisesThe 5 Stages of Cloud Management for Enterprises
The 5 Stages of Cloud Management for Enterprises
RightScale
 
9 Ways to Reduce Cloud Storage Costs
9 Ways to Reduce Cloud Storage Costs9 Ways to Reduce Cloud Storage Costs
9 Ways to Reduce Cloud Storage Costs
RightScale
 
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
Best Practices for Cloud Managed Services Providers: The Path to CMP SuccessBest Practices for Cloud Managed Services Providers: The Path to CMP Success
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
RightScale
 
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
Cloud Storage Comparison: AWS vs Azure vs Google vs IBMCloud Storage Comparison: AWS vs Azure vs Google vs IBM
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
RightScale
 
2018 Cloud Trends: RightScale State of the Cloud Report
2018 Cloud Trends: RightScale State of the Cloud Report2018 Cloud Trends: RightScale State of the Cloud Report
2018 Cloud Trends: RightScale State of the Cloud Report
RightScale
 
Got a Multi-Cloud Strategy? How RightScale CMP Helps
Got a Multi-Cloud Strategy? How RightScale CMP HelpsGot a Multi-Cloud Strategy? How RightScale CMP Helps
Got a Multi-Cloud Strategy? How RightScale CMP Helps
RightScale
 
How to Manage Cloud Costs with RightScale Optima
How to Manage Cloud Costs with RightScale OptimaHow to Manage Cloud Costs with RightScale Optima
How to Manage Cloud Costs with RightScale Optima
RightScale
 
Top 10 Cloud Trends for 2018 and Actions You Can Take Now
Top 10 Cloud Trends for 2018 and Actions You Can Take NowTop 10 Cloud Trends for 2018 and Actions You Can Take Now
Top 10 Cloud Trends for 2018 and Actions You Can Take Now
RightScale
 
Cloud Instances Price Comparison: AWS vs Azure vs Google vs IBM
Cloud Instances Price Comparison: AWS vs Azure vs Google vs IBMCloud Instances Price Comparison: AWS vs Azure vs Google vs IBM
Cloud Instances Price Comparison: AWS vs Azure vs Google vs IBM
RightScale
 

More from RightScale (20)

10 Must-Have Automated Cloud Policies for IT Governance
10 Must-Have Automated Cloud Policies for IT Governance10 Must-Have Automated Cloud Policies for IT Governance
10 Must-Have Automated Cloud Policies for IT Governance
 
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
Kubernetes and Terraform in the Cloud: How RightScale Does DevOpsKubernetes and Terraform in the Cloud: How RightScale Does DevOps
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
 
Optimize Software, SaaS, and Cloud with Flexera and RightScale
Optimize Software, SaaS, and Cloud with Flexera and RightScaleOptimize Software, SaaS, and Cloud with Flexera and RightScale
Optimize Software, SaaS, and Cloud with Flexera and RightScale
 
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About NowPrepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
 
How to Set Up a Cloud Cost Optimization Process for your Enterprise
How to Set Up a Cloud Cost Optimization Process for your EnterpriseHow to Set Up a Cloud Cost Optimization Process for your Enterprise
How to Set Up a Cloud Cost Optimization Process for your Enterprise
 
Multi-Cloud Management with RightScale CMP (Demo)
Multi-Cloud Management with RightScale CMP (Demo)Multi-Cloud Management with RightScale CMP (Demo)
Multi-Cloud Management with RightScale CMP (Demo)
 
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBMComparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
 
How to Allocate and Report Cloud Costs with RightScale Optima
How to Allocate and Report Cloud Costs with RightScale OptimaHow to Allocate and Report Cloud Costs with RightScale Optima
How to Allocate and Report Cloud Costs with RightScale Optima
 
Using RightScale CMP with Cloud Provider Tools
Using RightScale CMP with Cloud Provider ToolsUsing RightScale CMP with Cloud Provider Tools
Using RightScale CMP with Cloud Provider Tools
 
Best Practices for Multi-Cloud Security and Compliance
Best Practices for Multi-Cloud Security and ComplianceBest Practices for Multi-Cloud Security and Compliance
Best Practices for Multi-Cloud Security and Compliance
 
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
Automating Multi-Cloud Policies for AWS, Azure, Google, and MoreAutomating Multi-Cloud Policies for AWS, Azure, Google, and More
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
 
The 5 Stages of Cloud Management for Enterprises
The 5 Stages of Cloud Management for EnterprisesThe 5 Stages of Cloud Management for Enterprises
The 5 Stages of Cloud Management for Enterprises
 
9 Ways to Reduce Cloud Storage Costs
9 Ways to Reduce Cloud Storage Costs9 Ways to Reduce Cloud Storage Costs
9 Ways to Reduce Cloud Storage Costs
 
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
Best Practices for Cloud Managed Services Providers: The Path to CMP SuccessBest Practices for Cloud Managed Services Providers: The Path to CMP Success
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
 
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
Cloud Storage Comparison: AWS vs Azure vs Google vs IBMCloud Storage Comparison: AWS vs Azure vs Google vs IBM
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
 
2018 Cloud Trends: RightScale State of the Cloud Report
2018 Cloud Trends: RightScale State of the Cloud Report2018 Cloud Trends: RightScale State of the Cloud Report
2018 Cloud Trends: RightScale State of the Cloud Report
 
Got a Multi-Cloud Strategy? How RightScale CMP Helps
Got a Multi-Cloud Strategy? How RightScale CMP HelpsGot a Multi-Cloud Strategy? How RightScale CMP Helps
Got a Multi-Cloud Strategy? How RightScale CMP Helps
 
How to Manage Cloud Costs with RightScale Optima
How to Manage Cloud Costs with RightScale OptimaHow to Manage Cloud Costs with RightScale Optima
How to Manage Cloud Costs with RightScale Optima
 
Top 10 Cloud Trends for 2018 and Actions You Can Take Now
Top 10 Cloud Trends for 2018 and Actions You Can Take NowTop 10 Cloud Trends for 2018 and Actions You Can Take Now
Top 10 Cloud Trends for 2018 and Actions You Can Take Now
 
Cloud Instances Price Comparison: AWS vs Azure vs Google vs IBM
Cloud Instances Price Comparison: AWS vs Azure vs Google vs IBMCloud Instances Price Comparison: AWS vs Azure vs Google vs IBM
Cloud Instances Price Comparison: AWS vs Azure vs Google vs IBM
 

Recently uploaded

LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
Aftab Hussain
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
Jen Stirrup
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 

Recently uploaded (20)

LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Removing Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software FuzzingRemoving Uninteresting Bytes in Software Fuzzing
Removing Uninteresting Bytes in Software Fuzzing
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 

AWS re:Invent 2017 Recap

  • 2. • Michael Crandell • CEO, RightScale • Josh Fraser • SVP, RightScale • Raphael Simon • CTO, RightScale • Kim Weins (Moderator) • VP Marketing and Cloud Cost Strategy, RightScale Presenters
  • 3. Two Ways to Manage Cloud 2
  • 5. • Show Overview • What AWS Didn’t Say • The Announcements • Deep Dives • Attendee Buzz • Your To Do List Agenda 4
  • 7. AWS re:Invent By the Numbers 6 2016 2017 Attendees 36,000 43,000 Livestream 50,000 60,000 Sessions 400+ 1300+ Business $13B, 55% growth $18B, 42% growth New Services & Features 29 new services 35 new services + 26 new features
  • 9. # of Clouds Used Public Clouds All public cloud users Private Clouds All private cloud users Running applications 1.8 2.3 Experimenting 1.8 2.1 Total 3.6 4.4 Average # of Clouds for Cloud Users Source: RightScale 2017 State of the Cloud Report
  • 10. It’s Not Just About AWS
  • 11. Other Cloud Vendors Add Services Too 10
  • 12. WHAT AWS DIDN’T TALK ABOUT
  • 13. Your Cloud Cost Complexity Is Increasing $10.5B $19.5B 12 Multiple clouds Dozens to hundreds of cloud accounts Hundreds of thousands of SKUs and prices Millions of line items in your cloud bills
  • 14. Complexity Leads to Waste $10.5B $19.5B
  • 15. Other Cloud Providers Often Lead on Price 14
  • 16. AWS Google Azure IBM Lowest Price 0 24 18 4 Highest Price 15 9 6 19 Comparing Cloud Costs Based on 46 scenarios
  • 17. What It Means for You 16 Develop a practice of cloud management to govern and manage your portfolio of clouds and cloud services for efficient and optimized use of cloud
  • 19. New Instances: M5, H1, T2 Unlimited, Bare metal Amazon EKS (Kubernetes) AWS Fargate AWS Serverless Application Repository Amazon Time Sync Service Lambda enhancements Spot enhancements (Hibernate, new pricing model) EC2 enhancements (Spread placements groups, Launch Templates) Compute Announcements at re:Invent 18
  • 20. Amazon Neptune (graph DB) Amazon Aurora Multi-Master Amazon Aurora Serverless Amazon DynamoDB On Demand Backup Amazon DynamoDB Global Tables Amazon S3 Select Amazon Glacier Select DB/Storage Announcements at re:Invent 19
  • 21. Amazon Kinesis Video Streams Amazon MQ Amazon Sumerian (AR/VR) Amazon Elemental (Media Services) Amazon App Sync (Mobile Services) AWS IoT (Device Management, Analytics, 1-Click,Device Defender) AWS Greengrass enhancements Amazon FreeRTOS App Services Announcements at re:Invent 20
  • 22. Amazon SageMaker (build ML models) Amazon DeepLens Amazon Transcribe Amazon Translate Amazon Rekognition Video Amazon Comprehend Amazon Alexa for Business Machine Learning Announcements at re:Invent 21
  • 23. Inter-Region VPC Peering AWS PrivateLink API Gateway enhancements AWS Systems Manager AWS GuardDuty Advanced Security Features for Amazon Cognito Managed Rules for AWS WAF Cloud9 IDE Other Announcements at re:Invent 22
  • 24. Key Themes of Announcements 23 New instance types and bare metal • Start saying goodbye to local disk Kubernetes is king! or is it? • AWS capitulates with EKS, fights back with Fargate Serverless goes beyond Lambda • Amazon Aurora Serverless Overwhelm Oracle by providing options • Aurora Multi-Master, Neptune, DynamoDB enhancements Machine learning plays catchup • New model builder, more services Security, security, security • Security is all of our jobs.
  • 26. RightScale CAT: Orchestrate Cloud Services
  • 27. Cloud Users Use More IaaS+ Services Source: RightScale 2017 State of the Cloud Report
  • 28. Access Any Service with RightScale Plugins 27 Compute Storage Network Database Built-In Integration Cloud Service Plug-Ins AWS Lambda AWS Elastic Beanstalk Google Container Engine Azure PaaS and more… Created by • RightScale • Customer • 3rd party
  • 29. RightScale Plugins Extend Orchestration to Any Service 28 Capabilities Stay up with cloud provider innovation Provision complex systems Automate operational actions • Scale, terminate, backup or any action supported by API of the service Implement automated policies
  • 30. Growing List of Out-of-the-Box Plugins 29 Use, modify, contribute at github rightscale/rightscale-plugins New plugin created in 64 minutes during re:Invent keynote
  • 32. New Instances: M5 - General Purpose 31 m3.large m4.large m5.large vCPU 2 2 2 ECU 6.5 6.5 10 Memory 7.5 8 8 Disk 1x32 SSD EBS only EBS only EBS Dedicated Bandwidth N/A 450 Mbps up to 2120 Mbps Cost/hr $.133 $.100 $.096 Cost/GiB RAM/hr $.0177 $.0125 $.0120 Cost/month + 32 GB EBS for m4/m5 $95.76 $75.20 $72.32 m5 + EBS can replace m3
  • 33. New Instances: C5 - Compute Optimized 32 c3.large c4.large c5.large vCPU 2 2 2 ECU 7 8 8 Memory 3.75 3.75 4 Disk 2x16 SSD EBS only EBS only EBS Dedicated Bandwidth N/A 500 Mbps up to 2250 Mbps Cost/hr $.105 $.100 $.085 Cost/ECU ECU/hr $.0150 $.0125 $.0106 Cost/month + 32 GB EBS for c4/c5 $75.60 $75.20 $64.40 c5 + EBS can replace c3
  • 34. New Instances: H1- Storage Optimized 33 d2.xlarge h1.2xlarge vCPU 4 8 ECU 14 26 Memory 30.5 32 Disk 3 x 2 TB HDD 1 x 2 TB HDD EBS Dedicated Bandwidth 750 Mbps 1750 Mbps Cost/hr $0.69 $0.55 Cost/month $496.80 $396
  • 35. EKS: Managed Kubernetes on AWS ● Kubernetes becoming de-facto standard scheduler for containers ● Runs upstream Kubernetes (not a fork) ● Masters distributed into multiple AZs ● Integrates with EC2 services (including IAM for API authentication) ● “Coming in 2018” Fargate ● AWS answer to Kubernetes ● Alleviates need to manage cluster of VMs ● Seamless integration with ECS (EKS in 2018) ● Specify vCPU and Memory (choose from 50 combinations) ● Pay per second for vCPU and Memory (1 minute minimum) ○ Price per vCPU is $0.0506 per hour and per GB memory is $0.0127 per hour CaaS: EKS and Fargate 34
  • 36. Compare Costs: ECS Instances to Fargate 35 ECS (Instances) Fargate (Task) Size m5.large 2 vCPU, 8GB vCPU 2 2 Memory 8 8 Cost/hr $.096 $0.2028 Cost/month $69.12 $146.02 Fargate price per vCPU is $0.0506 per hour Fargate price per GB memory is $0.0127 per hour More than double!
  • 37. • On-demand auto-scaling DB • Scaling happens in seconds • Connections remain intact during scaling • Pay for compute, storage, I/O used • Can scale compute down to 0 and pay only for storage ($0.10 / GB) • Can migrate between standard & serverless • Use cases • Infrequently used • Variable use • New applications • Unpredictable workloads • Dev/Test databases Aurora Serverless 36
  • 38. Aurora Serverless Use Case: Viral Web Site 37
  • 39. Aurora Serverless Pricing: Example 38 Aurora Standard Aurora Serverless Size db.r3.large N/A vCPU 2 1-8 ACU Memory 15 2GB to 16GB Cost/hr $.29 $.06 to $0.48 Cost/day $6.96 $2.04 These numbers are based on use case on previous slide. Which is cheaper will depend on your use case. (max 256 ACUs)
  • 41. Cloud Adoption • Multi-Cloud is pervasive. • Governance and cost management are key challenges. On AWS Services • Wow, they announced a lot. • We don’t want developers to use every service. On the Event • Lots of people NOT there • Multiple venues was a challenge - long shuttle waits/rides • Will we come next year? Attendee Buzz 40
  • 42. • m5 instances to replace m3 and m4 • c5 instances to replace c3 and c4 • 1 year Convertible RIs • Inter-Region VPC Peering • Amazon GuardDuty • Sign up for relevant previews • Contact RightScale if you want help analyzing new instance types or RIs Right Now For 2018 • Containers: ECS, EKS, Fargate • Consider other services as relevant for your business • Develop a framework to pick the best cloud for each workload • Put in place multi-cloud governance and cost management Things to Consider
  • 43. • AWS gets more complex • Instance sizes, pricing options, services • Multi-cloud is a given • Adoption has already occurred, costs rising fast • Managing and governing all the above = priority #1 • RightScale addresses these problems • Any cloud, any service, any server, any container • Governance – from visibility to automated controls • Immediate ROI just by connecting your clouds Core Challenges Remain the Same 42