SlideShare una empresa de Scribd logo
1 de 35
Amazon Web Services
Amazon
AWS Research Cloud Program & Researcher’s Handbook
Worldwide Research & Technical Computing
2017-01-13
“… the online book and decorative pillow seller Amazon.com
swooped in and, in 2006, launched its own computer rental system—
the future Amazon Web Services. The once-fledgling service has
since turned cloud computing into a mainstream phenomenon …”
Source: Bloomberg Business - April 22, 2015
missing manual
Written by Amazon’s Research Computing
community for scientists.
• Explains foundational concepts about how AWS
can accelerate time-to-science in the cloud.
• Step-by-step best practices for securing your
environment to ensure your research data is safe
and your privacy is protected.
• Tools for budget management that will help you
control your spending and limit costs (and
preventing any over-runs).
• Catalogue of scientific solutions from partners
chosen for their outstanding work with scientists.
aws.amazon.com/rcp
Disrupting science, wherever it’s happening.
IT’S
ABOUT
SCIENCE,
NOT
SERVERS. #AWSresearchcloud
aws.amazon.com/rcp
Prediction
Experiment
Results
Refine
Model
Hypothesis
Credit: Aristotle
data point
DATASETS,
TOOLS &
TECHNIQUES
#AWSresearchcloud
aws.amazon.com/rcp
laptop server
server cluster
CPU GPU
… in minutes.
We’ve been using Lambda, a
brand new AWS service launched
this year, which helps our
software to quickly adjust
compute resources to match the
complexity of the analysis task. It
processes billions of base pairs in
its off-target search by
subdividing the job into
independent, modular tasks that
can be run in parallel.
A typical GT-Scan2 job takes less
than a minute and thanks to
Lambda we can keep the runtime
constant irrespective of how
complex the task.
Cray Supercomputer
spare capacity
actual
Peak: 58K cores
Valley: 12K cores
THERE’S
NO
QUEUE IN
THE
CLOUD. #AWSresearchcloud
aws.amazon.com/rcp
 750+ popular scientific applications
AWS Marketplace
immediately
Introducing Alces Flight - self-scaling HPC clusters instantly ready to compute, billed by the hour and using
the AWS Spot market by default to achieve supercomputing for ~1c per core per hour.
http://boofla.io/u/alcesFlight
INSTANT
Wall clock time: ~1 hour Wall clock time: ~1 week
Cost: the same
AWS Region
Availability Zone
regions are sovereign your data never
leaves
Americas
• AWS GovCloud (2)
• US West
• Oregon (3)
• Northern California (3)
• Northern Virginia (5)
• Ohio (3)
• Montreal (2)
• São Paulo (3)
Europe
• Ireland (3)
• Frankfurt (2)
• London (2)
• Paris
Asia Pacific
• Singapore (2)
• Sydney (3)
• Tokyo (3)
• Seoul (2)
• Mumbai (2)
• Beijing (2)
• Ningxia
Account Support
Support
Managed
Services
Professional
Services
Partner
Ecosystem
Training &
Certification
Solution
Architects
Account
Management
Security & Pricing
Reports
Technical Acct.
Management
Marketplace
Business
Applications
DevOps Tools
Business
Intelligence
Security
Networking
Database &
Storage
SaaS
Subscriptions
Operating
Systems
Mobile
Build, Test,
Monitor Apps
Push
Notifications
Build, Deploy,
Manage APIs
Device Testing
Identity
Enterprise
Applications
Document
Sharing
Email &
Calendaring
Hosted
Desktops
Application
Streaming
Backup
Game
Development
3D Game
Engine
Multi-player
Backends
Mgmt. Tools
Monitoring
Auditing
Service Catalog
Server
Management
Configuration
Tracking
Optimization
Resource
Templates
Automation
Analytics
Query Large
Data Sets
Elasticsearch
Business
Analytics
Hadoop/Spark
Real-time Data
Streaming
Orchestration
Workflows
Managed
Search
Managed ETL
Artificial
Intelligence
Voice & Text
Chatbots
Machine
Learning
Text-to-Speech
Image Analysis
IoT
Rules Engine
Local Compute
and Sync
Device
Shadows
Device
Gateway
Registry
Hybrid
Devices & Edge
Systems
Data Integration
Integrated
Networking
Resource
Management
VMware on
AWS
Identity
Federation
Migration
Application
Discovery
Application
Migration
Database
Migration
Server
Migration
Data Migration
Infrastructure Regions
Availability
Zones
Points of
Presence
Compute Containers
Event-driven
Computing
Virtual
Machines
Simple Servers Auto Scaling Batch
Web
Applications
Storage Object Storage Archive Block Storage
Managed File
Storage
Exabyte-scale
Data Transport
Database MariaDB
Data
Warehousing
NoSQLAurora MySQL Oracle SQL ServerPostgreSQL
Application
Services
Transcoding Step Functions Messaging
Security
Certificate
Management
Web App.
Firewall
Identity &
Access
Key Storage &
Management
DDoS
Protection
Application
Analysis
Active Directory
Dev Tools
Private Git
Repositories
Continuous
Delivery
Build, Test, and
Debug
Deployment
Networking
Isolated
Resources
Dedicated
Connections
Load Balancing Scalable DNSGlobal CDN
The
AWS
Platform
EC2
http://aws.amazon.com/ec2/instance-types/
There’s several dozen
EC2 compute instances
to choose from, each
family is optimized for
different things.
One size does not fit
all.
• GPUs
• FPGAs
• Skylake
#!/bin/bash
instance_id=$(aws ec2 run-instances --image-id ami-12345 
--query Instances[].InstanceId 
--output text)
instance_state=$(aws ec2 describe-instances --instance-ids $instance_id 
--query 'Reservations[].Instances[].State.Name')
while [ "$instance_state" != "running" ]
do
sleep 1
instance_state=$(aws ec2 describe-instances --instance-ids $instance_id 
--query 'Reservations[].Instances[].State.Name')
done
“The Zooniverse is heavily reliant on Amazon Web
Services (AWS), particularly Elastic Compute
Cloud (EC2) virtual private servers and Simple
Storage Service (S3) data storage. AWS is the
most cost-effective solution for the dynamic needs
of Zooniverse’s infrastructure …”
http://wwwconference.org/proceedings/www2014/companion/p1049.pdf
The World’s Largest Citizen Science Platform
… cost is a factor – running a central API means that when the Zooniverse is quiet and
there aren’t many people about we can scale back the number of servers we’re running
(automagically on Amazon Web Services) to a minimal level.
missing manual
Written by Amazon’s Research Computing
community for scientists.
• Explains foundational concepts about how AWS
can accelerate time-to-science in the cloud.
• Step-by-step best practices for securing your
environment to ensure your research data is safe
and your privacy is protected.
• Tools for budget management that will help you
control your spending and limit costs (and
preventing any over-runs).
• Catalogue of scientific solutions from partners
chosen for their outstanding work with scientists.
aws.amazon.com/rcp
Solving Procurement Challenges
Invoice-backed billing
means no need for credit
cards in order to sign up to
AWS and use services.
Simple procedure
Global Data Egress Waiver
Single Sign-up
aws.amazon.com/rcp
Cost Control & Budgeting
Cost Explorer
AWS Budgets
Simple, safe &
secure.
aws.amazon.com/rcp
Introducing Alces Flight - Self-scaling HPC clusters instantly
ready to compute, billed by the hour and set to achieve
supercomputing for ~1c per core per hour.
1,150+ scientific applications pre-installed and ready to run in
AWS Marketplace (the cloud’s “Application Store”) and launched
within minutes.
Most journals & funding bodies are mandating that data and
methods be shared in an open way to ensure repeatability or
falsifiability. Figshare enables researchers to easily adhere to
these principles by making research outputs shareable and
discoverable.
aws.amazon.com/rcp
missing manual
Written by Amazon’s Research Computing
community for scientists.
• Explains foundational concepts about how AWS
can accelerate time-to-science in the cloud.
• Step-by-step best practices for securing your
environment to ensure your research data is safe
and your privacy is protected.
• Tools for budget management that will help you
control your spending and limit costs (and
preventing any over-runs).
• Catalogue of scientific solutions from partners
chosen for their outstanding work with scientists.
aws.amazon.com/rcp
CFD Direct
aws.amazon.com/rcp
Amazon Web Services

