SlideShare a Scribd company logo
1 of 202
Vadim Zendejas / Solutions Architect
Building and developing for the cloud
The benefits
Startups on AWS
You don't know precisely what
problem you solve
Agile methodologies
You know the problem, not the solution
Known set of
requirements
Unknown ways to
satisfy them
TEST LAUNCHBUILDSPEC VALID?
LEARN & ADAPT
1. Focus on a simple implementation
of your idea
1. Focus on a simple implementation of
your idea
2. Start with a minimal core set of
features
1. Focus on a simple implementation of
your idea
2. Start with a minimal core set of
features
3. Release and listen to your users
1. Focus on a simple implementation of
your idea
2. Start with a minimal core set of features
3. Release and listen to your users
4. Question your initial assumptions
based on feedback
1. Focus on a simple implementation of your
idea
2. Start with a minimal core set of features
3. Release and listen to your users
4. Question your initial assumptions based on
feedback
5. Rinse and repeat
MVP
Minimum Viable Product
MVP
Smallest thing I can do to test my idea?
« If you're not embarrassed
when you ship your first version
you waited too long »
Matt Mullenweg
CEO & Founder of WordPress
amazon.com
1995
amazon.com
today
Staying lean is creating the
smallest viable product and
then iterate around it
You don't know precisely your user's needs
Unknown set of
requirements
Unknown ways to
satisfy them
RELEASE EVALBUILDIDEA
ITERATE
OR
PIVOT
RELEASE EVALBUILDIDEA
ITERATE
OR
PIVOT
YOUR problem
you have the idea
you don't have the resources
What you have
Amazon EC2
On-demand instances with admin access
Infrastructure Regions Points of PresenceAvailability Zones
Core Services
Storage
(Object, Block
and Archival)
Compute
(VMs, Auto-scaling
and Load Balancing)
Databases
(Relational, NoSQL, Caching)
Networking
(VPC, DX, DNS)
CDN
Service Breadth & Depth
Infrastructure Regions Points of PresenceAvailability Zones
Core Services
Storage
(Object, Block
and Archival)
Compute
(VMs, Auto-scaling
and Load Balancing)
Databases
(Relational, NoSQL, Caching)
Networking
(VPC, DX, DNS)
CDN
Access Control
Usage
Auditing
Monitoring and
Logs
Administration &
Security
Key Storage
Identity
Management
Service Breadth & Depth
Infrastructure Regions Points of PresenceAvailability Zones
Core Services
Storage
(Object, Block
and Archival)
Compute
(VMs, Auto-scaling
and Load Balancing)
Databases
(Relational, NoSQL, Caching)
Networking
(VPC, DX, DNS)
CDN
Access Control
Usage
Auditing
Monitoring and
Logs
Administration &
Security
Key Storage
Identity
Management
Platform Services
Deployment & Management
One-click web app
deployment
Dev/ops resource
management
Resource Templates Push Notifications
Mobile Services
Mobile Analytics
Identity
Sync
App Services
Workflow
Transcoding
Email
Search
Queuing &
Notifications
App streaming
Analytics
Hadoop
Data Pipelines
Data
Warehouse
Real-time
Streaming Data
Enterprise
Applications
Virtual Desktops Collaboration and Sharing
Service Breadth & Depth
It’s Not Just Having Services in a Couple of Regions
Over 1 million active customers across 190 countries
800+ government agencies
3,000+ educational institutions
11 regions
28 availability zones
52 edge locations
RELEASE EVALBUILDIDEA
ITERATE
OR
PIVOT
you created a fantastic webapp
http://www.flickr.com/photos/scobleizer/3985020876/
people love your app
http://www.flickr.com/photos/grantrobertson/4486488831
and everyone wants to use it!
the traditional way…
invest on infrastructure
capacity planning…
http://www.flickr.com/photos/mutsmuts/4695658106/
…capacity guessing
once it's deployed…
test environments?
http://www.old-computers.com/news
log analysis?
monitoring?
maintenance?
Elastic compute
When you turn off cloud resources you
actually stop paying for them
what we really need is…
…adjustable capacity
http://www.flickr.com/photos/purecaffeine/302682456/
unpredictable patterns
You Don’t Need to Guess Capacity
Self Hosting
Waste
Actual demand
Predicted Demand
Rigid
Actual demand
Elastic
The Cloud
Amazon CloudWatch
Monitoring for AWS resources
Auto Scaling
Automatically scale up/down EC2 capacity
Elastic Load
Balancing
Distributes incoming traffic to EC2 instances
6 am
10 am
10 am
10 am
7 pm
7 pm
7 pm
without elasticity you can't accelerate
… build a video sharing
website in 1 hour
with Amazon Web Services
*1h assuming the code already exists
(or if you’re a very fast programmer)
LET’S BUILD A
VIDEO SHARING WEBSITE
LET’S BUILD A
HIGHLY AVAILABLE
VIDEO SHARING WEBSITE
LET’S BUILD A
HIGHLY AVAILABLE
AND DURABLE
VIDEO SHARING WEBSITE
LET’S BUILD A
HIGHLY AVAILABLE,
SCALABLE
AND DURABLE
VIDEO SHARING WEBSITE
LET’S BUILD A
HIGHLY AVAILABLE,
SCALABLE
AND DURABLE
VIDEO SHARING WEBSITE
THAT REQUIRES LOW
MAINTENANCE
#1
WEB FRONT-END
Elastic Beanstalk
Quickly deploy and manage applications
User Application
Application Service
HTTP Service
Language Interpreter
Operating System
Host
NumberofEC2Instances
4/12/2008 4/14/2008 4/15/2008 4/16/2008 4/18/2008 4/19/2008 4/20/20084/17/20084/13/2008
40 instances to 5000 in 3 days
EC2 scaled to peak of
5000 instances
“Techcrunched”
Launch of Facebook
modification
Steady state of
~40 instances
JAVA / IIS / Node.js / .NET /
PHP / PYTHON / RUBY
APP CONTAINERS
#2
DATA STORAGE LAYER
DATA STORAGE LAYER
➡ FOR VIDEOS
➡ FOR APP DATA
AMAZON S3
SIMPLE STORAGE SERVICE
99.999999999%
DURABILITY
OVER 2 TRILLION
UNIQUE CUSTOMER OBJECTS
1 000 000+
PEAK TRANSACTIONS PER SECOND
DATA STORAGE LAYER
➡ FOR VIDEOS
➡ FOR APP DATA
RDBMS / NOSQL
Amazon DynamoDB
High-performance, fully managed
NOSQL Database
DURABLE & AVAILABLE
CONSISTENT, DISK-ONLY
WRITES (SSD)
LOW LATENCY
AVERAGE READS < 5MS,
WRITES < 10MS
ZERO ADMINISTRATION
500,000 WRITES PER SECOND
DURING SUPER BOWL
#3
VIDEO TRANSCODING
Amazon Elastic
Transcoder
Scalable, easy to use and cost effective
Amazon Simple
Notification Service
Fast, flexible, fully managed push
messaging service
Amazon Simple
Email Service
Bulk and transactional email-sending
service
#4
VIDEO STREAMING
Amazon CloudFront
Content Delivery Networks
Amazon Route 53
Doman Name Service
#5
SEARCH ENGINE
Amazon
Cloudsearch
Scalable and fully managed search
service
ARCHITECTURE
OVERVIEW
WE BUILT A
HIGHLY AVAILABLE,
SCALABLE
AND DURABLE
VIDEO SHARING WEBSITE
REQUIRING LOW
MAINTENANCE !
Everything is programmable
Compute
Storage
Security
Scaling
Database
Networking
Monitoring
Messaging
Workflow
DNS
Load Balancing
BackupCDN
Access everything via
CLI, API or Console
Achieve the highest levels of
automation sophistication with
ease
Find out more at: aws.amazon.com/developers/getting-started/
One click deployments
Cloud Formation
Automate creation of ‘stacks’ in a repeatable way
Scripting framework for AWS resource creation
Feature Details
Platform support Support for AWS resources from EC2 to IAM
Resource creation Creates AWS resources behind the scenes and
reports on progress
Declarative Specify stacks in JSON format and source
control your environments
Customizable Drive stack creation with paramaters
RELEASE EVALBUILDIDEA
ITERATE
OR
PIVOT
1. Collect as much data as you can
1. Collect as much data as you can
2. Do A/B testing
1. Collect as much data as you can
2. Do A/B testing
3. Drive your development by user's
feedback
Store valuable data sources
Server logs, click streams, application events, …
Analyse and provide feedback
Use Hadoop, EMR, reporting tools…
RELEASE EVALBUILDIDEA
ITERATE
OR
PIVOT
iterate
Enhance your product, get more feedback
to prepare next releases
The platform grows with you
Add or remove components as needed
Scale up – scale down
Pay as you go
Take away …
Remove Waste
Your
Business
70%
On-Premise
Infrastructure
30%
Managing All of the
“Undifferentiated Heavy Lifting”
Waste is anything that does not lead to
direct value for the customer
AWS
Cloud-Based
Infrastructure
Your
Business
More Time to Focus on
Your Business
Configuring
Your Cloud
Assets
70%
30%70%
On-Premise
Infrastructure
30%
Managing All of the
“Undifferentiated Heavy Lifting”
Remove Waste with Cloud
« If you want to increase
Innovation, you have to
lower the cost of failure »
Joi Ito
Director MIT Media Lab
REDUCE THE COST OF
EXPERIMENTATION
Addressing Uncertainty
Acquire resources on demand
Release resources when no longer needed
Pay for what you use
Leverage other’s core competencies
Turn fixed cost into variable
«The best, most solid way out of
a Crisis in a changing market is
through experiment and
adaptation »
Richard Branson
Getting the right features matters less
Knowing what's not working,
quickly, matters more
EXPERIMENT
CONTINUOUSLY
MEASURE
RELENTELESSLY
LEARN
ITERATE FAST
USING CUSTOMER FEEDBACK
THANK YOU !!!
AWS Free Tier: start now
Online Training Instructor-Led
Classes
AWS Certifications
Florin Sandu – florins@amazon.lu
Startups on AWS
Hotels Music Storage
Photos Magazines
150,000
people are hosted
on any given night
Sept 2008 March 2009 Sept 2013Sept 2009 March 2013Sept 2012March 2012Sept 2011March 2011March 2010 Sept 2010
4 MillionTotal # Airbnb Guests
Sept 2008 March 2009 Sept 2013Sept 2009 March 2013Sept 2012March 2012Sept 2011March 2011March 2010 Sept 2010
9 MillionTotal # Airbnb Guests
Up by over 5 million since the beginning of the year
24
48
432
1,000
Total # EC2 Instances
Total Photos Stored in Amazon S3
50TB
294GB
4TB
23TB
EC2
Servers, Production
Traffic, Hive, Hadoop
RDS
All Relational Databases
S3
Storage, UGC
DynamoDB
Rollups, Metadata
ElastiCache
Memcache
Route 53
DNS, Inventory
Why AWS?
“We have a 5-people
operations team.
AWS allows us to devote our resources
and mindshare to the core business.”
Infrastructure as a Service Magic Quadrant
2013
“AWS is the overwhelming market
share leader, with more than five
times the compute capacity in
use than the aggregate total of the
other fourteen providers.”
Inaccurate resource estimates
Changing requirements
Unmanaged risks & assumptions
Increasing complexity
The failure of traditional IT projects
31% of projects never complete
52% of completed projects overrun the budget
Why do they fail?
2014: 80 new features and services since January
2008 2009 2010 2011
Amazon EBS
Amazon EC2
Amazon SNS
AWS Identity
& Access
Management
AWS Import
& Export
Amazon
CloudWatch
Amazon EMR
Amazon RDS
Amazon VPC
Auto Scaling
Elastic Load
Balancing
Amazon
ElastiCache
Amazon SES
AWS
CloudFormation
AWS Direct
Connect
AWS Elastic
Beanstalk
GovCloud
Amazon SWF
Amazon Route 53
Amazon Redshift
Amazon Glacier
Amazon
Dynamo DB
Amazon
CloudSearch
Amazon EC2
AWS Storage
Gateway
Amazon
CloudTrail
Amazon
CloudHSM
Amazon
WorkSpaces
Amazon Kinesis
Amazon Elastic
Transcoder
Amazon
AppStream
AWS OpsWorks
AWS Data
Pipeline
20132012
A Rapid Pace of Innovation
Enterprises on AWS
Public Sector on AWS
System Integrators on AWS
ISVs on AWS
The benefits of cloud
computing
1. Trade Capital Expense for Variable Expense
On-Premises
$0 to get started
Pay as you go
Saved $34M on
SmartHub app
Reduced IT costs
by 40% over a five
year period
Reduced web
infrastructure cost
by 50%
2. Lower Variable Expense Than Going it Alone
Reduce IT
infrastructure cost
by 60%
3. You Don’t Need to Guess Capacity
Self Hosting
Waste
Actual demand
Predicted Demand
Rigid
Actual demand
Elastic
The Cloud
Typical Weekly Traffic to Amazon.com
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
Typical Weekly Traffic to Amazon.com
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
39%
61%
November Traffic for Amazon.com
November Traffic for Amazon.com
76%
24%
November 10th, 2010
October 31, 2011
November Traffic for Amazon.com
4. Dramatically Increase Speed & Agility
Add New Dev Environment
Add New Production Environment
Add New Environment in Japan
Add 1,000 Servers
Remove 1,000 servers
Number of Instances 1,000
Instance Type M3 Extra Large
Availability Zone US-West-2b
Launch
aws.amazon.com/managementconsole
AWS: Infrastructure in MinutesOld World: Infrastructure in Weeks
Increase Innovation When The Cost of Failure Approaches Zero
Old world: AWS:
Experiment infrequently
Failure is expensive
Less innovation
Near $0
Experiment often
Fail quickly at a low cost
More innovation
5. Stop Spending Money on Undifferentiated Heavy Lifting
buy and install new hardware
set up and configure new software
build new data centers
so you don’t have to...
Data Centers
Power
Cooling
Cabling
Networking
Racks
Servers
Storage
Labor
We take care of...
Go Global in Minutes
Eliminate
Capital
Lower
Operational
Costs
Stop
Guessing
Capacity
Agility
Speed
Innovation
Avoid
Undifferentiated
Heavy Lifting
Go Global in
Minutes
✔ ✔ ✔ ✔ ✔ ✔
The Benefits of Cloud Computing
Eliminate
Capital
Lower
Operational
Costs
Stop
Guessing
Capacity
Agility
Speed
Innovation
Avoid
Undifferentiated
Heavy Lifting
Go Global in
Minutes
✔ ✔ ✔ ✔ ✔ ✔
“Private”
Cloud X X X X X X
The Benefits of Cloud Computing
CuriousMinds and Siemens in Brasov 2015 - Building and Developing for the Cloud with AWS

