SlideShare a Scribd company logo
WEBINAR
Solving Enterprise Business Challenges
Through Scale-Out Storage & Big Compute
Michael Basilyan, Product Manager, Google Cloud Platform
Scott Jeschonek, Director of Cloud Products, Avere Systems
Rob Futrick, CTO, Cycle Computing
Housekeeping
• Slides
• Questions
• Recording
• Attachments
Presenters
Michael Basilyan
Product Manager
Scott Jeschonek
Director of Cloud Products
Rob Futrick
CTO
Introduction to Google Cloud Platform
Focusing on Compute Engine & Storage
Michael Basilyan
basilyan@google.com
Product Manager, GCE
Agenda
• Google Cloud Overview
• Compute Engine VMs:
• GCE VM Instances & Managed Infrastructure
• Storage:
• Block Storage
• Cloud Storage
What is Google Cloud
Platform?
7
Google Cloud Platform Services
VIRTUAL NETWORK
LOAD BALANCING
CDN
DNS
INTERCONNECT
Management Compute Storage Networking Data
Machine
Learning
STACKDRIVER
IDENTITY AND
ACCESS
MANAGEMENT
CLOUD ML
SPEECH API
VISION API
TRANSLATE API
NATURAL
LANGUAGE API
8
Google Cloud Platform Services
VIRTUAL NETWORK
LOAD BALANCING
CDN
DNS
INTERCONNECT
Management Compute Storage Networking Data
Machine
Learning
STACKDRIVER
IDENTITY AND
ACCESS
MANAGEMENT
CLOUD ML
SPEECH API
VISION API
TRANSLATE API
NATURAL
LANGUAGE API
GCE: Compute & VM Features
VM Live Migration = No Downtime
Custom Machine Types
Average Savings: 19%
Create VMs shaped for your workloads instead of shaping your workloads to fit pre-defined VMs.
Preemptible VMs
Ideal for batch, grid, and fault-tolerant workloads
Save 80% off regular VM list prices: flat $0.01 per core hour
Flat pricing with no complex bidding or competition
Same performance (CPU, I/O, Net) as regular VMs
Example uses: Hadoop, Rendering/Transcoding, Genomics,
Monte Carlo Simulations, etc.
Managed Infrastructure - zero devops for IaaS
Create Groups of
Instances
- Define Instance Template
- Deploy Docker containers or
apps directly
- Automatically connect new
instances to load balancer
Autoheal
- Use app level healthcheck to
signal issue
- Get machine recreated or
restarted
Autoscale
- Add/Remove instances automatically
based on scaling policy (CPU
utilization, LB load, Custom Metrics)
- Scale pool of workers with task
queue
Update
- Deploy new version of your software
with rolling update while serving
traffic
- Do cannary, % rollout, control pace,
roll-back
- Recreate in place or surge instances
Ways we save you money
● Preemptible VMs
● Custom Machine Types
● Per-minute billing
● Sustained Use Discount
○ The more you use, the bigger
the discount. Automatically.
● Instance right-sizing
○ Instance recommendations
displayed on VM Instances
Page
○ Single Button Actuation
Block & Object Storage
Cloud
Storage
Cloud
Bigtable
Cloud
Datastore
Cloud
SQL
Good for:
Binary or object
data (BLOB)
Such as:
Media, analytics,
archive/backup
Good for:
Hierarchical,
mobile, web
Such as:
User profiles,
Game State
Good for:
Web
frameworks
Such as:
CMS,
eCommerce
Good for:
Heavy read +
write, events,
Such as:
AdTech,
Financial, IoT
Where do I store my data?
Big
Query
Good for:
Data
Warehouse
Such as:
Analytics,
Dashboards
Relational NoSQL Object Warehouse
Good for:
Local VM file
storage
Such as:
Application
data/binaries
Block
Persistent
Disk (GCE)
Cloud
Storage
Cloud
Bigtable
Cloud
Datastore
Cloud
SQL
Good for:
Binary or object
data (BLOB)
Such as:
Media, analytics,
archive/backup
Good for:
Hierarchical,
mobile, web
Such as:
User profiles,
Game State
Good for:
Web
frameworks
Such as:
CMS,
eCommerce
Good for:
Heavy read +
write, events,
Such as:
AdTech,
Financial, IoT
Where do I store my data?
Big
Query
Good for:
Data
Warehouse
Such as:
Analytics,
Dashboards
Relational NoSQL Object Warehouse
Good for:
Local VM file
storage
Such as:
Application
data/binaries
Block
Persistent
Disk (GCE)
Block Storage
Reliable, high-performance block storage for virtual machine instances on GCE
Standard Persistent
Disk
SSD Persistent Disk Local SSD
Target
scenarios
Large data processing
workloads and some enterprise
applications
Genomics processing, video
transcoding in GCE
High performance database
and enterprise applications
MySQL, SQL Server, Oracle
In-memory databases
High-performance scratch space
Features
Persistent storage
Cost sensitive ($.04 GB)
Persistent storage
Performance sensitive
($0.17GB)
Ephemeral storage
Highest-performance ($0.218
GB)
Encryption, Snapshots
64 TB, Disk Size sets performance
(Attach larger VMS for max SSD performance)
Encryption
3TB
Cloud Storage: Object/Blog store
● Google Cloud Storage is a scalable
object storage service suitable for
all kinds of unstructured data.
● Cloud Storage vs Perst. Disk:
○ Scales to exabytes.
○ Accessible from anywhere.
○ REST interface; higher latency
than locally attached block
storage (PD)
○ Write semantics include insert
and overwrite file only.
○ Offers versioning.
○ Cheaper!
● Lots of guidelines on picking
storage on our site.
Regions and Zones
–––– 2018
2018
Current regions and number of zones
Edge points of presence
Network
Committed regions for 2017 and number
of zones
#
# https://peering.google.com
https://cloud.google.com/compute/docs/regions-zones/regions-zones
Google Cloud Platform Infrastructure
Google Cloud Platform is built on a datacenter network infrastructure that supports Google scale,
performance, and availability
2
3
Singapore2
S Carolina
N Virginia
Belgium
London
Tokyo
Taiwan
Mumbai
Sydney
Oregon
Iowa
Frankfurt
São Paulo
Finland
3
3
3
3
3
3
2
4
3
3
3
Cloud HPC:
Data Access Challenges
Scott Jeschonek, Director of Cloud Products
HPC in the Cloud
• Bring 100s or 1000s of cores online, quickly and efficiently
• Networking within the Cloud Compute environment minimizes compute latency
• Creative use of preemptible / spot market VM instances allow large numbers of
worker nodes at reasonable cost
“Pure” Cloud HPC
• Entire grid in Compute
Cloud
• Data is located locally
•
Cloud Storage options
may be used
• 3rd party Data may be
incorporated (from their
cloud storage)
Hybrid HPC
Existing HPC clusters:
Capital investment
- Possibly sunk cost already
Logical investment:
- Hardware Tuned
- Storage optimized
- Network optimized
- Daily ops dependent on status
quo
Cloud HPC Clusters:
Transient investment:
- Can build on demand
infrastructure
Expand on-prem:
- Use orchestration and grid
management to extend jobs into
cloud
- Schedule jobs based on
performance / cost requirements
Hybrid HPC
Grids On-Demand
Latency “Kills”
• Access to Data is the main challenge for HPC
• Amplified in the cloud:
- Data has to be located on or near the worker nodes
- Data may be in your datacenter
- Copy it all to the cloud?
- Costs for workers grows if data has to be copied to local disks
- Pipelines may require multiple writes (of results)
- Writes to local storage increases consistency risks
- Writes back to on-prem storage introduces significant latency
Using a Data Access Layer
Advantages of Data Access Layer
Keep your data on prem! – Data in cloud is only there while the compute
nodes work the jobs.
- Reduce the security objections, simplify the move to cloud
Increase cloud compute performance – using file system caching, most of
the data will be in RAM, close to the nodes
- Avoids ingest latencies and slashes transit latency after first read
Scale out – Using solution that facilitates 10s of 1000s of core file system
connections
Hybrid Cloud / Hybrid HPC Using Avere Technology
Customer Needs Avere Delivers
Low-latency file access Edge-Core Architecture
Scalable Performance
and Availability
Scale-out Clustering
NFS & SMB interfaces FlashCloud File System
for Object
Single pool of storage Global Namespace
High Security AES-256 Encryption,
KMIP
Flexibility Physical and virtual
products
Lessons Learned from 10 Years
How Cloud Changes Big Compute
Rob Futrick, CTO
33
The Broad
Institute
Need: 270,000 hours of
computing
Why: Machine learning to
map relationships among
cancer datasets
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 34
Internal cluster queue too
long
Up & running in 1 hour,
scaled and completed
project in 2 weeks
30 years of Computing in 6
hours!
Submit jobs, orchestrate ML
application
Encrypt, route data to Cloud,
return results
51,200 cores
To run R ML
framework
Secure Cluster
Cell Line
Data, RNA,
DNA
Scaling Machine Learning @ The Broad Institute
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 35
Manufacturing
& Electronics
Pharma &
Biotech
Financial &
Insurance
Media &
Entertainment
Oil & Gas
65% of G2000 are limited by access to Big
Compute
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 36
The Challenges: Cloud & HPC Big Compute
User
Inputs
Existing Workflows
Data Dependencies Instance types
Applications
Scalability
Budget Controls
AuthorizationSecurity Stack
IT LOB
Inputs
Job scripts & data
Cloud accounts
Storage / Data sources
OS variations
AD / LDAP Authorization
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 37
The Solution: CycleCloud for Cloud HPC & Big Compute
User
Inputs
Existing Workflows
Data Dependencies Instance types
Applications
Scalability
Budget Controls
AuthorizationSecurity Stack
IT LOB
Inputs
Job scripts & data
Cloud accounts
Storage / Data sources
OS variations
AD / LDAP
Audit/Compliance data
Usage data (User, Group, App)
Job run-time by instance data
AppServer platform
Internal
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 38
Who is Cycle Computing?
• Leader in Cloud Big Compute/HPC
• Pioneering Cloud Management Software for 10 years
• 370M compute-hours managed
• Compute hour growth: 7x every 2 years
• CycleCloud Value Proposition
• Simple Managed Access to Big Compute
• Accelerating Innovation for the Enterprise
=> Faster time to result, with cost control
• Our customers
• Fortune 500, startups, and public sector
• Life sciences & pharma, financial services,
manufacturing, insurance, electronics
© 2016 Copyright | All rights reserved
7 Lessons Learned
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 40
#1 – Zero waiting in line for compute
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 41
#2 – Ask questions of any scale
Ask the right question,
regardless of scale
Think about the problem first
Then the system
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 42
#3 – Users with unique requirements are OK
Trivial to support different use cases
Different GPU, RAM, SSD, OS needs can be created easily
Move workloads that don’t fit internally to Cloud
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 43
#4 – Cloud gets faster/cheaper over time
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 44
#5 – Time & cost are the sole metrics that matter
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 45
Everything
you don’t
think about!
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 46
#6 – Accelerating answers, accelerates people
720 (hours) 720 720
Computing Analysis
2880 hours /
120 Days to Decision
Computing
720
Analysis
SCALABLE COMPUTING (in hours)
720
Computing Analysis Analysis
1456 hours /
60.6 Days to Decision
7208
Computing
ANTICIPATED BENEFIT (in hours)
8
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 47
#6 – Accelerating answers, accelerates people
720 (hours) 720 720
Computing Analysis
2880 hours /
120 Days to Decision
Computing
720
Analysis
SCALABLE COMPUTING (in hours)
Higher Quality Output, Iterative Analysis,
Less Context Switching
Computing & Analysis
POST ADOPTION: AGILE DESIGN PROCESS
8
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 48
#7 – Every smart person gets their own workspace
Old: Shared internal cluster
• Competition for resources
• Waiting in line for compute
• Zero sum game between users
New: Cluster Per Researcher
• Remove bottlenecks
• Cost controls to manage $
• No waiting = 2x faster users
User
User User UserUser User UserUserUser
User
User User
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 49
Lessons Learned Summary
1. Zero Queue Wait for
computing
2. Any scale, Any time
3. Users with unique
requirements are ok
4. Performance goes up over
time, same cost
5. Time and Cost are the sole
metrics
6. Faster iterations
7. Every researcher gets their
own workspace
49
© Copyright Cycle Computing LLC | All Rights Reserved
PAGE 50
The Solution: CycleCloud for Cloud HPC & Big Compute
User
Inputs
Existing Workflows
Data Dependencies Instance types
Applications
Scalability
Budget Controls
AuthorizationSecurity Stack
IT LOB
Inputs
Job scripts & data
Cloud accounts
Storage / Data sources
OS variations
AD / LDAP
Audit/Compliance data
Usage data (User, Group, App)
Job run-time by instance data
AppServer platform
Internal
Questions
& Answers
Contact Information
Michael Basilyan
Product Manager
basilyan@google.com
cloud.google.com
Scott Jeschonek
Director of Cloud Products
scottj@averesystems.com
AvereSystems.com
Rob Futrick
CTO
rfutrick@cyclecomputing.com
CycleComputing.com
Ad