Más contenido relacionado

La actualidad más candente

Introduction to Cloud Computing and Big Data
Introduction to Cloud Computing and Big DataIntroduction to Cloud Computing and Big Data
Introduction to Cloud Computing and Big Datawaheed751
 
FSI202 Machine Learning in Capital Markets
FSI202 Machine Learning in Capital MarketsFSI202 Machine Learning in Capital Markets
FSI202 Machine Learning in Capital MarketsAmazon Web Services
 
AWS Initiate Berlin - Cloud Transformation und der Faktor Mensch
AWS Initiate Berlin - Cloud Transformation und der Faktor MenschAWS Initiate Berlin - Cloud Transformation und der Faktor Mensch
AWS Initiate Berlin - Cloud Transformation und der Faktor MenschAmazon Web Services
 
AWS Initiate Berlin - Das Zeitalter von Big Data - So nutzen Sie Daten zum En...
AWS Initiate Berlin - Das Zeitalter von Big Data - So nutzen Sie Daten zum En...AWS Initiate Berlin - Das Zeitalter von Big Data - So nutzen Sie Daten zum En...
AWS Initiate Berlin - Das Zeitalter von Big Data - So nutzen Sie Daten zum En...Amazon Web Services
 
Aws cloud computing conference
Aws cloud computing conferenceAws cloud computing conference
Aws cloud computing conferenceAnjani Phuyal
 
Security Requires Visibility-Turn Data Into Security Insight
Security Requires Visibility-Turn Data Into Security InsightSecurity Requires Visibility-Turn Data Into Security Insight
Security Requires Visibility-Turn Data Into Security InsightAmazon Web Services
 
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2017
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2017So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2017
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2017Amazon Web Services
 
Stay Out of the News by Staying in the Cloud - jason cradit
Stay Out of the News by Staying in the Cloud - jason craditStay Out of the News by Staying in the Cloud - jason cradit
Stay Out of the News by Staying in the Cloud - jason craditAmazon Web Services
 
GPSWKS301_Comprehensive Big Data Architecture Made Easy
GPSWKS301_Comprehensive Big Data Architecture Made EasyGPSWKS301_Comprehensive Big Data Architecture Made Easy
GPSWKS301_Comprehensive Big Data Architecture Made EasyAmazon Web Services
 
Real-time data integration to the cloud
Real-time data integration to the cloudReal-time data integration to the cloud
Real-time data integration to the cloudSankar Nagarajan
 
Data Integration and the Cloud: Doing it Right
Data Integration and the Cloud: Doing it RightData Integration and the Cloud: Doing it Right
Data Integration and the Cloud: Doing it RightEnergySys Limited
 
Building a Big Data & Analytics Platform using AWS
Building a Big Data & Analytics Platform using AWS Building a Big Data & Analytics Platform using AWS
Building a Big Data & Analytics Platform using AWS Amazon Web Services
 
Partner webinar presentation aws pebble_treasure_data
Partner webinar presentation aws pebble_treasure_dataPartner webinar presentation aws pebble_treasure_data
Partner webinar presentation aws pebble_treasure_dataTreasure Data, Inc.
 
Welcome & AWS Big Data Solution Overview
Welcome & AWS Big Data Solution OverviewWelcome & AWS Big Data Solution Overview
Welcome & AWS Big Data Solution OverviewAmazon Web Services
 