More Related Content

What's hot

AWS Webcast - AWS 101 - Journey to the AWS Cloud: Introduction to AWS
AWS Webcast - AWS 101 - Journey to the AWS Cloud: Introduction to AWSAWS Webcast - AWS 101 - Journey to the AWS Cloud: Introduction to AWS
AWS Webcast - AWS 101 - Journey to the AWS Cloud: Introduction to AWSAmazon Web Services
 
How We end the Walking Dead in the Enterprise - Session Sponsored by Versent
How We end the Walking Dead in the Enterprise - Session Sponsored by VersentHow We end the Walking Dead in the Enterprise - Session Sponsored by Versent
How We end the Walking Dead in the Enterprise - Session Sponsored by VersentAmazon Web Services
 
Lean Cloud - Amazon Web Services
Lean Cloud - Amazon Web ServicesLean Cloud - Amazon Web Services
Lean Cloud - Amazon Web ServicesSimone Brunozzi
 
Securing Your Desktops with Amazon WorkSpaces - AWS Online Tech Talks
Securing Your Desktops with Amazon WorkSpaces - AWS Online Tech Talks Securing Your Desktops with Amazon WorkSpaces - AWS Online Tech Talks
Securing Your Desktops with Amazon WorkSpaces - AWS Online Tech Talks Amazon Web Services
 