More Related Content

What's hot (14)

Ppt on cloud service
Ppt on cloud servicePpt on cloud service
Ppt on cloud service
JYOTIRANJANNAYAK18
 
Best Practices for Building Successful Cloud Projects
Best Practices for Building Successful Cloud ProjectsBest Practices for Building Successful Cloud Projects
Best Practices for Building Successful Cloud Projects
Nati Shalom
 
Best Practices for Architecting VDI with Flash Storage
Best Practices for Architecting VDI with Flash StorageBest Practices for Architecting VDI with Flash Storage
Best Practices for Architecting VDI with Flash Storage
Ryan Snell
 
Coud-based Data Lake for Analytics and AI
Coud-based Data Lake for Analytics and AICoud-based Data Lake for Analytics and AI
Coud-based Data Lake for Analytics and AI
Torsten Steinbach
 
Modern big data and machine learning in the era of cloud, docker and kubernetes
Modern big data and machine learning in the era of cloud, docker and kubernetesModern big data and machine learning in the era of cloud, docker and kubernetes
Modern big data and machine learning in the era of cloud, docker and kubernetes
Slim Baltagi
 
RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...
RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...
RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...
RightScale
 
IBM THINK 2020 - Cloud Data Lake with IBM Cloud Data Services
IBM THINK 2020 - Cloud Data Lake with IBM Cloud Data Services IBM THINK 2020 - Cloud Data Lake with IBM Cloud Data Services
IBM THINK 2020 - Cloud Data Lake with IBM Cloud Data Services
Torsten Steinbach
 