Cloud Computing & Big Data
Cloud Computing & Big DataCloud Computing & Big Data
Cloud Computing & Big DataMrinal Kumar
 
AWS Enterprise Day | Big Data Analytics
AWS Enterprise Day | Big Data AnalyticsAWS Enterprise Day | Big Data Analytics
AWS Enterprise Day | Big Data AnalyticsAmazon Web Services
 
Amazon big success using big data analytics
Amazon big success using big data analyticsAmazon big success using big data analytics
Amazon big success using big data analyticsKovid Academy
 
Using real time big data analytics for competitive advantage
 Using real time big data analytics for competitive advantage Using real time big data analytics for competitive advantage
Using real time big data analytics for competitive advantageAmazon Web Services
 
Demystifying Cloud Economics – Think Big: How to Build an Investment Case for...
Demystifying Cloud Economics – Think Big: How to Build an Investment Case for...Demystifying Cloud Economics – Think Big: How to Build an Investment Case for...
Demystifying Cloud Economics – Think Big: How to Build an Investment Case for...Amazon Web Services
 

La actualidad más candente (20)

Introduction to Cloud Computing and Big Data
Introduction to Cloud Computing and Big DataIntroduction to Cloud Computing and Big Data
Introduction to Cloud Computing and Big Data
 
FSI202 Machine Learning in Capital Markets
FSI202 Machine Learning in Capital MarketsFSI202 Machine Learning in Capital Markets
FSI202 Machine Learning in Capital Markets
 
AWS Initiate Berlin - Cloud Transformation und der Faktor Mensch
AWS Initiate Berlin - Cloud Transformation und der Faktor MenschAWS Initiate Berlin - Cloud Transformation und der Faktor Mensch
AWS Initiate Berlin - Cloud Transformation und der Faktor Mensch
 
AWS Initiate Berlin - Das Zeitalter von Big Data - So nutzen Sie Daten zum En...
AWS Initiate Berlin - Das Zeitalter von Big Data - So nutzen Sie Daten zum En...AWS Initiate Berlin - Das Zeitalter von Big Data - So nutzen Sie Daten zum En...
AWS Initiate Berlin - Das Zeitalter von Big Data - So nutzen Sie Daten zum En...
 
Aws cloud computing conference
Aws cloud computing conferenceAws cloud computing conference
Aws cloud computing conference
 
Security Requires Visibility-Turn Data Into Security Insight
Security Requires Visibility-Turn Data Into Security InsightSecurity Requires Visibility-Turn Data Into Security Insight
Security Requires Visibility-Turn Data Into Security Insight
 
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2017
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2017So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2017
So You’ve Decided to Buy Cloud, Now What? | AWS Public Sector Summit 2017
 
Cloud and Big Data trends
Cloud and Big Data trendsCloud and Big Data trends
Cloud and Big Data trends
 
Stay Out of the News by Staying in the Cloud - jason cradit
Stay Out of the News by Staying in the Cloud - jason craditStay Out of the News by Staying in the Cloud - jason cradit
Stay Out of the News by Staying in the Cloud - jason cradit
 
GPSWKS301_Comprehensive Big Data Architecture Made Easy
GPSWKS301_Comprehensive Big Data Architecture Made EasyGPSWKS301_Comprehensive Big Data Architecture Made Easy
GPSWKS301_Comprehensive Big Data Architecture Made Easy
 
Real-time data integration to the cloud
Real-time data integration to the cloudReal-time data integration to the cloud
Real-time data integration to the cloud
 
Data Integration and the Cloud: Doing it Right
Data Integration and the Cloud: Doing it RightData Integration and the Cloud: Doing it Right
Data Integration and the Cloud: Doing it Right
 
Building a Big Data & Analytics Platform using AWS
Building a Big Data & Analytics Platform using AWS Building a Big Data & Analytics Platform using AWS
Building a Big Data & Analytics Platform using AWS
 
Partner webinar presentation aws pebble_treasure_data
Partner webinar presentation aws pebble_treasure_dataPartner webinar presentation aws pebble_treasure_data
Partner webinar presentation aws pebble_treasure_data
 
Welcome & AWS Big Data Solution Overview
Welcome & AWS Big Data Solution OverviewWelcome & AWS Big Data Solution Overview
Welcome & AWS Big Data Solution Overview
 
Cloud Computing & Big Data
Cloud Computing & Big DataCloud Computing & Big Data
Cloud Computing & Big Data
 
AWS Enterprise Day | Big Data Analytics
AWS Enterprise Day | Big Data AnalyticsAWS Enterprise Day | Big Data Analytics
AWS Enterprise Day | Big Data Analytics
 
Amazon big success using big data analytics
Amazon big success using big data analyticsAmazon big success using big data analytics
Amazon big success using big data analytics
 
Using real time big data analytics for competitive advantage
 Using real time big data analytics for competitive advantage Using real time big data analytics for competitive advantage
Using real time big data analytics for competitive advantage
 
Demystifying Cloud Economics – Think Big: How to Build an Investment Case for...
Demystifying Cloud Economics – Think Big: How to Build an Investment Case for...Demystifying Cloud Economics – Think Big: How to Build an Investment Case for...
Demystifying Cloud Economics – Think Big: How to Build an Investment Case for...
 

Destacado

Evidence-based practice in technology-enhanced learning
Evidence-based practice in technology-enhanced learningEvidence-based practice in technology-enhanced learning
Evidence-based practice in technology-enhanced learningJisc
 
An evolution of Vscene in action - John Wilson
An evolution of Vscene in action - John WilsonAn evolution of Vscene in action - John Wilson
An evolution of Vscene in action - John WilsonJisc
 
Inclusively enhancing learning from lecture recordings: using Synote without ...
Inclusively enhancing learning from lecture recordings: using Synote without ...Inclusively enhancing learning from lecture recordings: using Synote without ...
Inclusively enhancing learning from lecture recordings: using Synote without ...Jisc
 