Compute Without Servers – Building Applications with AWS Lambda - Technical 301
Compute Without Servers – Building Applications with AWS Lambda - Technical 301Compute Without Servers – Building Applications with AWS Lambda - Technical 301
Compute Without Servers – Building Applications with AWS Lambda - Technical 301Amazon Web Services
 
Journey Through The Cloud Webinar Program - What is AWS?
Journey Through  The Cloud Webinar Program - What is AWS?Journey Through  The Cloud Webinar Program - What is AWS?
Journey Through The Cloud Webinar Program - What is AWS?Amazon Web Services
 
AWS Summit Auckland - Smaller is Better - Microservices on AWS
AWS Summit Auckland - Smaller is Better - Microservices on AWSAWS Summit Auckland - Smaller is Better - Microservices on AWS
AWS Summit Auckland - Smaller is Better - Microservices on AWSAmazon Web Services
 
AWS FSI Symposium 2017 NYC - Moving at the Speed of Serverless ft Broadridge
AWS FSI Symposium 2017 NYC - Moving at the Speed of Serverless ft BroadridgeAWS FSI Symposium 2017 NYC - Moving at the Speed of Serverless ft Broadridge
AWS FSI Symposium 2017 NYC - Moving at the Speed of Serverless ft BroadridgeAmazon Web Services
 
The Cloud Operating Model MVP: From Zero to Production Ready in 12 Weeks - Bu...
The Cloud Operating Model MVP: From Zero to Production Ready in 12 Weeks - Bu...The Cloud Operating Model MVP: From Zero to Production Ready in 12 Weeks - Bu...
The Cloud Operating Model MVP: From Zero to Production Ready in 12 Weeks - Bu...Amazon Web Services
 
Staying Secure When Moving to the Cloud - Dave Millier
Staying Secure When Moving to the Cloud - Dave MillierStaying Secure When Moving to the Cloud - Dave Millier
Staying Secure When Moving to the Cloud - Dave MillierTriNimbus
 