Architecting Cloudy Applications
Architecting Cloudy ApplicationsArchitecting Cloudy Applications
Architecting Cloudy Applications
David Chou
 
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Kamalesh Ramasamy
 
NoSQL and Spatial Database Capabilities using PostgreSQL
NoSQL and Spatial Database Capabilities using PostgreSQLNoSQL and Spatial Database Capabilities using PostgreSQL
NoSQL and Spatial Database Capabilities using PostgreSQL
EDB
 
AWS Summit Singapore 2019 | Snowflake: Your Data. No Limits
AWS Summit Singapore 2019 | Snowflake: Your Data. No LimitsAWS Summit Singapore 2019 | Snowflake: Your Data. No Limits
AWS Summit Singapore 2019 | Snowflake: Your Data. No Limits
AWS Summits
 
IBM Cloud Strategy
IBM Cloud StrategyIBM Cloud Strategy
IBM Cloud Strategy
cloudcampnigeria
 
IBM Dash DB
IBM Dash DBIBM Dash DB
IBM Dash DB
Luke Farrell
 
Cloud-based Data Lake for Analytics and AI
Cloud-based Data Lake for Analytics and AICloud-based Data Lake for Analytics and AI
Cloud-based Data Lake for Analytics and AI
Torsten Steinbach
 
Best Practices for Building Successful Cloud Projects
Best Practices for Building Successful Cloud ProjectsBest Practices for Building Successful Cloud Projects
Best Practices for Building Successful Cloud Projects
Nati Shalom
 
Best Practices for Architecting VDI with Flash Storage
Best Practices for Architecting VDI with Flash StorageBest Practices for Architecting VDI with Flash Storage
Best Practices for Architecting VDI with Flash Storage
Ryan Snell
 
Coud-based Data Lake for Analytics and AI
Coud-based Data Lake for Analytics and AICoud-based Data Lake for Analytics and AI
Coud-based Data Lake for Analytics and AI
Torsten Steinbach
 
Modern big data and machine learning in the era of cloud, docker and kubernetes
Modern big data and machine learning in the era of cloud, docker and kubernetesModern big data and machine learning in the era of cloud, docker and kubernetes
Modern big data and machine learning in the era of cloud, docker and kubernetes
Slim Baltagi
 
RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...
RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...
RightScale Webinar: Hybrid-IT: Connecting Your On-Premises Infrastructure Wit...
RightScale
 
IBM THINK 2020 - Cloud Data Lake with IBM Cloud Data Services
IBM THINK 2020 - Cloud Data Lake with IBM Cloud Data Services IBM THINK 2020 - Cloud Data Lake with IBM Cloud Data Services
IBM THINK 2020 - Cloud Data Lake with IBM Cloud Data Services
Torsten Steinbach
 
Architecting Cloudy Applications
Architecting Cloudy ApplicationsArchitecting Cloudy Applications
Architecting Cloudy Applications
David Chou
 
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Oracle zdm Migrate Amazon RDS Oracle to Oracle Autonomous 2021 Kamalesh Ramas...
Kamalesh Ramasamy
 
NoSQL and Spatial Database Capabilities using PostgreSQL
NoSQL and Spatial Database Capabilities using PostgreSQLNoSQL and Spatial Database Capabilities using PostgreSQL
NoSQL and Spatial Database Capabilities using PostgreSQL
EDB
 