Learning analytics: study goal and data explorer
Learning analytics: study goal and data explorerLearning analytics: study goal and data explorer
Learning analytics: study goal and data explorerJisc
 
Transforming organisational culture
Transforming organisational cultureTransforming organisational culture
Transforming organisational cultureJisc
 
Are you future ready? Preparing students for living and working in a digital ...
Are you future ready? Preparing students for living and working in a digital ...Are you future ready? Preparing students for living and working in a digital ...
Are you future ready? Preparing students for living and working in a digital ...Jisc
 
Digital technology is fundamentally changing learning and teaching in higher ...
Digital technology is fundamentally changing learning and teaching in higher ...Digital technology is fundamentally changing learning and teaching in higher ...
Digital technology is fundamentally changing learning and teaching in higher ...Jisc
 
Perspectives on implementing a vision for developing staff digital capability
Perspectives on implementing a vision for developing staff digital capabilityPerspectives on implementing a vision for developing staff digital capability
Perspectives on implementing a vision for developing staff digital capabilityJisc
 
Doing better things: transforming how we use Turnitin for learning
Doing better things: transforming how we use Turnitin for learningDoing better things: transforming how we use Turnitin for learning
Doing better things: transforming how we use Turnitin for learningJisc
 
Learning and exploring with new technology at Dundee and Angus College
Learning and exploring with new technology at Dundee and Angus CollegeLearning and exploring with new technology at Dundee and Angus College
Learning and exploring with new technology at Dundee and Angus CollegeJisc
 
Jisc Digifest 2017 - plenary session with keynote from Geoff Mulgan
Jisc Digifest 2017 - plenary session with keynote from Geoff MulganJisc Digifest 2017 - plenary session with keynote from Geoff Mulgan
Jisc Digifest 2017 - plenary session with keynote from Geoff MulganJisc
 
How can technology help us meet the needs of a wider range of learners?
How can technology help us meet the needs of a wider range of learners?How can technology help us meet the needs of a wider range of learners?
How can technology help us meet the needs of a wider range of learners?Jisc
 
Geoscience education in digital landscapes: the virtual landscapes project
Geoscience education in digital landscapes: the virtual landscapes projectGeoscience education in digital landscapes: the virtual landscapes project
Geoscience education in digital landscapes: the virtual landscapes projectJisc
 
Learner engagement - how can you overcome the challenges and develop opportun...
Learner engagement - how can you overcome the challenges and develop opportun...Learner engagement - how can you overcome the challenges and develop opportun...
Learner engagement - how can you overcome the challenges and develop opportun...Jisc
 
Student Innovators: innovating digital technology change in FE
Student Innovators: innovating digital technology change in FEStudent Innovators: innovating digital technology change in FE
Student Innovators: innovating digital technology change in FEJisc
 
Exploiting digital collections in learning, teaching and research
Exploiting digital collections in learning, teaching and researchExploiting digital collections in learning, teaching and research
Exploiting digital collections in learning, teaching and researchJisc
 
Business intelligence for higher education
Business intelligence for higher educationBusiness intelligence for higher education
Business intelligence for higher educationJisc
 
Digital capability discovery tool
Digital capability discovery toolDigital capability discovery tool
Digital capability discovery toolJisc
 
Historical Texts: visualising digital collections
Historical Texts: visualising digital collectionsHistorical Texts: visualising digital collections
Historical Texts: visualising digital collectionsJisc
 
A Google-powered classroom
A Google-powered classroomA Google-powered classroom
A Google-powered classroomJisc
 

Destacado (20)

Evidence-based practice in technology-enhanced learning
Evidence-based practice in technology-enhanced learningEvidence-based practice in technology-enhanced learning
Evidence-based practice in technology-enhanced learning
 
An evolution of Vscene in action - John Wilson
An evolution of Vscene in action - John WilsonAn evolution of Vscene in action - John Wilson
An evolution of Vscene in action - John Wilson
 
Inclusively enhancing learning from lecture recordings: using Synote without ...
Inclusively enhancing learning from lecture recordings: using Synote without ...Inclusively enhancing learning from lecture recordings: using Synote without ...
Inclusively enhancing learning from lecture recordings: using Synote without ...
 
Learning analytics: study goal and data explorer
Learning analytics: study goal and data explorerLearning analytics: study goal and data explorer
Learning analytics: study goal and data explorer
 
Transforming organisational culture
Transforming organisational cultureTransforming organisational culture
Transforming organisational culture
 
Are you future ready? Preparing students for living and working in a digital ...
Are you future ready? Preparing students for living and working in a digital ...Are you future ready? Preparing students for living and working in a digital ...
Are you future ready? Preparing students for living and working in a digital ...
 
Digital technology is fundamentally changing learning and teaching in higher ...
Digital technology is fundamentally changing learning and teaching in higher ...Digital technology is fundamentally changing learning and teaching in higher ...
Digital technology is fundamentally changing learning and teaching in higher ...
 
Perspectives on implementing a vision for developing staff digital capability
Perspectives on implementing a vision for developing staff digital capabilityPerspectives on implementing a vision for developing staff digital capability
Perspectives on implementing a vision for developing staff digital capability
 
Doing better things: transforming how we use Turnitin for learning
Doing better things: transforming how we use Turnitin for learningDoing better things: transforming how we use Turnitin for learning
Doing better things: transforming how we use Turnitin for learning
 
Learning and exploring with new technology at Dundee and Angus College
Learning and exploring with new technology at Dundee and Angus CollegeLearning and exploring with new technology at Dundee and Angus College
Learning and exploring with new technology at Dundee and Angus College
 
Jisc Digifest 2017 - plenary session with keynote from Geoff Mulgan
Jisc Digifest 2017 - plenary session with keynote from Geoff MulganJisc Digifest 2017 - plenary session with keynote from Geoff Mulgan
Jisc Digifest 2017 - plenary session with keynote from Geoff Mulgan
 