Cloud computting a quick reference and guide
Cloud computting a quick reference and guideCloud computting a quick reference and guide
Cloud computting a quick reference and guideBiju Joseph
 
The New Normal - Eric Gales, AWS Canada
The New Normal - Eric Gales, AWS CanadaThe New Normal - Eric Gales, AWS Canada
The New Normal - Eric Gales, AWS CanadaTriNimbus
 
Strategic Approaches to AWS Enterprise Application Migration - Technical 201
Strategic Approaches to AWS Enterprise Application Migration - Technical 201Strategic Approaches to AWS Enterprise Application Migration - Technical 201
Strategic Approaches to AWS Enterprise Application Migration - Technical 201Amazon Web Services
 
Automating Amazon WorkSpaces Desktop and AppStream 2.0 Application Provisioni...
Automating Amazon WorkSpaces Desktop and AppStream 2.0 Application Provisioni...Automating Amazon WorkSpaces Desktop and AppStream 2.0 Application Provisioni...
Automating Amazon WorkSpaces Desktop and AppStream 2.0 Application Provisioni...Amazon Web Services
 
DevOps at Scale: How Datadog is using AWS and PagerDuty to Keep Pace with Gr...
DevOps at Scale:  How Datadog is using AWS and PagerDuty to Keep Pace with Gr...DevOps at Scale:  How Datadog is using AWS and PagerDuty to Keep Pace with Gr...
DevOps at Scale: How Datadog is using AWS and PagerDuty to Keep Pace with Gr...Amazon Web Services
 
Journey Through the AWS Cloud; Development and Test
Journey Through the AWS Cloud; Development and TestJourney Through the AWS Cloud; Development and Test
Journey Through the AWS Cloud; Development and TestAmazon Web Services
 
AWS Cloud Experience CA: ¿Porqué Correr WorkLoads Microsoft & Oracle en AWS?
AWS Cloud Experience CA: ¿Porqué Correr WorkLoads Microsoft & Oracle en AWS?AWS Cloud Experience CA: ¿Porqué Correr WorkLoads Microsoft & Oracle en AWS?
AWS Cloud Experience CA: ¿Porqué Correr WorkLoads Microsoft & Oracle en AWS?Amazon Web Services LATAM
 
Cloud Intro - Saint Louis Day of Dot Net
Cloud Intro - Saint Louis Day of Dot NetCloud Intro - Saint Louis Day of Dot Net
Cloud Intro - Saint Louis Day of Dot NetBrian Blanchard
 
AWS Cloud Kata 2013 | Singapore - Opening Keynote: Running Lean & Scaling Fas...
AWS Cloud Kata 2013 | Singapore - Opening Keynote: Running Lean & Scaling Fas...AWS Cloud Kata 2013 | Singapore - Opening Keynote: Running Lean & Scaling Fas...
AWS Cloud Kata 2013 | Singapore - Opening Keynote: Running Lean & Scaling Fas...Amazon Web Services
 

What's hot (20)

AWS Webcast - AWS 101 - Journey to the AWS Cloud: Introduction to AWS
AWS Webcast - AWS 101 - Journey to the AWS Cloud: Introduction to AWSAWS Webcast - AWS 101 - Journey to the AWS Cloud: Introduction to AWS
AWS Webcast - AWS 101 - Journey to the AWS Cloud: Introduction to AWS
 
How We end the Walking Dead in the Enterprise - Session Sponsored by Versent
How We end the Walking Dead in the Enterprise - Session Sponsored by VersentHow We end the Walking Dead in the Enterprise - Session Sponsored by Versent
How We end the Walking Dead in the Enterprise - Session Sponsored by Versent
 
Lean Cloud - Amazon Web Services
Lean Cloud - Amazon Web ServicesLean Cloud - Amazon Web Services
Lean Cloud - Amazon Web Services
 
Opening Keynote
Opening KeynoteOpening Keynote
Opening Keynote
 
Securing Your Desktops with Amazon WorkSpaces - AWS Online Tech Talks
Securing Your Desktops with Amazon WorkSpaces - AWS Online Tech Talks Securing Your Desktops with Amazon WorkSpaces - AWS Online Tech Talks
Securing Your Desktops with Amazon WorkSpaces - AWS Online Tech Talks
 
Compute Without Servers – Building Applications with AWS Lambda - Technical 301
Compute Without Servers – Building Applications with AWS Lambda - Technical 301Compute Without Servers – Building Applications with AWS Lambda - Technical 301
Compute Without Servers – Building Applications with AWS Lambda - Technical 301
 
Journey Through The Cloud Webinar Program - What is AWS?
Journey Through  The Cloud Webinar Program - What is AWS?Journey Through  The Cloud Webinar Program - What is AWS?
Journey Through The Cloud Webinar Program - What is AWS?
 
AWS Summit Auckland - Smaller is Better - Microservices on AWS
AWS Summit Auckland - Smaller is Better - Microservices on AWSAWS Summit Auckland - Smaller is Better - Microservices on AWS
AWS Summit Auckland - Smaller is Better - Microservices on AWS
 
AWS FSI Symposium 2017 NYC - Moving at the Speed of Serverless ft Broadridge
AWS FSI Symposium 2017 NYC - Moving at the Speed of Serverless ft BroadridgeAWS FSI Symposium 2017 NYC - Moving at the Speed of Serverless ft Broadridge
AWS FSI Symposium 2017 NYC - Moving at the Speed of Serverless ft Broadridge
 
The Cloud Operating Model MVP: From Zero to Production Ready in 12 Weeks - Bu...
The Cloud Operating Model MVP: From Zero to Production Ready in 12 Weeks - Bu...The Cloud Operating Model MVP: From Zero to Production Ready in 12 Weeks - Bu...
The Cloud Operating Model MVP: From Zero to Production Ready in 12 Weeks - Bu...
 
Staying Secure When Moving to the Cloud - Dave Millier
Staying Secure When Moving to the Cloud - Dave MillierStaying Secure When Moving to the Cloud - Dave Millier
Staying Secure When Moving to the Cloud - Dave Millier
 