AWS Summit Singapore 2019 | Snowflake: Your Data. No Limits
AWS Summit Singapore 2019 | Snowflake: Your Data. No LimitsAWS Summit Singapore 2019 | Snowflake: Your Data. No Limits
AWS Summit Singapore 2019 | Snowflake: Your Data. No Limits
AWS Summits
 
Cloud-based Data Lake for Analytics and AI
Cloud-based Data Lake for Analytics and AICloud-based Data Lake for Analytics and AI
Cloud-based Data Lake for Analytics and AI
Torsten Steinbach
 

Similar to Solving enterprise challenges through scale out storage & big compute final (20)

Building what's next with google cloud's powerful infrastructure
Building what's next with google cloud's powerful infrastructureBuilding what's next with google cloud's powerful infrastructure
Building what's next with google cloud's powerful infrastructure
MediaAgility
 
Windowsazureplatform Overviewlatest
Windowsazureplatform OverviewlatestWindowsazureplatform Overviewlatest
Windowsazureplatform Overviewlatest
rajramab
 
Introduction to Google Cloud Platform
Introduction to Google Cloud PlatformIntroduction to Google Cloud Platform
Introduction to Google Cloud Platform
dhruv_chaudhari
 
Big Data on Cloud Native Platform
Big Data on Cloud Native PlatformBig Data on Cloud Native Platform
Big Data on Cloud Native Platform
Sunil Govindan
 
Big Data on Cloud Native Platform
Big Data on Cloud Native PlatformBig Data on Cloud Native Platform
Big Data on Cloud Native Platform
Sunil Govindan
 
The Last Frontier- Virtualization, Hybrid Management and the Cloud
The Last Frontier-  Virtualization, Hybrid Management and the CloudThe Last Frontier-  Virtualization, Hybrid Management and the Cloud
The Last Frontier- Virtualization, Hybrid Management and the Cloud
Kellyn Pot'Vin-Gorman
 
Azure Overview Csco
Azure Overview CscoAzure Overview Csco
Azure Overview Csco
rajramab
 
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflowsCloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Yong Feng
 
Introduction to Cloud computing
Introduction to Cloud computingIntroduction to Cloud computing
Introduction to Cloud computing
Mathews Job
 
Windows Azure Platform - Jonathan Wong
Windows Azure Platform - Jonathan WongWindows Azure Platform - Jonathan Wong
Windows Azure Platform - Jonathan Wong
Spiffy
 