How can technology help us meet the needs of a wider range of learners?
How can technology help us meet the needs of a wider range of learners?How can technology help us meet the needs of a wider range of learners?
How can technology help us meet the needs of a wider range of learners?
 
Geoscience education in digital landscapes: the virtual landscapes project
Geoscience education in digital landscapes: the virtual landscapes projectGeoscience education in digital landscapes: the virtual landscapes project
Geoscience education in digital landscapes: the virtual landscapes project
 
Learner engagement - how can you overcome the challenges and develop opportun...
Learner engagement - how can you overcome the challenges and develop opportun...Learner engagement - how can you overcome the challenges and develop opportun...
Learner engagement - how can you overcome the challenges and develop opportun...
 
Student Innovators: innovating digital technology change in FE
Student Innovators: innovating digital technology change in FEStudent Innovators: innovating digital technology change in FE
Student Innovators: innovating digital technology change in FE
 
Exploiting digital collections in learning, teaching and research
Exploiting digital collections in learning, teaching and researchExploiting digital collections in learning, teaching and research
Exploiting digital collections in learning, teaching and research
 
Business intelligence for higher education
Business intelligence for higher educationBusiness intelligence for higher education
Business intelligence for higher education
 
Digital capability discovery tool
Digital capability discovery toolDigital capability discovery tool
Digital capability discovery tool
 
Historical Texts: visualising digital collections
Historical Texts: visualising digital collectionsHistorical Texts: visualising digital collections
Historical Texts: visualising digital collections
 
A Google-powered classroom
A Google-powered classroomA Google-powered classroom
A Google-powered classroom
 

Similar a Amazon Web Services

AWS re:Invent 2016: 20k in 20 Days - Agile Genomic Analysis (ENT320)
AWS re:Invent 2016: 20k in 20 Days - Agile Genomic Analysis (ENT320)AWS re:Invent 2016: 20k in 20 Days - Agile Genomic Analysis (ENT320)
AWS re:Invent 2016: 20k in 20 Days - Agile Genomic Analysis (ENT320)Amazon Web Services
 
AWS Cloud Computing for Startups Werner Vogels -part i
AWS Cloud Computing for Startups   Werner Vogels -part iAWS Cloud Computing for Startups   Werner Vogels -part i
AWS Cloud Computing for Startups Werner Vogels -part iAmazon Web Services
 
The AWS Big Data Platform – Overview
The AWS Big Data Platform – OverviewThe AWS Big Data Platform – Overview
The AWS Big Data Platform – OverviewAmazon Web Services
 
Vancouver keynote - AWS Innovate - Sam Elmalak
Vancouver keynote - AWS Innovate - Sam ElmalakVancouver keynote - AWS Innovate - Sam Elmalak
Vancouver keynote - AWS Innovate - Sam ElmalakAmazon Web Services
 
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...Amazon Web Services
 
Introduction to the AWS Cloud from Digital Tuesday Meetup
Introduction to the AWS Cloud from Digital Tuesday MeetupIntroduction to the AWS Cloud from Digital Tuesday Meetup
Introduction to the AWS Cloud from Digital Tuesday MeetupIan Massingham
 
Visualize your data in Data Lake with AWS Athena and AWS Quicksight Hands-on ...
Visualize your data in Data Lake with AWS Athena and AWS Quicksight Hands-on ...Visualize your data in Data Lake with AWS Athena and AWS Quicksight Hands-on ...
Visualize your data in Data Lake with AWS Athena and AWS Quicksight Hands-on ...Amazon Web Services
 
AWS webinar what is cloud computing 13 09 11
AWS webinar what is cloud computing 13 09 11AWS webinar what is cloud computing 13 09 11
AWS webinar what is cloud computing 13 09 11Amazon Web Services
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWSIan Massingham
 
AWS Summit 2013 | Singapore - Big Data Analytics, Presented by AWS, Intel and...
AWS Summit 2013 | Singapore - Big Data Analytics, Presented by AWS, Intel and...AWS Summit 2013 | Singapore - Big Data Analytics, Presented by AWS, Intel and...
AWS Summit 2013 | Singapore - Big Data Analytics, Presented by AWS, Intel and...Amazon Web Services
 
Overview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSOverview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSAmazon Web Services
 
Aws what is cloud computing deck 08 14 13
Aws what is cloud computing deck 08 14 13Aws what is cloud computing deck 08 14 13
Aws what is cloud computing deck 08 14 13Amazon Web Services
 
Day 2 Intro AWS.pptx
Day 2 Intro AWS.pptxDay 2 Intro AWS.pptx
Day 2 Intro AWS.pptxHariBabloo1
 
Aberdeen Oil & Gas Event - Enterprise Cloud Adoption Patterns
Aberdeen Oil & Gas Event - Enterprise Cloud Adoption PatternsAberdeen Oil & Gas Event - Enterprise Cloud Adoption Patterns
Aberdeen Oil & Gas Event - Enterprise Cloud Adoption PatternsAmazon Web Services
 
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...Amazon Web Services
 

Similar a Amazon Web Services (20)

AWS re:Invent 2016: 20k in 20 Days - Agile Genomic Analysis (ENT320)
AWS re:Invent 2016: 20k in 20 Days - Agile Genomic Analysis (ENT320)AWS re:Invent 2016: 20k in 20 Days - Agile Genomic Analysis (ENT320)
AWS re:Invent 2016: 20k in 20 Days - Agile Genomic Analysis (ENT320)
 
AWS Cloud Computing for Startups Werner Vogels -part i
AWS Cloud Computing for Startups   Werner Vogels -part iAWS Cloud Computing for Startups   Werner Vogels -part i
AWS Cloud Computing for Startups Werner Vogels -part i
 