Cloud computting a quick reference and guide
Cloud computting a quick reference and guideCloud computting a quick reference and guide
Cloud computting a quick reference and guide
 
The New Normal - Eric Gales, AWS Canada
The New Normal - Eric Gales, AWS CanadaThe New Normal - Eric Gales, AWS Canada
The New Normal - Eric Gales, AWS Canada
 
Strategic Approaches to AWS Enterprise Application Migration - Technical 201
Strategic Approaches to AWS Enterprise Application Migration - Technical 201Strategic Approaches to AWS Enterprise Application Migration - Technical 201
Strategic Approaches to AWS Enterprise Application Migration - Technical 201
 
Automating Amazon WorkSpaces Desktop and AppStream 2.0 Application Provisioni...
Automating Amazon WorkSpaces Desktop and AppStream 2.0 Application Provisioni...Automating Amazon WorkSpaces Desktop and AppStream 2.0 Application Provisioni...
Automating Amazon WorkSpaces Desktop and AppStream 2.0 Application Provisioni...
 
DevOps at Scale: How Datadog is using AWS and PagerDuty to Keep Pace with Gr...
DevOps at Scale:  How Datadog is using AWS and PagerDuty to Keep Pace with Gr...DevOps at Scale:  How Datadog is using AWS and PagerDuty to Keep Pace with Gr...
DevOps at Scale: How Datadog is using AWS and PagerDuty to Keep Pace with Gr...
 
Journey Through the AWS Cloud; Development and Test
Journey Through the AWS Cloud; Development and TestJourney Through the AWS Cloud; Development and Test
Journey Through the AWS Cloud; Development and Test
 
AWS Cloud Experience CA: ¿Porqué Correr WorkLoads Microsoft & Oracle en AWS?
AWS Cloud Experience CA: ¿Porqué Correr WorkLoads Microsoft & Oracle en AWS?AWS Cloud Experience CA: ¿Porqué Correr WorkLoads Microsoft & Oracle en AWS?
AWS Cloud Experience CA: ¿Porqué Correr WorkLoads Microsoft & Oracle en AWS?
 
Cloud Intro - Saint Louis Day of Dot Net
Cloud Intro - Saint Louis Day of Dot NetCloud Intro - Saint Louis Day of Dot Net
Cloud Intro - Saint Louis Day of Dot Net
 
AWS Cloud Kata 2013 | Singapore - Opening Keynote: Running Lean & Scaling Fas...
AWS Cloud Kata 2013 | Singapore - Opening Keynote: Running Lean & Scaling Fas...AWS Cloud Kata 2013 | Singapore - Opening Keynote: Running Lean & Scaling Fas...
AWS Cloud Kata 2013 | Singapore - Opening Keynote: Running Lean & Scaling Fas...
 

Similar to CuriousMinds and Siemens in Brasov 2015 - Building and Developing for the Cloud with AWS

The Cloud Enabled IT Operating Model - Business
The Cloud Enabled IT Operating Model - BusinessThe Cloud Enabled IT Operating Model - Business
The Cloud Enabled IT Operating Model - BusinessAmazon Web Services
 
AWS and Dynatrace: Moving your Cloud Strategy to the Next Level
AWS and Dynatrace: Moving your Cloud Strategy to the Next LevelAWS and Dynatrace: Moving your Cloud Strategy to the Next Level
AWS and Dynatrace: Moving your Cloud Strategy to the Next LevelDynatrace
 
10 Pro Tips for Scaling Your Startup from 0-10M Users
10 Pro Tips for Scaling Your Startup from 0-10M Users10 Pro Tips for Scaling Your Startup from 0-10M Users
10 Pro Tips for Scaling Your Startup from 0-10M UsersAmazon 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
 
Agility and Control from AWS [FutureStack16]
Agility and Control from AWS [FutureStack16]Agility and Control from AWS [FutureStack16]
Agility and Control from AWS [FutureStack16]New Relic
 
Atlanta Summit - Future of Enterprise IT (1)
Atlanta Summit - Future of Enterprise IT (1)Atlanta Summit - Future of Enterprise IT (1)
Atlanta Summit - Future of Enterprise IT (1)Doug Menefee
 
Opening Keynote by Dr. Werner Vogels
Opening Keynote by Dr. Werner VogelsOpening Keynote by Dr. Werner Vogels
Opening Keynote by Dr. Werner VogelsAmazon 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
 
Concepto de “new normal”: Arquitectura híbrida
Concepto de “new normal”: Arquitectura híbridaConcepto de “new normal”: Arquitectura híbrida
Concepto de “new normal”: Arquitectura híbridaAmazon Web Services LATAM
 
AWS Enterprise Summit - 엔터프라이즈에서의 AWS 클라우드 활용 - Markku Lepisto
AWS Enterprise Summit - 엔터프라이즈에서의 AWS 클라우드 활용 - Markku LepistoAWS Enterprise Summit - 엔터프라이즈에서의 AWS 클라우드 활용 - Markku Lepisto
AWS Enterprise Summit - 엔터프라이즈에서의 AWS 클라우드 활용 - Markku LepistoAmazon Web Services Korea
 
AWS Cloudschool Brussels Presentation, Feb 2014
AWS Cloudschool Brussels Presentation, Feb 2014AWS Cloudschool Brussels Presentation, Feb 2014
AWS Cloudschool Brussels Presentation, Feb 2014Amazon Web Services
 
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...Amazon Web Services
 
PeopleSoft and The Cloud
PeopleSoft and The CloudPeopleSoft and The Cloud
PeopleSoft and The CloudDuncan Davies
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...Trivadis
 
A Multi-Company Perspective: Enterprise Cloud and PaaS
A Multi-Company Perspective: Enterprise Cloud and PaaSA Multi-Company Perspective: Enterprise Cloud and PaaS
A Multi-Company Perspective: Enterprise Cloud and PaaSThoughtworks
 
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...RightScale
 

Similar to CuriousMinds and Siemens in Brasov 2015 - Building and Developing for the Cloud with AWS (20)