Oracle EBS Journey to the Cloud - What is New in 2022 (UKOUG Breakthrough 22 ...
Oracle EBS Journey to the Cloud - What is New in 2022 (UKOUG Breakthrough 22 ...Oracle EBS Journey to the Cloud - What is New in 2022 (UKOUG Breakthrough 22 ...
Oracle EBS Journey to the Cloud - What is New in 2022 (UKOUG Breakthrough 22 ...
Andrejs Prokopjevs
 
Level 200 - Intro to Azure Storage1.pptx
Level 200 - Intro to Azure Storage1.pptxLevel 200 - Intro to Azure Storage1.pptx
Level 200 - Intro to Azure Storage1.pptx
RameshNimmakanti
 
Understanding The Azure Platform Jan
Understanding The Azure Platform   JanUnderstanding The Azure Platform   Jan
Understanding The Azure Platform Jan
DavidGristwood
 
Understanding the Windows Azure Platform - Dec 2010
Understanding the Windows Azure Platform - Dec 2010Understanding the Windows Azure Platform - Dec 2010
Understanding the Windows Azure Platform - Dec 2010
DavidGristwood
 
Adding Recurring Revenue with Cloud Computing ProfitBricks
Adding Recurring Revenue with Cloud Computing ProfitBricksAdding Recurring Revenue with Cloud Computing ProfitBricks
Adding Recurring Revenue with Cloud Computing ProfitBricks
ProfitBricks
 
Cloud computing shim
Cloud computing shimCloud computing shim
Cloud computing shim
tistrue
 
Private cloud with z enterprise
Private cloud with z enterprisePrivate cloud with z enterprise
Private cloud with z enterprise
Jim Porell
 
4. aws enterprise summit seoul 기존 엔터프라이즈 it 솔루션 클라우드로 이전하기 - thomas park
4. aws enterprise summit seoul   기존 엔터프라이즈 it 솔루션 클라우드로 이전하기 - thomas park4. aws enterprise summit seoul   기존 엔터프라이즈 it 솔루션 클라우드로 이전하기 - thomas park
4. aws enterprise summit seoul 기존 엔터프라이즈 it 솔루션 클라우드로 이전하기 - thomas park
Amazon Web Services Korea
 
Cloud computing
Cloud computingCloud computing
Cloud computing
MOHIT PANDEY
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
Biswajit Pratihari
 
Building what's next with google cloud's powerful infrastructure
Building what's next with google cloud's powerful infrastructureBuilding what's next with google cloud's powerful infrastructure
Building what's next with google cloud's powerful infrastructure
MediaAgility
 
Windowsazureplatform Overviewlatest
Windowsazureplatform OverviewlatestWindowsazureplatform Overviewlatest
Windowsazureplatform Overviewlatest
rajramab
 
Introduction to Google Cloud Platform
Introduction to Google Cloud PlatformIntroduction to Google Cloud Platform
Introduction to Google Cloud Platform
dhruv_chaudhari
 
Big Data on Cloud Native Platform
Big Data on Cloud Native PlatformBig Data on Cloud Native Platform
Big Data on Cloud Native Platform
Sunil Govindan
 
Big Data on Cloud Native Platform
Big Data on Cloud Native PlatformBig Data on Cloud Native Platform
Big Data on Cloud Native Platform
Sunil Govindan
 
The Last Frontier- Virtualization, Hybrid Management and the Cloud
The Last Frontier-  Virtualization, Hybrid Management and the CloudThe Last Frontier-  Virtualization, Hybrid Management and the Cloud
The Last Frontier- Virtualization, Hybrid Management and the Cloud
Kellyn Pot'Vin-Gorman
 
Azure Overview Csco
Azure Overview CscoAzure Overview Csco
Azure Overview Csco
rajramab
 
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflowsCloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Yong Feng
 
Introduction to Cloud computing
Introduction to Cloud computingIntroduction to Cloud computing
Introduction to Cloud computing
Mathews Job
 
Windows Azure Platform - Jonathan Wong
Windows Azure Platform - Jonathan WongWindows Azure Platform - Jonathan Wong
Windows Azure Platform - Jonathan Wong
Spiffy
 
Oracle EBS Journey to the Cloud - What is New in 2022 (UKOUG Breakthrough 22 ...
Oracle EBS Journey to the Cloud - What is New in 2022 (UKOUG Breakthrough 22 ...Oracle EBS Journey to the Cloud - What is New in 2022 (UKOUG Breakthrough 22 ...
Oracle EBS Journey to the Cloud - What is New in 2022 (UKOUG Breakthrough 22 ...
Andrejs Prokopjevs
 
Level 200 - Intro to Azure Storage1.pptx
Level 200 - Intro to Azure Storage1.pptxLevel 200 - Intro to Azure Storage1.pptx
Level 200 - Intro to Azure Storage1.pptx
RameshNimmakanti
 
Understanding The Azure Platform Jan
Understanding The Azure Platform   JanUnderstanding The Azure Platform   Jan
Understanding The Azure Platform Jan
DavidGristwood
 
Understanding the Windows Azure Platform - Dec 2010
Understanding the Windows Azure Platform - Dec 2010Understanding the Windows Azure Platform - Dec 2010
Understanding the Windows Azure Platform - Dec 2010
DavidGristwood
 
Adding Recurring Revenue with Cloud Computing ProfitBricks
Adding Recurring Revenue with Cloud Computing ProfitBricksAdding Recurring Revenue with Cloud Computing ProfitBricks
Adding Recurring Revenue with Cloud Computing ProfitBricks
ProfitBricks
 
Cloud computing shim
Cloud computing shimCloud computing shim
Cloud computing shim
tistrue
 
Private cloud with z enterprise
Private cloud with z enterprisePrivate cloud with z enterprise
Private cloud with z enterprise
Jim Porell
 
4. aws enterprise summit seoul 기존 엔터프라이즈 it 솔루션 클라우드로 이전하기 - thomas park
4. aws enterprise summit seoul   기존 엔터프라이즈 it 솔루션 클라우드로 이전하기 - thomas park4. aws enterprise summit seoul   기존 엔터프라이즈 it 솔루션 클라우드로 이전하기 - thomas park
4. aws enterprise summit seoul 기존 엔터프라이즈 it 솔루션 클라우드로 이전하기 - thomas park
Amazon Web Services Korea
 
Ad

More from Avere Systems (20)

Scaling Security Workflows in Government Agencies
Scaling Security Workflows in Government AgenciesScaling Security Workflows in Government Agencies
Scaling Security Workflows in Government Agencies
Avere Systems
 
Hedge Fund IT Challenges Financial Survey
Hedge Fund IT Challenges Financial SurveyHedge Fund IT Challenges Financial Survey
Hedge Fund IT Challenges Financial Survey
Avere Systems
 
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds CapacityCloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Avere Systems
 
Deliver Best-in-Class HPC Cloud Solutions Without Losing Your Mind
Deliver Best-in-Class HPC Cloud Solutions Without Losing Your MindDeliver Best-in-Class HPC Cloud Solutions Without Losing Your Mind
Deliver Best-in-Class HPC Cloud Solutions Without Losing Your Mind
Avere Systems
 
Compute Cloud for Rendering
Compute Cloud for RenderingCompute Cloud for Rendering
Compute Cloud for Rendering
Avere Systems
 
Building a Just-in-Time Application Stack for Analysts
Building a Just-in-Time Application Stack for AnalystsBuilding a Just-in-Time Application Stack for Analysts
Building a Just-in-Time Application Stack for Analysts
Avere Systems
 
Rendering Takes Flight
Rendering Takes FlightRendering Takes Flight
Rendering Takes Flight
Avere Systems
 
Three Steps to Modern Media Asset Management with Active Archive
Three Steps to Modern Media Asset Management with Active ArchiveThree Steps to Modern Media Asset Management with Active Archive
Three Steps to Modern Media Asset Management with Active Archive
Avere Systems
 
Cloud Computing Gets Put to the Test
Cloud Computing Gets Put to the TestCloud Computing Gets Put to the Test
Cloud Computing Gets Put to the Test
Avere Systems
 
Scientific Computing in the Cloud: Speeding Access for Drug Discovery
Scientific Computing in the Cloud: Speeding Access for Drug DiscoveryScientific Computing in the Cloud: Speeding Access for Drug Discovery
Scientific Computing in the Cloud: Speeding Access for Drug Discovery
Avere Systems
 
Build a Cloud Render-Ready Infrastructure
Build a Cloud Render-Ready InfrastructureBuild a Cloud Render-Ready Infrastructure
Build a Cloud Render-Ready Infrastructure
Avere Systems
 
4 C’s for Using Cloud to Support Scientific Research
4 C’s for Using Cloud to Support Scientific Research4 C’s for Using Cloud to Support Scientific Research
4 C’s for Using Cloud to Support Scientific Research
Avere Systems
 
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Avere Systems
 
Avere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere & AWS Enterprise Solution with Special Bundle Pricing OfferAvere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere Systems
 
Enable Enterprise Hybrid Cloud NAS
Enable Enterprise Hybrid Cloud NASEnable Enterprise Hybrid Cloud NAS
Enable Enterprise Hybrid Cloud NAS
Avere Systems
 
Avere Cloud NAS
Avere Cloud NASAvere Cloud NAS
Avere Cloud NAS
Avere Systems
 
Clouds in Your Coffee Session with Cleversafe & Avere
Clouds in Your Coffee Session with Cleversafe & AvereClouds in Your Coffee Session with Cleversafe & Avere
Clouds in Your Coffee Session with Cleversafe & Avere
Avere Systems
 
Are you ready for Avere Cloud NAS?
Are you ready for Avere Cloud NAS?Are you ready for Avere Cloud NAS?
Are you ready for Avere Cloud NAS?
Avere Systems
 
Optimizing the Upstreaming Workflow: Flexibly Scale Storage for Seismic Proce...
Optimizing the Upstreaming Workflow: Flexibly Scale Storage for Seismic Proce...Optimizing the Upstreaming Workflow: Flexibly Scale Storage for Seismic Proce...
Optimizing the Upstreaming Workflow: Flexibly Scale Storage for Seismic Proce...
Avere Systems
 
Webinar: Untethering Compute from Storage
Webinar: Untethering Compute from StorageWebinar: Untethering Compute from Storage
Webinar: Untethering Compute from Storage
Avere Systems
 
Scaling Security Workflows in Government Agencies
Scaling Security Workflows in Government AgenciesScaling Security Workflows in Government Agencies
Scaling Security Workflows in Government Agencies
Avere Systems
 
Hedge Fund IT Challenges Financial Survey
Hedge Fund IT Challenges Financial SurveyHedge Fund IT Challenges Financial Survey
Hedge Fund IT Challenges Financial Survey
Avere Systems
 
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds CapacityCloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Cloud Bursting 101: What to do When Cloud Computing Demand Exceeds Capacity
Avere Systems
 
Deliver Best-in-Class HPC Cloud Solutions Without Losing Your Mind
Deliver Best-in-Class HPC Cloud Solutions Without Losing Your MindDeliver Best-in-Class HPC Cloud Solutions Without Losing Your Mind
Deliver Best-in-Class HPC Cloud Solutions Without Losing Your Mind
Avere Systems
 
Compute Cloud for Rendering
Compute Cloud for RenderingCompute Cloud for Rendering
Compute Cloud for Rendering
Avere Systems
 
Building a Just-in-Time Application Stack for Analysts
Building a Just-in-Time Application Stack for AnalystsBuilding a Just-in-Time Application Stack for Analysts
Building a Just-in-Time Application Stack for Analysts
Avere Systems
 
Rendering Takes Flight
Rendering Takes FlightRendering Takes Flight
Rendering Takes Flight
Avere Systems
 
Three Steps to Modern Media Asset Management with Active Archive
Three Steps to Modern Media Asset Management with Active ArchiveThree Steps to Modern Media Asset Management with Active Archive
Three Steps to Modern Media Asset Management with Active Archive
Avere Systems
 
Cloud Computing Gets Put to the Test
Cloud Computing Gets Put to the TestCloud Computing Gets Put to the Test
Cloud Computing Gets Put to the Test
Avere Systems
 
Scientific Computing in the Cloud: Speeding Access for Drug Discovery
Scientific Computing in the Cloud: Speeding Access for Drug DiscoveryScientific Computing in the Cloud: Speeding Access for Drug Discovery
Scientific Computing in the Cloud: Speeding Access for Drug Discovery
Avere Systems
 
Build a Cloud Render-Ready Infrastructure
Build a Cloud Render-Ready InfrastructureBuild a Cloud Render-Ready Infrastructure
Build a Cloud Render-Ready Infrastructure
Avere Systems
 
4 C’s for Using Cloud to Support Scientific Research
4 C’s for Using Cloud to Support Scientific Research4 C’s for Using Cloud to Support Scientific Research
4 C’s for Using Cloud to Support Scientific Research
Avere Systems
 
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Share on LinkedIn Share on Twitter Share on Facebook Share on Google+ Share b...
Avere Systems
 
Avere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere & AWS Enterprise Solution with Special Bundle Pricing OfferAvere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere & AWS Enterprise Solution with Special Bundle Pricing Offer
Avere Systems
 
Enable Enterprise Hybrid Cloud NAS
Enable Enterprise Hybrid Cloud NASEnable Enterprise Hybrid Cloud NAS
Enable Enterprise Hybrid Cloud NAS
Avere Systems
 
Clouds in Your Coffee Session with Cleversafe & Avere
Clouds in Your Coffee Session with Cleversafe & AvereClouds in Your Coffee Session with Cleversafe & Avere
Clouds in Your Coffee Session with Cleversafe & Avere
Avere Systems
 
Are you ready for Avere Cloud NAS?
Are you ready for Avere Cloud NAS?Are you ready for Avere Cloud NAS?
Are you ready for Avere Cloud NAS?
Avere Systems
 
Optimizing the Upstreaming Workflow: Flexibly Scale Storage for Seismic Proce...
Optimizing the Upstreaming Workflow: Flexibly Scale Storage for Seismic Proce...Optimizing the Upstreaming Workflow: Flexibly Scale Storage for Seismic Proce...
Optimizing the Upstreaming Workflow: Flexibly Scale Storage for Seismic Proce...
Avere Systems
 
Webinar: Untethering Compute from Storage
Webinar: Untethering Compute from StorageWebinar: Untethering Compute from Storage
Webinar: Untethering Compute from Storage
Avere Systems
 
Ad

Recently uploaded (20)

Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
IEDM 2024 Tutorial2_Advances in CMOS Technologies and Future Directions for C...
organizerofv
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath MaestroDev Dives: Automate and orchestrate your processes with UiPath Maestro
Dev Dives: Automate and orchestrate your processes with UiPath Maestro
UiPathCommunity
 
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Massive Power Outage Hits Spain, Portugal, and France: Causes, Impact, and On...
Aqusag Technologies
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 

Solving enterprise challenges through scale out storage & big compute final

  • 1. WEBINAR Solving Enterprise Business Challenges Through Scale-Out Storage & Big Compute Michael Basilyan, Product Manager, Google Cloud Platform Scott Jeschonek, Director of Cloud Products, Avere Systems Rob Futrick, CTO, Cycle Computing
  • 2. Housekeeping • Slides • Questions • Recording • Attachments
  • 3. Presenters Michael Basilyan Product Manager Scott Jeschonek Director of Cloud Products Rob Futrick CTO
  • 4. Introduction to Google Cloud Platform Focusing on Compute Engine & Storage Michael Basilyan [email protected] Product Manager, GCE
  • 5. Agenda • Google Cloud Overview • Compute Engine VMs: • GCE VM Instances & Managed Infrastructure • Storage: • Block Storage • Cloud Storage
  • 6. What is Google Cloud Platform?
  • 7. 7 Google Cloud Platform Services VIRTUAL NETWORK LOAD BALANCING CDN DNS INTERCONNECT Management Compute Storage Networking Data Machine Learning STACKDRIVER IDENTITY AND ACCESS MANAGEMENT CLOUD ML SPEECH API VISION API TRANSLATE API NATURAL LANGUAGE API
  • 8. 8 Google Cloud Platform Services VIRTUAL NETWORK LOAD BALANCING CDN DNS INTERCONNECT Management Compute Storage Networking Data Machine Learning STACKDRIVER IDENTITY AND ACCESS MANAGEMENT CLOUD ML SPEECH API VISION API TRANSLATE API NATURAL LANGUAGE API
  • 9. GCE: Compute & VM Features
  • 10. VM Live Migration = No Downtime
  • 11. Custom Machine Types Average Savings: 19% Create VMs shaped for your workloads instead of shaping your workloads to fit pre-defined VMs.
  • 12. Preemptible VMs Ideal for batch, grid, and fault-tolerant workloads Save 80% off regular VM list prices: flat $0.01 per core hour Flat pricing with no complex bidding or competition Same performance (CPU, I/O, Net) as regular VMs Example uses: Hadoop, Rendering/Transcoding, Genomics, Monte Carlo Simulations, etc.
  • 13. Managed Infrastructure - zero devops for IaaS Create Groups of Instances - Define Instance Template - Deploy Docker containers or apps directly - Automatically connect new instances to load balancer Autoheal - Use app level healthcheck to signal issue - Get machine recreated or restarted Autoscale - Add/Remove instances automatically based on scaling policy (CPU utilization, LB load, Custom Metrics) - Scale pool of workers with task queue Update - Deploy new version of your software with rolling update while serving traffic - Do cannary, % rollout, control pace, roll-back - Recreate in place or surge instances
  • 14. Ways we save you money ● Preemptible VMs ● Custom Machine Types ● Per-minute billing ● Sustained Use Discount ○ The more you use, the bigger the discount. Automatically. ● Instance right-sizing ○ Instance recommendations displayed on VM Instances Page ○ Single Button Actuation
  • 15. Block & Object Storage
  • 16. Cloud Storage Cloud Bigtable Cloud Datastore Cloud SQL Good for: Binary or object data (BLOB) Such as: Media, analytics, archive/backup Good for: Hierarchical, mobile, web Such as: User profiles, Game State Good for: Web frameworks Such as: CMS, eCommerce Good for: Heavy read + write, events, Such as: AdTech, Financial, IoT Where do I store my data? Big Query Good for: Data Warehouse Such as: Analytics, Dashboards Relational NoSQL Object Warehouse Good for: Local VM file storage Such as: Application data/binaries Block Persistent Disk (GCE)
  • 17. Cloud Storage Cloud Bigtable Cloud Datastore Cloud SQL Good for: Binary or object data (BLOB) Such as: Media, analytics, archive/backup Good for: Hierarchical, mobile, web Such as: User profiles, Game State Good for: Web frameworks Such as: CMS, eCommerce Good for: Heavy read + write, events, Such as: AdTech, Financial, IoT Where do I store my data? Big Query Good for: Data Warehouse Such as: Analytics, Dashboards Relational NoSQL Object Warehouse Good for: Local VM file storage Such as: Application data/binaries Block Persistent Disk (GCE)
  • 18. Block Storage Reliable, high-performance block storage for virtual machine instances on GCE Standard Persistent Disk SSD Persistent Disk Local SSD Target scenarios Large data processing workloads and some enterprise applications Genomics processing, video transcoding in GCE High performance database and enterprise applications MySQL, SQL Server, Oracle In-memory databases High-performance scratch space Features Persistent storage Cost sensitive ($.04 GB) Persistent storage Performance sensitive ($0.17GB) Ephemeral storage Highest-performance ($0.218 GB) Encryption, Snapshots 64 TB, Disk Size sets performance (Attach larger VMS for max SSD performance) Encryption 3TB
  • 19. Cloud Storage: Object/Blog store ● Google Cloud Storage is a scalable object storage service suitable for all kinds of unstructured data. ● Cloud Storage vs Perst. Disk: ○ Scales to exabytes. ○ Accessible from anywhere. ○ REST interface; higher latency than locally attached block storage (PD) ○ Write semantics include insert and overwrite file only. ○ Offers versioning. ○ Cheaper! ● Lots of guidelines on picking storage on our site.
  • 21. –––– 2018 2018 Current regions and number of zones Edge points of presence Network Committed regions for 2017 and number of zones # # https://peering.google.com https://cloud.google.com/compute/docs/regions-zones/regions-zones Google Cloud Platform Infrastructure Google Cloud Platform is built on a datacenter network infrastructure that supports Google scale, performance, and availability 2 3 Singapore2 S Carolina N Virginia Belgium London Tokyo Taiwan Mumbai Sydney Oregon Iowa Frankfurt São Paulo Finland 3 3 3 3 3 3 2 4 3 3 3
  • 22. Cloud HPC: Data Access Challenges Scott Jeschonek, Director of Cloud Products
  • 23. HPC in the Cloud • Bring 100s or 1000s of cores online, quickly and efficiently • Networking within the Cloud Compute environment minimizes compute latency • Creative use of preemptible / spot market VM instances allow large numbers of worker nodes at reasonable cost
  • 24. “Pure” Cloud HPC • Entire grid in Compute Cloud • Data is located locally • Cloud Storage options may be used • 3rd party Data may be incorporated (from their cloud storage)
  • 25. Hybrid HPC Existing HPC clusters: Capital investment - Possibly sunk cost already Logical investment: - Hardware Tuned - Storage optimized - Network optimized - Daily ops dependent on status quo Cloud HPC Clusters: Transient investment: - Can build on demand infrastructure Expand on-prem: - Use orchestration and grid management to extend jobs into cloud - Schedule jobs based on performance / cost requirements
  • 28. Latency “Kills” • Access to Data is the main challenge for HPC • Amplified in the cloud: - Data has to be located on or near the worker nodes - Data may be in your datacenter - Copy it all to the cloud? - Costs for workers grows if data has to be copied to local disks - Pipelines may require multiple writes (of results) - Writes to local storage increases consistency risks - Writes back to on-prem storage introduces significant latency
  • 29. Using a Data Access Layer
  • 30. Advantages of Data Access Layer Keep your data on prem! – Data in cloud is only there while the compute nodes work the jobs. - Reduce the security objections, simplify the move to cloud Increase cloud compute performance – using file system caching, most of the data will be in RAM, close to the nodes - Avoids ingest latencies and slashes transit latency after first read Scale out – Using solution that facilitates 10s of 1000s of core file system connections
  • 31. Hybrid Cloud / Hybrid HPC Using Avere Technology Customer Needs Avere Delivers Low-latency file access Edge-Core Architecture Scalable Performance and Availability Scale-out Clustering NFS & SMB interfaces FlashCloud File System for Object Single pool of storage Global Namespace High Security AES-256 Encryption, KMIP Flexibility Physical and virtual products
  • 32. Lessons Learned from 10 Years How Cloud Changes Big Compute Rob Futrick, CTO
  • 33. 33 The Broad Institute Need: 270,000 hours of computing Why: Machine learning to map relationships among cancer datasets
  • 34. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 34 Internal cluster queue too long Up & running in 1 hour, scaled and completed project in 2 weeks 30 years of Computing in 6 hours! Submit jobs, orchestrate ML application Encrypt, route data to Cloud, return results 51,200 cores To run R ML framework Secure Cluster Cell Line Data, RNA, DNA Scaling Machine Learning @ The Broad Institute
  • 35. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 35 Manufacturing & Electronics Pharma & Biotech Financial & Insurance Media & Entertainment Oil & Gas 65% of G2000 are limited by access to Big Compute
  • 36. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 36 The Challenges: Cloud & HPC Big Compute User Inputs Existing Workflows Data Dependencies Instance types Applications Scalability Budget Controls AuthorizationSecurity Stack IT LOB Inputs Job scripts & data Cloud accounts Storage / Data sources OS variations AD / LDAP Authorization
  • 37. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 37 The Solution: CycleCloud for Cloud HPC & Big Compute User Inputs Existing Workflows Data Dependencies Instance types Applications Scalability Budget Controls AuthorizationSecurity Stack IT LOB Inputs Job scripts & data Cloud accounts Storage / Data sources OS variations AD / LDAP Audit/Compliance data Usage data (User, Group, App) Job run-time by instance data AppServer platform Internal
  • 38. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 38 Who is Cycle Computing? • Leader in Cloud Big Compute/HPC • Pioneering Cloud Management Software for 10 years • 370M compute-hours managed • Compute hour growth: 7x every 2 years • CycleCloud Value Proposition • Simple Managed Access to Big Compute • Accelerating Innovation for the Enterprise => Faster time to result, with cost control • Our customers • Fortune 500, startups, and public sector • Life sciences & pharma, financial services, manufacturing, insurance, electronics
  • 39. © 2016 Copyright | All rights reserved 7 Lessons Learned
  • 40. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 40 #1 – Zero waiting in line for compute
  • 41. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 41 #2 – Ask questions of any scale Ask the right question, regardless of scale Think about the problem first Then the system
  • 42. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 42 #3 – Users with unique requirements are OK Trivial to support different use cases Different GPU, RAM, SSD, OS needs can be created easily Move workloads that don’t fit internally to Cloud
  • 43. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 43 #4 – Cloud gets faster/cheaper over time
  • 44. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 44 #5 – Time & cost are the sole metrics that matter
  • 45. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 45 Everything you don’t think about!
  • 46. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 46 #6 – Accelerating answers, accelerates people 720 (hours) 720 720 Computing Analysis 2880 hours / 120 Days to Decision Computing 720 Analysis SCALABLE COMPUTING (in hours) 720 Computing Analysis Analysis 1456 hours / 60.6 Days to Decision 7208 Computing ANTICIPATED BENEFIT (in hours) 8
  • 47. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 47 #6 – Accelerating answers, accelerates people 720 (hours) 720 720 Computing Analysis 2880 hours / 120 Days to Decision Computing 720 Analysis SCALABLE COMPUTING (in hours) Higher Quality Output, Iterative Analysis, Less Context Switching Computing & Analysis POST ADOPTION: AGILE DESIGN PROCESS 8
  • 48. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 48 #7 – Every smart person gets their own workspace Old: Shared internal cluster • Competition for resources • Waiting in line for compute • Zero sum game between users New: Cluster Per Researcher • Remove bottlenecks • Cost controls to manage $ • No waiting = 2x faster users User User User UserUser User UserUserUser User User User
  • 49. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 49 Lessons Learned Summary 1. Zero Queue Wait for computing 2. Any scale, Any time 3. Users with unique requirements are ok 4. Performance goes up over time, same cost 5. Time and Cost are the sole metrics 6. Faster iterations 7. Every researcher gets their own workspace 49
  • 50. © Copyright Cycle Computing LLC | All Rights Reserved PAGE 50 The Solution: CycleCloud for Cloud HPC & Big Compute User Inputs Existing Workflows Data Dependencies Instance types Applications Scalability Budget Controls AuthorizationSecurity Stack IT LOB Inputs Job scripts & data Cloud accounts Storage / Data sources OS variations AD / LDAP Audit/Compliance data Usage data (User, Group, App) Job run-time by instance data AppServer platform Internal
  • 52. Contact Information Michael Basilyan Product Manager [email protected] cloud.google.com Scott Jeschonek Director of Cloud Products [email protected] AvereSystems.com Rob Futrick CTO [email protected] CycleComputing.com