The AWS Big Data Platform – Overview
The AWS Big Data Platform – OverviewThe AWS Big Data Platform – Overview
The AWS Big Data Platform – Overview
 
Vancouver keynote - AWS Innovate - Sam Elmalak
Vancouver keynote - AWS Innovate - Sam ElmalakVancouver keynote - AWS Innovate - Sam Elmalak
Vancouver keynote - AWS Innovate - Sam Elmalak
 
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
AWS re:Invent 2016: Running Lean Architectures: How to Optimize for Cost Effi...
 
Introduction to the AWS Cloud from Digital Tuesday Meetup
Introduction to the AWS Cloud from Digital Tuesday MeetupIntroduction to the AWS Cloud from Digital Tuesday Meetup
Introduction to the AWS Cloud from Digital Tuesday Meetup
 
Tech Summit & AWS introduction
Tech Summit & AWS introductionTech Summit & AWS introduction
Tech Summit & AWS introduction
 
Visualize your data in Data Lake with AWS Athena and AWS Quicksight Hands-on ...
Visualize your data in Data Lake with AWS Athena and AWS Quicksight Hands-on ...Visualize your data in Data Lake with AWS Athena and AWS Quicksight Hands-on ...
Visualize your data in Data Lake with AWS Athena and AWS Quicksight Hands-on ...
 
AWS webinar what is cloud computing 13 09 11
AWS webinar what is cloud computing 13 09 11AWS webinar what is cloud computing 13 09 11
AWS webinar what is cloud computing 13 09 11
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWS
 
AWS Summit 2013 | Singapore - Big Data Analytics, Presented by AWS, Intel and...
AWS Summit 2013 | Singapore - Big Data Analytics, Presented by AWS, Intel and...AWS Summit 2013 | Singapore - Big Data Analytics, Presented by AWS, Intel and...
AWS Summit 2013 | Singapore - Big Data Analytics, Presented by AWS, Intel and...
 
What is Cloud Computing?
What is Cloud Computing?What is Cloud Computing?
What is Cloud Computing?
 
Overview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSOverview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWS
 
Aws what is cloud computing deck 08 14 13
Aws what is cloud computing deck 08 14 13Aws what is cloud computing deck 08 14 13
Aws what is cloud computing deck 08 14 13
 
AWSome Day Galway Intro
AWSome Day Galway IntroAWSome Day Galway Intro
AWSome Day Galway Intro
 
Day 2 Intro AWS.pptx
Day 2 Intro AWS.pptxDay 2 Intro AWS.pptx
Day 2 Intro AWS.pptx
 
Aberdeen Oil & Gas Event - Enterprise Cloud Adoption Patterns
Aberdeen Oil & Gas Event - Enterprise Cloud Adoption PatternsAberdeen Oil & Gas Event - Enterprise Cloud Adoption Patterns
Aberdeen Oil & Gas Event - Enterprise Cloud Adoption Patterns
 
2016 AWS Big Data Solution Days
2016 AWS Big Data Solution Days2016 AWS Big Data Solution Days
2016 AWS Big Data Solution Days
 
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
AWS 101 Webinar: Journey to the AWS Cloud - Introduction to Cloud Computing w...
 
Intro-to-AWS.pptx
Intro-to-AWS.pptxIntro-to-AWS.pptx
Intro-to-AWS.pptx
 

Más de Jisc

Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
International students’ digital experience: understanding and mitigating the ...
International students’ digital experience: understanding and mitigating the ...International students’ digital experience: understanding and mitigating the ...
International students’ digital experience: understanding and mitigating the ...Jisc
 
Digital Storytelling Community Launch!.pptx
Digital Storytelling Community Launch!.pptxDigital Storytelling Community Launch!.pptx
Digital Storytelling Community Launch!.pptxJisc
 
Open Access book publishing understanding your options (1).pptx
Open Access book publishing understanding your options (1).pptxOpen Access book publishing understanding your options (1).pptx
Open Access book publishing understanding your options (1).pptxJisc
 
Scottish Universities Press supporting authors with requirements for open acc...
Scottish Universities Press supporting authors with requirements for open acc...Scottish Universities Press supporting authors with requirements for open acc...
Scottish Universities Press supporting authors with requirements for open acc...Jisc
 
How Bloomsbury is supporting authors with UKRI long-form open access requirem...
How Bloomsbury is supporting authors with UKRI long-form open access requirem...How Bloomsbury is supporting authors with UKRI long-form open access requirem...
How Bloomsbury is supporting authors with UKRI long-form open access requirem...Jisc
 
Jisc Northern Ireland Strategy Forum 2023
Jisc Northern Ireland Strategy Forum 2023Jisc Northern Ireland Strategy Forum 2023
Jisc Northern Ireland Strategy Forum 2023Jisc
 
Jisc Scotland Strategy Forum 2023
Jisc Scotland Strategy Forum 2023Jisc Scotland Strategy Forum 2023
Jisc Scotland Strategy Forum 2023Jisc
 
Jisc stakeholder strategic update 2023
Jisc stakeholder strategic update 2023Jisc stakeholder strategic update 2023
Jisc stakeholder strategic update 2023Jisc
 
JISC Presentation.pptx
JISC Presentation.pptxJISC Presentation.pptx
JISC Presentation.pptxJisc
 
Community-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptxJisc
 
The Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptxThe Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptxJisc
 
Are we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptxAre we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptxJisc
 
JiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptxJiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptxJisc
 
UWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptxJisc
 
An introduction to Cyber Essentials
An introduction to Cyber EssentialsAn introduction to Cyber Essentials
An introduction to Cyber EssentialsJisc
 
MarkChilds.pptx
MarkChilds.pptxMarkChilds.pptx
MarkChilds.pptxJisc
 
RStrachanOct23.pptx
RStrachanOct23.pptxRStrachanOct23.pptx
RStrachanOct23.pptxJisc
 