The Cloud Enabled IT Operating Model - Business
The Cloud Enabled IT Operating Model - BusinessThe Cloud Enabled IT Operating Model - Business
The Cloud Enabled IT Operating Model - Business
 
AWS and Dynatrace: Moving your Cloud Strategy to the Next Level
AWS and Dynatrace: Moving your Cloud Strategy to the Next LevelAWS and Dynatrace: Moving your Cloud Strategy to the Next Level
AWS and Dynatrace: Moving your Cloud Strategy to the Next Level
 
10 Pro Tips for Scaling Your Startup from 0-10M Users
10 Pro Tips for Scaling Your Startup from 0-10M Users10 Pro Tips for Scaling Your Startup from 0-10M Users
10 Pro Tips for Scaling Your Startup from 0-10M Users
 
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
 
Agility and Control from AWS [FutureStack16]
Agility and Control from AWS [FutureStack16]Agility and Control from AWS [FutureStack16]
Agility and Control from AWS [FutureStack16]
 
Atlanta Summit - Future of Enterprise IT (1)
Atlanta Summit - Future of Enterprise IT (1)Atlanta Summit - Future of Enterprise IT (1)
Atlanta Summit - Future of Enterprise IT (1)
 
Opening Keynote by Dr. Werner Vogels
Opening Keynote by Dr. Werner VogelsOpening Keynote by Dr. Werner Vogels
Opening Keynote by Dr. Werner Vogels
 
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
 
Jumpstart Azure
Jumpstart AzureJumpstart Azure
Jumpstart Azure
 
Concepto de “new normal”: Arquitectura híbrida
Concepto de “new normal”: Arquitectura híbridaConcepto de “new normal”: Arquitectura híbrida
Concepto de “new normal”: Arquitectura híbrida
 
Scaling Fast & Running Lean
Scaling Fast & Running LeanScaling Fast & Running Lean
Scaling Fast & Running Lean
 
AWS Enterprise Summit - 엔터프라이즈에서의 AWS 클라우드 활용 - Markku Lepisto
AWS Enterprise Summit - 엔터프라이즈에서의 AWS 클라우드 활용 - Markku LepistoAWS Enterprise Summit - 엔터프라이즈에서의 AWS 클라우드 활용 - Markku Lepisto
AWS Enterprise Summit - 엔터프라이즈에서의 AWS 클라우드 활용 - Markku Lepisto
 
Cloud Adoption
Cloud AdoptionCloud Adoption
Cloud Adoption
 
AWS Cloudschool Brussels Presentation, Feb 2014
AWS Cloudschool Brussels Presentation, Feb 2014AWS Cloudschool Brussels Presentation, Feb 2014
AWS Cloudschool Brussels Presentation, Feb 2014
 
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
 
PeopleSoft and The Cloud
PeopleSoft and The CloudPeopleSoft and The Cloud
PeopleSoft and The Cloud
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
TechEvent 2019: More Agile, More AI, More Cloud! Less Work?!; Oliver Dörr - T...
 
A Multi-Company Perspective: Enterprise Cloud and PaaS
A Multi-Company Perspective: Enterprise Cloud and PaaSA Multi-Company Perspective: Enterprise Cloud and PaaS
A Multi-Company Perspective: Enterprise Cloud and PaaS
 
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
 

More from Vadim Zendejas

Scalable Web Applications in AWS, 2014
Scalable Web Applications in AWS, 2014Scalable Web Applications in AWS, 2014
Scalable Web Applications in AWS, 2014Vadim Zendejas
 
Gitex Dubai 2015 - Accelerate your Innovation with AWS
Gitex Dubai 2015 - Accelerate your Innovation with AWSGitex Dubai 2015 - Accelerate your Innovation with AWS
Gitex Dubai 2015 - Accelerate your Innovation with AWSVadim Zendejas
 
AWS The Enterprise Cloud 2015
AWS The Enterprise Cloud 2015AWS The Enterprise Cloud 2015
AWS The Enterprise Cloud 2015Vadim Zendejas
 
AWS Summit Barcelona 2015 - Introducing Amazon API Gateway
AWS Summit Barcelona 2015 - Introducing Amazon API GatewayAWS Summit Barcelona 2015 - Introducing Amazon API Gateway
AWS Summit Barcelona 2015 - Introducing Amazon API GatewayVadim Zendejas
 
Kubernetes Fundamentals on Azure 2017
Kubernetes Fundamentals on Azure 2017Kubernetes Fundamentals on Azure 2017
Kubernetes Fundamentals on Azure 2017Vadim Zendejas
 
Azure Modern Cloud App Development Approaches 2017
Azure Modern Cloud App Development Approaches 2017Azure Modern Cloud App Development Approaches 2017
Azure Modern Cloud App Development Approaches 2017Vadim Zendejas
 
SUSE Expert Days, Brussels and Luxembourg - SUSE + Microsoft Partnership gets...
SUSE Expert Days, Brussels and Luxembourg - SUSE + Microsoft Partnership gets...SUSE Expert Days, Brussels and Luxembourg - SUSE + Microsoft Partnership gets...
SUSE Expert Days, Brussels and Luxembourg - SUSE + Microsoft Partnership gets...Vadim Zendejas
 
Red Hat Forum Norway 2017 - Red Hat on Azure Partners in Digital Innovation
Red Hat Forum Norway 2017 - Red Hat on Azure Partners in Digital InnovationRed Hat Forum Norway 2017 - Red Hat on Azure Partners in Digital Innovation
Red Hat Forum Norway 2017 - Red Hat on Azure Partners in Digital InnovationVadim Zendejas
 

More from Vadim Zendejas (8)

Scalable Web Applications in AWS, 2014
Scalable Web Applications in AWS, 2014Scalable Web Applications in AWS, 2014
Scalable Web Applications in AWS, 2014
 
Gitex Dubai 2015 - Accelerate your Innovation with AWS
Gitex Dubai 2015 - Accelerate your Innovation with AWSGitex Dubai 2015 - Accelerate your Innovation with AWS
Gitex Dubai 2015 - Accelerate your Innovation with AWS
 
AWS The Enterprise Cloud 2015
AWS The Enterprise Cloud 2015AWS The Enterprise Cloud 2015
AWS The Enterprise Cloud 2015
 
AWS Summit Barcelona 2015 - Introducing Amazon API Gateway
AWS Summit Barcelona 2015 - Introducing Amazon API GatewayAWS Summit Barcelona 2015 - Introducing Amazon API Gateway
AWS Summit Barcelona 2015 - Introducing Amazon API Gateway
 
Kubernetes Fundamentals on Azure 2017
Kubernetes Fundamentals on Azure 2017Kubernetes Fundamentals on Azure 2017
Kubernetes Fundamentals on Azure 2017
 
Azure Modern Cloud App Development Approaches 2017
Azure Modern Cloud App Development Approaches 2017Azure Modern Cloud App Development Approaches 2017
Azure Modern Cloud App Development Approaches 2017
 
SUSE Expert Days, Brussels and Luxembourg - SUSE + Microsoft Partnership gets...
SUSE Expert Days, Brussels and Luxembourg - SUSE + Microsoft Partnership gets...SUSE Expert Days, Brussels and Luxembourg - SUSE + Microsoft Partnership gets...
SUSE Expert Days, Brussels and Luxembourg - SUSE + Microsoft Partnership gets...
 
Red Hat Forum Norway 2017 - Red Hat on Azure Partners in Digital Innovation
Red Hat Forum Norway 2017 - Red Hat on Azure Partners in Digital InnovationRed Hat Forum Norway 2017 - Red Hat on Azure Partners in Digital Innovation
Red Hat Forum Norway 2017 - Red Hat on Azure Partners in Digital Innovation
 

Recently uploaded

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

CuriousMinds and Siemens in Brasov 2015 - Building and Developing for the Cloud with AWS