ISDX2 Oct 2023 .pptx
ISDX2 Oct 2023 .pptxISDX2 Oct 2023 .pptx
ISDX2 Oct 2023 .pptxJisc
 
FerrellWalker.pptx
FerrellWalker.pptxFerrellWalker.pptx
FerrellWalker.pptxJisc
 

Más de Jisc (20)

Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
International students’ digital experience: understanding and mitigating the ...
International students’ digital experience: understanding and mitigating the ...International students’ digital experience: understanding and mitigating the ...
International students’ digital experience: understanding and mitigating the ...
 
Digital Storytelling Community Launch!.pptx
Digital Storytelling Community Launch!.pptxDigital Storytelling Community Launch!.pptx
Digital Storytelling Community Launch!.pptx
 
Open Access book publishing understanding your options (1).pptx
Open Access book publishing understanding your options (1).pptxOpen Access book publishing understanding your options (1).pptx
Open Access book publishing understanding your options (1).pptx
 
Scottish Universities Press supporting authors with requirements for open acc...
Scottish Universities Press supporting authors with requirements for open acc...Scottish Universities Press supporting authors with requirements for open acc...
Scottish Universities Press supporting authors with requirements for open acc...
 
How Bloomsbury is supporting authors with UKRI long-form open access requirem...
How Bloomsbury is supporting authors with UKRI long-form open access requirem...How Bloomsbury is supporting authors with UKRI long-form open access requirem...
How Bloomsbury is supporting authors with UKRI long-form open access requirem...
 
Jisc Northern Ireland Strategy Forum 2023
Jisc Northern Ireland Strategy Forum 2023Jisc Northern Ireland Strategy Forum 2023
Jisc Northern Ireland Strategy Forum 2023
 
Jisc Scotland Strategy Forum 2023
Jisc Scotland Strategy Forum 2023Jisc Scotland Strategy Forum 2023
Jisc Scotland Strategy Forum 2023
 
Jisc stakeholder strategic update 2023
Jisc stakeholder strategic update 2023Jisc stakeholder strategic update 2023
Jisc stakeholder strategic update 2023
 
JISC Presentation.pptx
JISC Presentation.pptxJISC Presentation.pptx
JISC Presentation.pptx
 
Community-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptxCommunity-led Open Access Publishing webinar.pptx
Community-led Open Access Publishing webinar.pptx
 
The Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptxThe Open Access Community Framework (OACF) 2023 (1).pptx
The Open Access Community Framework (OACF) 2023 (1).pptx
 
Are we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptxAre we onboard yet University of Sussex.pptx
Are we onboard yet University of Sussex.pptx
 
JiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptxJiscOAWeek_LAIR_slides_October2023.pptx
JiscOAWeek_LAIR_slides_October2023.pptx
 
UWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptxUWP OA Week Presentation (1).pptx
UWP OA Week Presentation (1).pptx
 
An introduction to Cyber Essentials
An introduction to Cyber EssentialsAn introduction to Cyber Essentials
An introduction to Cyber Essentials
 
MarkChilds.pptx
MarkChilds.pptxMarkChilds.pptx
MarkChilds.pptx
 
RStrachanOct23.pptx
RStrachanOct23.pptxRStrachanOct23.pptx
RStrachanOct23.pptx
 
ISDX2 Oct 2023 .pptx
ISDX2 Oct 2023 .pptxISDX2 Oct 2023 .pptx
ISDX2 Oct 2023 .pptx
 
FerrellWalker.pptx
FerrellWalker.pptxFerrellWalker.pptx
FerrellWalker.pptx
 

Último

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 

Último (20)

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 