Editor's Notes

  1. This assumption in startups breaks down .. We are working on products where nobody really knows what customer wants … most of the times is based on empirically incorrect facts
  2. This user has probably a different set of needs / requirements than …
  3. … these users You will end up hours and hours discussing … which bugs should you fix first .. And which can you live with … which features should be in version 1 … sound familiar ? .. Validated learning
  4. Agile methodologies have their origins inside IT departments … they were design where the we know the problem but not the solution
  5. … we know the requirements very well If we develop something well known interactively .. We increase the odds of the project But this isn’t the the world that startup ups live in either. .. If the customer is the most important part of the assembly line so what to do if we don’t really know who the customer is ? The assumptions of Agile and all previous management techniques is that there is somebody who can give us definitively answers to design questions ….
  6. Resources not focused on customers value are targeted for elimination Less wasteful / Eliminate uncertainty / …. Make entrepreneur work more effective Stratup = experiment .. In a sense to stop waste people’s time and resources .. The problem is not building it efficiently … is building efficiently something that nobody wants !!! (in software) It’s “can we build it ?” (yes, we can) … it’s should we build it ?
  7. Just GET GOING !!! Many entrepreneurs have difficulties get going … - they need to prove there’s a market - Focused groups … JUST GET GOING !!!
  8. What really needs to be in that first version that will allows us to learn whether our plan is correct or not.
  9. Pour illustrer le launch early
  10. This is the fun part, quickly do a prototype
  11. You have ideas But don't have the money to implement Software is not a problem Hardware and infrastructure is the main problem. You don't have money, where do you host your application?
  12. TALKING POINTS AWS has developed the broadest collection of services available from any cloud provider. Our approach to regions, availability zones, and POPs provides global coverage for high availability, low latency applications. Foundation services across compute, storage, security, and networking offer customers flexibility in their architecture. We have a full spectrum of options to meet most price-to-performance scenarios. We offer the capability for both managed and unmanaged database options. The offerings for Analytics and Application Services enable advanced data processing and workloads. AWS Redshift, our cloud-based data warehouse, is the fastest growing service in the history of AWS. Our management tools offer a lot of insight and flexibility to let you manage your AWS resources through either our tools or the management tools you’re already familiar with. Recent expansion into enterprise applications has been entirely driven by customer feedback on where they’d like us to deliver value.
  13. TALKING POINTS AWS has developed the broadest collection of services available from any cloud provider. Our approach to regions, availability zones, and POPs provides global coverage for high availability, low latency applications. Foundation services across compute, storage, security, and networking offer customers flexibility in their architecture. We have a full spectrum of options to meet most price-to-performance scenarios. We offer the capability for both managed and unmanaged database options. The offerings for Analytics and Application Services enable advanced data processing and workloads. AWS Redshift, our cloud-based data warehouse, is the fastest growing service in the history of AWS. Our management tools offer a lot of insight and flexibility to let you manage your AWS resources through either our tools or the management tools you’re already familiar with. Recent expansion into enterprise applications has been entirely driven by customer feedback on where they’d like us to deliver value.
  14. TALKING POINTS AWS has developed the broadest collection of services available from any cloud provider. Our approach to regions, availability zones, and POPs provides global coverage for high availability, low latency applications. Foundation services across compute, storage, security, and networking offer customers flexibility in their architecture. We have a full spectrum of options to meet most price-to-performance scenarios. We offer the capability for both managed and unmanaged database options. The offerings for Analytics and Application Services enable advanced data processing and workloads. AWS Redshift, our cloud-based data warehouse, is the fastest growing service in the history of AWS. Our management tools offer a lot of insight and flexibility to let you manage your AWS resources through either our tools or the management tools you’re already familiar with. Recent expansion into enterprise applications has been entirely driven by customer feedback on where they’d like us to deliver value.
  15. http://www.flickr.com/photos/scobleizer/3985020876/ You created a great webapp and you're proud of it
  16. Remember your great app ? Well, everyone loves it …
  17. Until then no one really used it in the real world suddenly, you have to deal with infrastructure
  18. http://www.flickr.com/photos/mutsmuts/4695658106/ You start asking yourself all sorts of questions: how to give access to your application? What about security? How do I pick the right server size? How to avoid SPOFs? Is my infrastructure reliable? Does it scale?
  19. http://www.old-computers.com/news
  20. Ideally, you would need a cursor to dynamically adjust to the desired capacity level. It's exactly what EBK do … automatically.
  21. LAST SLIDE
  22. Developers always face the same challenge: build and deploy applications as fast as possible. In this talk, we will show how to build from the ground up a highly available and scalable video sharing platform featuring video transcoding queues, content delivery network, search engine, durable storage, automatic scaling and failure recovery, … This session is ideal for technical professionals who want to have a better understanding on how to build advanced architectures on AWS.
  23. Back in 2008, they launched a Facebook application that lets people tell their friends when they've uploaded a video that includes that friend. When people saw the music videos their friends created when the application shared it with them, they wanted to go out and create their own videos. Shortly after launching their social networking modification, they were featured on Techcrunch. As you can imagine, this brought them a lot of unexpected traffic. In the course of 3 days, they went from running on 40 instances to 5,000 instances. Because they were using Amazon Web Services, they were able to handle all of this incoming traffic without having to do a thing. AWS managed it all for them.
  24. Until then no one really used it in the real world suddenly, you have to deal with infrastructure
  25. We are BIG. We manage this level of durability across over 1 trilion unique customer objects. This does not include all the objects that AWS stores like snapshots.
  26. Go for NoSQL from day 1 Explain RDBMS challenges NoSQL fits this use case
  27. search might be important on some modern web apps, but is definitely crucial on big apps. customers want something simple to start, simple to maintain and simple to scale. they want rich search experience without being search experts. everyone wants search, but it is really hard to implement it well.
  28. services that are normally expensive to manage or difficult to use become available on-demand, in a uniform and available way, and only paid for when used. Just like electricity. This is what AWS does. It takes away the hard work from providing infrastructure IT services and makes them available to anyone on a pay as you go basis.
  29. Each autoscaling group uses a different set of AMI AMI-B contains the test code.
  30. Change direction but stay grounded in what we’ve learned If we can reduce time between pivots we increase the odds for success before we run out of money .. We can extend our opportunities by getting more money .. Or by pivoting sooner
  31. Let’s take a look at how customers are able to use all of these capabilities to build and scale sophisticated applications. National Rail Enquiries is a private company owned by the train operating companies that run services on the rail network here in the UK The National Rail Enquiries digital online service gets about 1 million visits each weekday and their mobile apps have been downloaded over 5 million times. At times of travel disruption or bad weather, for example during the recent storms and flooding here in the UK, the number of visitors to the service can increase very significantly. The recent storms here in the UK resulted in a peak that was 60% higher than the previous maximum and 10 times the normal daily maximum! It recently migrated its online digital provision of schedule information and travel advice to AWS, working with AWS Premiere Consulting Partner, Smart 421.
  32. no script
  33. Let’s take a look at how customers are able to use all of these capabilities to build and scale sophisticated applications. National Rail Enquiries is a private company owned by the train operating companies that run services on the rail network here in the UK The National Rail Enquiries digital online service gets about 1 million visits each weekday and their mobile apps have been downloaded over 5 million times. At times of travel disruption or bad weather, for example during the recent storms and flooding here in the UK, the number of visitors to the service can increase very significantly. The recent storms here in the UK resulted in a peak that was 60% higher than the previous maximum and 10 times the normal daily maximum! It recently migrated its online digital provision of schedule information and travel advice to AWS, working with AWS Premiere Consulting Partner, Smart 421.
  34. Let’s take a look at how customers are able to use all of these capabilities to build and scale sophisticated applications. National Rail Enquiries is a private company owned by the train operating companies that run services on the rail network here in the UK The National Rail Enquiries digital online service gets about 1 million visits each weekday and their mobile apps have been downloaded over 5 million times. At times of travel disruption or bad weather, for example during the recent storms and flooding here in the UK, the number of visitors to the service can increase very significantly. The recent storms here in the UK resulted in a peak that was 60% higher than the previous maximum and 10 times the normal daily maximum! It recently migrated its online digital provision of schedule information and travel advice to AWS, working with AWS Premiere Consulting Partner, Smart 421.
  35. Let’s take a look at how customers are able to use all of these capabilities to build and scale sophisticated applications. National Rail Enquiries is a private company owned by the train operating companies that run services on the rail network here in the UK The National Rail Enquiries digital online service gets about 1 million visits each weekday and their mobile apps have been downloaded over 5 million times. At times of travel disruption or bad weather, for example during the recent storms and flooding here in the UK, the number of visitors to the service can increase very significantly. The recent storms here in the UK resulted in a peak that was 60% higher than the previous maximum and 10 times the normal daily maximum! It recently migrated its online digital provision of schedule information and travel advice to AWS, working with AWS Premiere Consulting Partner, Smart 421.
  36. Let’s take a look at how customers are able to use all of these capabilities to build and scale sophisticated applications. National Rail Enquiries is a private company owned by the train operating companies that run services on the rail network here in the UK The National Rail Enquiries digital online service gets about 1 million visits each weekday and their mobile apps have been downloaded over 5 million times. At times of travel disruption or bad weather, for example during the recent storms and flooding here in the UK, the number of visitors to the service can increase very significantly. The recent storms here in the UK resulted in a peak that was 60% higher than the previous maximum and 10 times the normal daily maximum! It recently migrated its online digital provision of schedule information and travel advice to AWS, working with AWS Premiere Consulting Partner, Smart 421.
  37. LAST SLIDE
  38. LAST SLIDE
  39. NEXT SLIDE
  40. NEXT SLIDE
  41. LAST SLIDE
  42. LAST SLIDE
  43. LAST SLIDE
  44. While there is talk of private cloud being just as good as public cloud, the big benefits that our customers enjoy just aren’t possible with gear that goes in your data center, even if it has private cloud attributes. Since you have to buy the equipment up front, from high margin vendors and run it in a data center that you rent or own, the big cost and operational benefits just aren’t possible in a private cloud model.
  45. While there is talk of private cloud being just as good as public cloud, the big benefits that our customers enjoy just aren’t possible with gear that goes in your data center, even if it has private cloud attributes. Since you have to buy the equipment up front, from high margin vendors and run it in a data center that you rent or own, the big cost and operational benefits just aren’t possible in a private cloud model.