Amazon Web Services

  • 2. AWS Research Cloud Program & Researcher’s Handbook Worldwide Research & Technical Computing 2017-01-13
  • 3. “… the online book and decorative pillow seller Amazon.com swooped in and, in 2006, launched its own computer rental system— the future Amazon Web Services. The once-fledgling service has since turned cloud computing into a mainstream phenomenon …” Source: Bloomberg Business - April 22, 2015
  • 4.
  • 5. missing manual Written by Amazon’s Research Computing community for scientists. • Explains foundational concepts about how AWS can accelerate time-to-science in the cloud. • Step-by-step best practices for securing your environment to ensure your research data is safe and your privacy is protected. • Tools for budget management that will help you control your spending and limit costs (and preventing any over-runs). • Catalogue of scientific solutions from partners chosen for their outstanding work with scientists. aws.amazon.com/rcp
  • 6. Disrupting science, wherever it’s happening.
  • 9.
  • 12.
  • 13. laptop server server cluster CPU GPU … in minutes.
  • 14. We’ve been using Lambda, a brand new AWS service launched this year, which helps our software to quickly adjust compute resources to match the complexity of the analysis task. It processes billions of base pairs in its off-target search by subdividing the job into independent, modular tasks that can be run in parallel. A typical GT-Scan2 job takes less than a minute and thanks to Lambda we can keep the runtime constant irrespective of how complex the task.
  • 16.
  • 17. spare capacity actual Peak: 58K cores Valley: 12K cores
  • 19.  750+ popular scientific applications AWS Marketplace immediately Introducing Alces Flight - self-scaling HPC clusters instantly ready to compute, billed by the hour and using the AWS Spot market by default to achieve supercomputing for ~1c per core per hour. http://boofla.io/u/alcesFlight
  • 21. Wall clock time: ~1 hour Wall clock time: ~1 week Cost: the same
  • 22. AWS Region Availability Zone regions are sovereign your data never leaves Americas • AWS GovCloud (2) • US West • Oregon (3) • Northern California (3) • Northern Virginia (5) • Ohio (3) • Montreal (2) • São Paulo (3) Europe • Ireland (3) • Frankfurt (2) • London (2) • Paris Asia Pacific • Singapore (2) • Sydney (3) • Tokyo (3) • Seoul (2) • Mumbai (2) • Beijing (2) • Ningxia
  • 23. Account Support Support Managed Services Professional Services Partner Ecosystem Training & Certification Solution Architects Account Management Security & Pricing Reports Technical Acct. Management Marketplace Business Applications DevOps Tools Business Intelligence Security Networking Database & Storage SaaS Subscriptions Operating Systems Mobile Build, Test, Monitor Apps Push Notifications Build, Deploy, Manage APIs Device Testing Identity Enterprise Applications Document Sharing Email & Calendaring Hosted Desktops Application Streaming Backup Game Development 3D Game Engine Multi-player Backends Mgmt. Tools Monitoring Auditing Service Catalog Server Management Configuration Tracking Optimization Resource Templates Automation Analytics Query Large Data Sets Elasticsearch Business Analytics Hadoop/Spark Real-time Data Streaming Orchestration Workflows Managed Search Managed ETL Artificial Intelligence Voice & Text Chatbots Machine Learning Text-to-Speech Image Analysis IoT Rules Engine Local Compute and Sync Device Shadows Device Gateway Registry Hybrid Devices & Edge Systems Data Integration Integrated Networking Resource Management VMware on AWS Identity Federation Migration Application Discovery Application Migration Database Migration Server Migration Data Migration Infrastructure Regions Availability Zones Points of Presence Compute Containers Event-driven Computing Virtual Machines Simple Servers Auto Scaling Batch Web Applications Storage Object Storage Archive Block Storage Managed File Storage Exabyte-scale Data Transport Database MariaDB Data Warehousing NoSQLAurora MySQL Oracle SQL ServerPostgreSQL Application Services Transcoding Step Functions Messaging Security Certificate Management Web App. Firewall Identity & Access Key Storage & Management DDoS Protection Application Analysis Active Directory Dev Tools Private Git Repositories Continuous Delivery Build, Test, and Debug Deployment Networking Isolated Resources Dedicated Connections Load Balancing Scalable DNSGlobal CDN The AWS Platform
  • 24. EC2 http://aws.amazon.com/ec2/instance-types/ There’s several dozen EC2 compute instances to choose from, each family is optimized for different things. One size does not fit all. • GPUs • FPGAs • Skylake
  • 25. #!/bin/bash instance_id=$(aws ec2 run-instances --image-id ami-12345 --query Instances[].InstanceId --output text) instance_state=$(aws ec2 describe-instances --instance-ids $instance_id --query 'Reservations[].Instances[].State.Name') while [ "$instance_state" != "running" ] do sleep 1 instance_state=$(aws ec2 describe-instances --instance-ids $instance_id --query 'Reservations[].Instances[].State.Name') done
  • 26.
  • 27. “The Zooniverse is heavily reliant on Amazon Web Services (AWS), particularly Elastic Compute Cloud (EC2) virtual private servers and Simple Storage Service (S3) data storage. AWS is the most cost-effective solution for the dynamic needs of Zooniverse’s infrastructure …” http://wwwconference.org/proceedings/www2014/companion/p1049.pdf The World’s Largest Citizen Science Platform … cost is a factor – running a central API means that when the Zooniverse is quiet and there aren’t many people about we can scale back the number of servers we’re running (automagically on Amazon Web Services) to a minimal level.
  • 28. missing manual Written by Amazon’s Research Computing community for scientists. • Explains foundational concepts about how AWS can accelerate time-to-science in the cloud. • Step-by-step best practices for securing your environment to ensure your research data is safe and your privacy is protected. • Tools for budget management that will help you control your spending and limit costs (and preventing any over-runs). • Catalogue of scientific solutions from partners chosen for their outstanding work with scientists. aws.amazon.com/rcp
  • 29.
  • 30. Solving Procurement Challenges Invoice-backed billing means no need for credit cards in order to sign up to AWS and use services. Simple procedure Global Data Egress Waiver Single Sign-up aws.amazon.com/rcp
  • 31. Cost Control & Budgeting Cost Explorer AWS Budgets Simple, safe & secure. aws.amazon.com/rcp
  • 32. Introducing Alces Flight - Self-scaling HPC clusters instantly ready to compute, billed by the hour and set to achieve supercomputing for ~1c per core per hour. 1,150+ scientific applications pre-installed and ready to run in AWS Marketplace (the cloud’s “Application Store”) and launched within minutes. Most journals & funding bodies are mandating that data and methods be shared in an open way to ensure repeatability or falsifiability. Figshare enables researchers to easily adhere to these principles by making research outputs shareable and discoverable. aws.amazon.com/rcp
  • 33. missing manual Written by Amazon’s Research Computing community for scientists. • Explains foundational concepts about how AWS can accelerate time-to-science in the cloud. • Step-by-step best practices for securing your environment to ensure your research data is safe and your privacy is protected. • Tools for budget management that will help you control your spending and limit costs (and preventing any over-runs). • Catalogue of scientific solutions from partners chosen for their outstanding work with scientists. aws.amazon.com/rcp

Notas del editor

  1. You must be asking how did amazon.com (retail company) get to cloud computing? After over a decade of building and running the highly scalable web application, Amazon.com, the company realized that it had developed a core competency in operating massive scale technology infrastructure and datacenters, and embarked on a much broader mission of serving a new customer segment—developers and businesses—with a platform of web services they can use to build sophisticated, scalable applications.  Today, AWS is the fastest-growing multi-billion enterprise IT vendor in the world.  
  2. http://www.shutterstock.com/cat.mhtml?autocomplete_id=&language=en&lang=en&search_source=&safesearch=1&version=llv1&searchterm=mars&media_type=images&page=1&inline=139791373
  3. This slide is from Fermi National Labs who is using Amazon EC2 and SPOT for processing High Energy Physics data. It shows the number of cores being used at a given time. Also notice that there are some times where they didn’t need as many cores so they didn’t use them (point to drop in number of cores).