SlideShare a Scribd company logo
Architecting for Availability & Scalability with
Elastic Load Balancing and Amazon Route 53
David Brown (Elastic Load Balancing)

Sean Meckley (Amazon Route 53)

Paul Kearney (InfoSpace)

November 15, 2013

© 2013 Amazon.com, Inc. and its affiliates. All rights reserved. May not be copied, modified, or distributed in whole or in part without the express consent of Amazon.com, Inc.
Thursday, November 21, 13
welcome
!2
Thursday, November 21, 13
“Everything fails all the time”
Werner Vogels, CTO, Amazon.com

!2
Thursday, November 21, 13
Avoid single points of failure.

!4
Thursday, November 21, 13
Elastic Load Balancing and Amazon Route 53 are
critical components when building scalable and
highly-available applications.

!5
Thursday, November 21, 13
Load Balancer

Elastic

Secure

Integrated

Cost-Effective

[ What is Elastic Load Balancing? ]
!6
Thursday, November 21, 13
Availability Zone 1a

EC2 Instances

EC2 Instances
Elastic
Load Balancing
(Internal)

Elastic
Load Balancing
Client

EC2 Instances

EC2 Instances
Availability Zone 1b

[ What is Elastic Load Balancing? ]
!7
Thursday, November 21, 13
3

Levels
of
Availability

!7
Thursday, November 21, 13
1
Instance
Availability

!8
Thursday, November 21, 13
1

2

Instance
Availability

Zonal
Availability

!8
Thursday, November 21, 13
1

2

3

Instance
Availability

Zonal
Availability

Regional
Availability

!8
Thursday, November 21, 13
1
Instance
Availability

!9
Thursday, November 21, 13
First step in increasing the availability
of a system or application.

!10
Thursday, November 21, 13
Client

EC2 Instance

Load balancer used to
route incoming
requests to multiple
EC2 instances

[ Instance Redundancy ]
!12
Thursday, November 21, 13
EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

Load balancer used to
route incoming
requests to multiple
EC2 instances

EC2 Instance

[ Instance Redundancy ]
!13
Thursday, November 21, 13
Incoming request load shared
by all instances behind the load balancer.

!13
Thursday, November 21, 13
EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

Leastconns used to spread
request across healthy
instances

EC2 Instance

[ Request Routing ]
!15
Thursday, November 21, 13
EQUAL UTILIZATION 

ON EACH INSTANCE
EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

Leastconns used to spread
request across healthy
instances

EC2 Instance

[ Request Routing ]
!15
Thursday, November 21, 13
TARGETS INSTANCES WITH

EQUAL UTILIZATION 


ON EACH INSTANCE
FEWEST OUTSTANDING REQUESTS
EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

Leastconns used to spread
request across healthy
instances

ADJUSTS TO REQUEST

SMOOTHS REQUEST LOAD

RESPONSE TIMES

ACROSS ALL INSTANCES

EC2 Instance

[ Request Routing ]
!15
Thursday, November 21, 13
Instances that fail can be replaced seamlessly
while other instances continue to operate.

!15
Thursday, November 21, 13
EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

Application level
health checks ensure that
request traffic is shifted
away from a failed instance

EC2 Instance

[ Health Checks ]
!17
Thursday, November 21, 13
FAILURE DETECTED

X
EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

Application level
health checks ensure that
request traffic is shifted
away from a failed instance

EC2 Instance

[ Health Checks ]
!17
Thursday, November 21, 13
TRAFFIC SHIFTED

FAILURE DETECTED

X

X
EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

Application level
health checks ensure that
request traffic is shifted
away from a failed instance

EC2 Instance

[ Health Checks ]
!17
Thursday, November 21, 13
TRAFFIC SHIFTED

FAILURE DETECTED

X

X
EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

Application level
health checks ensure that
request traffic is shifted
away from a failed instance

EC2 Instance

HEALTHY INSTANCES CARRY
ADDITIONAL REQUEST LOAD

[ Health Checks ]
!17
Thursday, November 21, 13
TRAFFIC SHIFTED

FAILURE DETECTED
USED TO DETERMINE THE HEALTH OF
THE INSTANCE X
AND APPLICATION

X

EC2 Instance

Elastic
Load Balancing
Client

EC2 Instance

TCP AND HTTP

Application level
health checks ensure that
request traffic is shifted
away from a failed instance

CONSIDER THE DEPTH AND
ACCURACY OF YOUR
EC2 Instance

HEALTH CHECKS

[ Health Checks ]

CUSTOMIZE FREQUENCY

AND FAILURE THRESHOLDS
HEALTHY INSTANCES CARRY
ADDITIONAL REQUEST LOAD
503 ERRORS RETURNED IF
NO HEALTHY INSTANCES

!17
Thursday, November 21, 13
Auto Scaling can be used to automatically adjust
instance capacity up or down depending on
conditions you define.

!18
Thursday, November 21, 13
Elastic
Load Balancing

EC2 Instance

EC2 Instance

EC2 Instance

[ ELB & Auto Scaling ]
!19
Thursday, November 21, 13
Elastic
Load Balancing

EC2 Instance

EC2 Instance

EC2 Instance

[ ELB & Auto Scaling ]

LOAD INCREASES

!19
Thursday, November 21, 13
Elastic
Load Balancing

INSTANCES ADDED FOR

INCREASED LOAD

EC2 Instance

EC2 Instance

EC2 Instance

EC2 Instance

EC2 Instance

[ ELB & Auto Scaling ]
!19
Thursday, November 21, 13
Elastic
Load Balancing

EC2 Instance

LOAD DECREASES

EC2 Instance

EC2 Instance

EC2 Instance

EC2 Instance

[ ELB & Auto Scaling ]
!19

Thursday, November 21, 13
Elastic
Load Balancing

EC2 Instance

EC2 Instance

INSTANCES REMOVED

AS LOAD DECREASES

EC2 Instance

[ ELB & Auto Scaling ]
!19
Thursday, November 21, 13
Elastic
Load Balancing

INSTANCES REMOVED

AS LOAD DECREASES

AUTOMATICALLY SCALES

INSTANCES UP OR DOWN

EC2 Instance

AUTOMATICALLY REPLACES

EC2 Instance

CUSTOM SCALING METRICS

EC2 Instance

REDUCES COSTS

FAILED INSTANCES

[ ELB & Auto Scaling ]
!19
Thursday, November 21, 13
2
Zonal
Availability

!19
Thursday, November 21, 13
Availability Zones are distinct geographical
locations that are engineered to be insulated from
failures in other zones.

!20
Thursday, November 21, 13
Region
Availability Zone
!21
Thursday, November 21, 13
It is important to run application
stacks in more than one zone.

!22
Thursday, November 21, 13
Avoid unnecessary dependencies 

between zones.

!23
Thursday, November 21, 13
Zone 1a

EC2 Instances

Load balancer used to 

balance across instances in 

multiple Availability Zones.

Elastic
Load Balancing
Client

EC2 Instances

Zone 1b

[ Availability Zone Redundancy ]
!25
Thursday, November 21, 13
Each load balancer will contain one or more
DNS records, one for each load balancer node.

!25
Thursday, November 21, 13
Client

Elastic
Load Balancing

192.0.2.1

EC2 Instance

EC2 Instance

EC2 Instance

192.0.2.2

EC2 Instance

EC2 Instance

EC2 Instance

[ Understanding DNS ]
!27
Thursday, November 21, 13
Client

Elastic
Load Balancing

192.0.2.1

192.0.2.2

DNS ROUND ROBIN USED TO

EXPECT DNS RECORDS

BALANCE TRAFFIC BETWEEN
AVAILABILITY ZONES

EC2 Instance

EC2 Instance

EC2 Instance

TO CHANGE OVER TIME
EC2 Instance

EC2 Instance

EC2 Instance

[ Understanding DNS ]
EACH LOAD BALANCER DOMAIN NAME
MAY CONTAIN MULTIPLE A RECORDS
!27
Thursday, November 21, 13
Using multiple Availability Zones does
bring a few challenges.

!27
Thursday, November 21, 13
requests / minute

Availability Zones may
see traffic imbalances
due to clients caching
DNS records.

time

[ Multiple Zone Challenges ]
!28
Thursday, November 21, 13
2

Zone 1a

An unequal number of
instances per zone can
lead to over utilization of
instances in a zone.

EC2 Instances
Elastic
Load Balancer
Client

3
EC2 Instances

Zone 1b

[ Multiple Zone Challenges ]
!30
Thursday, November 21, 13
Problem solved.

!30
Thursday, November 21, 13
Cross-Zone Load Balancing distributes
traffic across all healthy instances,
regardless of Availability Zone.

!31
Thursday, November 21, 13
Zone 1a

2
Effectively balances the
request load across all
instances behind the load
balancer.

EC2 Instances
Elastic
Load Balancing
Client

3
EC2 Instances

Zone 1b

[ Cross-Zone Load Balancing ]
!33
Thursday, November 21, 13
requests / minute

Traffic is spread evenly
across each of the active
Availability Zones.

time

[ Cross-Zone Load Balancing ]
!33
Thursday, November 21, 13
requests / minute

Availability Zones may
ELIMINATES IMBALANCES IN
NO BANDWIDTH CHARGE
FOR CROSS-ZONE TRAFFIC

REQUESTS DISTRIBUTED EQUALLY TO
ALL INSTANCES REGARDLESS OF ZONE

see UTILIZATION
INSTANCE traffic imbalances
due to clients caching
DNS records.

REDUCES IMPACT OF CLIENTS
CACHING DNS RECORDS

time

[ Cross-Zone Load Balancing ]
!33
Thursday, November 21, 13
3
Regional
Redundancy

!35
Thursday, November 21, 13
Elastic Load Balancing and Amazon Route 53 have
been integrated to support a single application
across multiple regions.

!36
Thursday, November 21, 13
Region
Availability Zone
!37
Thursday, November 21, 13
ROUTE

•

53

AWS’s authoritative Domain Name Service (DNS)

•

Health checking service

•

Highly available and scalable

•

Offers tools that provide flexible, high-performance, and
highly available architectures on AWS

[ What is Amazon Route 53? ]
!39
Thursday, November 21, 13
Improves availability by …
•

health checking load balancer nodes and rerouting
traffic to avoid failures

•

supporting multi-region and backup architectures for
high-availability

ROUTE

53

[ What is Amazon Route 53? ]
!40
Thursday, November 21, 13
Health Checks
Automated requests sent over the
Internet to your application to verify
that your application is reachable,
available, and functional.

+

Failover
Only returns answers for resources
that are healthy and reachable from
the outside world, so end users are
routed away a failed application.

[ What is DNS failover? ]
!40
Thursday, November 21, 13
Work on Failure
System activity
Time to react

Constant Work
System activity
Time to react

time

time

When nothing is failing, volume of API

Health checkers and edge locations

calls is zero. When failure occurs,

perform the same volume of activity

volume of API calls spikes.

whether endpoints are healthy or
unhealthy.

[ How does it work? ]
!41
Thursday, November 21, 13
Amazon Route 53
conducts health checks
from within each AWS
region

[ Global Health Check Network ]
!43
Thursday, November 21, 13
NETWORK PARTITION
!43
Thursday, November 21, 13
150

SECONDS

MANUAL FAILOVER

vs.

• operator receives an alarm
• operator manually
configures DNS update
• wait for DNS changes to
propagate

[ How does it work? ]
!44
Thursday, November 21, 13
150

SECONDS

NO CONTROL PLANE INVOLVEMENT
REQUIRED FOR FAILOVER TO OCCUR

MANUAL FAILOVER

• operator receives an alarm
• operator manually
DIRECTLY FROM GLOBALLY DISTRIBUTED
configures DNS
HEALTH CHECKER FLEET update
• wait for DNS changes to
propagate
EDGE LOCATIONS PULL HEALTH RESULTS

vs.

DON’T HAVE TO WAIT FOR API REQUESTS
TO SUCCEED AND THEN PROPAGATE

[ How does it work? ]
FAILOVER HAPPENS ENTIRELY WITHIN
THE AMAZON ROUTE 53 DATA PLANE
!44
Thursday, November 21, 13
•
•

Region

E-commerce site: example.com
Elastic
Load Balancing

Running application stack in multiple Availability
Zones in a single AWS region

•

Wants a backup in case:

-

Own application goes down across multiple
Availability Zones

-

Some parts of the world experience
degraded connectivity to this AWS region

EC2 Instances

EC2 Instances

[ Simple Failover Scenario ]
!46
Thursday, November 21, 13
Region
Primary
Elastic
Load Balancing

EC2 Instances

Health
Check

ROUTE

Secondary

53

S3

EC2 Instances

[ Simple Failover Scenario ]
!47
Thursday, November 21, 13
Region

X

Elastic
Load Balancing

X

Primary
Health
Check

ROUTE

Secondary

53

S3

FAILOVER
HEALTH CHECK FAILS

EC2 Instances

EC2 Instances

[ Simple Failover Scenario ]
!48
Thursday, November 21, 13
Static Site

Static vs. dynamic content

[ Static Backup Site Options ]
!48
Thursday, November 21, 13
•

Provides your globally-distributed end users
with faster performance

•

Tag each destination end-point to the
Amazon EC2 region that it’s located in

•

Amazon Route 53 will route end users to the
end-point that provides the lowest latency

[ Latency Based Routing ]
!50
Thursday, November 21, 13
•

Better performance than running in a single region

•

Improved reliability relative to running in one region

•

Easier implementation than traditional DNS solutions

•

Much lower prices than traditional DNS solutions

[ LBR Benefits ]

“Our customers bid on video ad
inventory in real time and our system
must evaluate the content they're
sponsoring and respond with a
decision in less than 50ms, or they'll
lose the auction. Route 53’s Latency
Based Routing lets us easily run
multiple stacks of our whole targeting
platform in each AWS region so we can
meet our customers latency needs.”
Jonathan Dodson,
Vice President of Engineering at Affine

!50
Thursday, November 21, 13
•

Region 1

example.com wants faster
page load for customers

•

Region 2

Launches application stack in

Elastic
Load Balancing

Elastic
Load Balancing

additional AWS regions

•

Uses Amazon Route 53
Latency Based Routing

•

Amazon Route 53 DNS
Failover ensures that end
users are only routed to a
region where the application is

EC2 Instances

EC2 Instances

EC2 Instances

EC2 Instances

healthy

[ Multi-Region Failover ]
!52
Thursday, November 21, 13
Region 1

Region 2
Primary

Elastic
Load Balancing

EC2 Instances

Health
Check

ROUTE

53

Primary
Health
Check

EC2 Instances

Elastic
Load Balancing

EC2 Instances

EC2 Instances

[ Multi-Region Failover ]

!53
Thursday, November 21, 13
Region 1

Region 2
Primary

Elastic
Load Balancing

Health
Check

ROUTE

53

Primary
Health
Check

X
X

Elastic
Load Balancing

HEALTH CHECK FAILS AND

TRAFFIC SHIFTS AWAY

EC2 Instances

EC2 Instances

EC2 Instances

EC2 Instances

[ Multi-Region Failover ]

!54
Thursday, November 21, 13
Region 1

Elastic
Load Balancing

EC2 Instances

Region 2

Elastic
Load Balancing

EC2 Instances

EC2 Instances

S3

EC2 Instances

[ Multi-Region & S3 Failover ]

!55
Thursday, November 21, 13
[ Configuring DNS Failover ]
!56
Thursday, November 21, 13
AWS & InfoSpace
Elastic Load Balancing & Amazon Route 53 for High-Availability

!57
Thursday, November 21, 13
InfoSpace Search
Since 1996, our mission has been to make
it fast and easy for users to find what they
need online.

!57
Thursday, November 21, 13
InfoSpace Search

!58
Thursday, November 21, 13
InfoSpace Search

Search Sites

!58
Thursday, November 21, 13
InfoSpace Search

Search Sites

Search API

!58
Thursday, November 21, 13
Types of Users

!59
Thursday, November 21, 13
Types of Users
Search Site 

Users
• 400 million queries per
month
• Broad geographical
distribution

!59
Thursday, November 21, 13
Types of Users
Search Site 

Users
• 400 million queries per
month
• Broad geographical
distribution

Search API
Partners
• 150+ partners

worldwide
• Located primarily in
US and EU
• 2 billion queries/month

!59
Thursday, November 21, 13
Types of Users
Search Site 

Users
• 400 million queries per
month
• Broad geographical
distribution

Search API
Partners
• 150+ partners

worldwide
• Located primarily in
US and EU
• 2 billion queries/month

Click Users
• 6.5 billion clicks/month
• Broad geographical
distribution

!59
Thursday, November 21, 13
Global Distribution of Traffic

!60
Thursday, November 21, 13
Global Distribution of Traffic

!60
Thursday, November 21, 13
Global Distribution of Traffic
AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

!60
Thursday, November 21, 13
Global Distribution of Traffic
AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

!60
Thursday, November 21, 13
Global Distribution of Traffic
AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

!60
Thursday, November 21, 13
Global Distribution of Traffic
AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

!60
Thursday, November 21, 13
Global Distribution of Traffic
AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

!60
Thursday, November 21, 13
Global Distribution of Traffic
AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

AZ#

AZ#
AZ#

!60
Thursday, November 21, 13
Key Statistics
• 4.5 billion requests/month
• Migrated from 2 data centers to AWS in 5 months
• Deployed in 4 regions
• Approximately 500 EC2 instances
• Approximately 50 load balancers
• Approximately 70 Amazon Route 53 zones

!62
Thursday, November 21, 13
AWS Infrastructure

Route$53$

Private$Subnet$

Public$Subnet$

NAT$

TSG$

Suppor+ng$
Services$

Search$
API$

Search$
Sites$

Outbound$via$NAT$

Suppor+ng$Services$

!62
Thursday, November 21, 13
Fire and Forget

!63
Thursday, November 21, 13
Fire and Forget

Production

System under test

!63
Thursday, November 21, 13
Fire and Forget

Production

System under test

!63
Thursday, November 21, 13
Fire and Forget

Asynchronous

Production

System under test

!63
Thursday, November 21, 13
Fire and Forget

Production

System under test

!63
Thursday, November 21, 13
Fire and Forget

Production

System under test

!63
Thursday, November 21, 13
Fire and Forget

!64
Thursday, November 21, 13
Fire and Forget

!64
Thursday, November 21, 13
Fire and Forget

!64
Thursday, November 21, 13
Fire and Forget

LBR

LBR

!64
Thursday, November 21, 13
Fire and Forget

LBR

LBR

!64
Thursday, November 21, 13
Fire and Forget

LBR

!64
Thursday, November 21, 13
Results
• Regional failover in 150 seconds consistently
• Decreased latency – 25% less latent worldwide
• Can easily reroute individual partners to different region to avoid routing
problems
• Replaced expensive network gear from datacenter

!65
Thursday, November 21, 13
What next?
• Expanding to additional regions
• Integration of monitoring data with traffic routing

!66
Thursday, November 21, 13
3

Levels
of
Availability

!67
Thursday, November 21, 13
1
Instance
Availability

!68
Thursday, November 21, 13
1

2

Instance
Availability

Zonal
Availability

!68
Thursday, November 21, 13
1

2

3

Instance
Availability

Zonal
Availability

Regional
Availability

!68
Thursday, November 21, 13
Please give us your feedback on this
presentation

CPN104
As a thank you, we will select prize
winners daily for completed surveys!

Thursday, November 21, 13

Thank You

More Related Content

What's hot

Building a CICD Pipeline for Containers - DevDay Austin 2017
Building a CICD Pipeline for Containers - DevDay Austin 2017Building a CICD Pipeline for Containers - DevDay Austin 2017
Building a CICD Pipeline for Containers - DevDay Austin 2017
Amazon Web Services
 
Getting Started with Docker on AWS - DevDay Los Angeles 2017
Getting Started with Docker on AWS - DevDay Los Angeles 2017Getting Started with Docker on AWS - DevDay Los Angeles 2017
Getting Started with Docker on AWS - DevDay Los Angeles 2017
Amazon Web Services
 
Building a CICD Pipeline for Deploying to Containers
Building a CICD Pipeline for Deploying to ContainersBuilding a CICD Pipeline for Deploying to Containers
Building a CICD Pipeline for Deploying to Containers
Amazon Web Services
 
AWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshootingAWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshooting
Shiva Narayanaswamy
 
Getting Started with Docker On AWS
Getting Started with Docker On AWSGetting Started with Docker On AWS
Getting Started with Docker On AWS
Amazon Web Services
 
AWS November Webinar Series - From Local Development to Production Using the ...
AWS November Webinar Series - From Local Development to Production Using the ...AWS November Webinar Series - From Local Development to Production Using the ...
AWS November Webinar Series - From Local Development to Production Using the ...
Amazon Web Services
 
Advanced Container Management and Scheduling
Advanced Container Management and SchedulingAdvanced Container Management and Scheduling
Advanced Container Management and Scheduling
Amazon Web Services
 
Getting Started with Docker on AWS - DevDay Austin 2017
Getting Started with Docker on AWS - DevDay Austin 2017Getting Started with Docker on AWS - DevDay Austin 2017
Getting Started with Docker on AWS - DevDay Austin 2017
Amazon Web Services
 
AWS: Scaling With Elastic Beanstalk
AWS: Scaling With Elastic BeanstalkAWS: Scaling With Elastic Beanstalk
AWS: Scaling With Elastic Beanstalk
KMS Technology
 
Intro to Batch Processing on AWS - DevDay Austin 2017
Intro to Batch Processing on AWS - DevDay Austin 2017Intro to Batch Processing on AWS - DevDay Austin 2017
Intro to Batch Processing on AWS - DevDay Austin 2017
Amazon Web Services
 
Workshop: Serverless DevOps to the Rescue
Workshop: Serverless DevOps to the RescueWorkshop: Serverless DevOps to the Rescue
Workshop: Serverless DevOps to the Rescue
Amazon Web Services
 
Getting Started with Amazon EC2 Container Service
Getting Started with Amazon EC2 Container ServiceGetting Started with Amazon EC2 Container Service
Getting Started with Amazon EC2 Container Service
Amazon Web Services
 
ECS and ECR deep dive
ECS and ECR deep diveECS and ECR deep dive
ECS and ECR deep dive
Shiva Narayanaswamy
 
Deep Dive with Amazon EC2 Container Service Hands-on Workshop
Deep Dive with Amazon EC2 Container Service Hands-on WorkshopDeep Dive with Amazon EC2 Container Service Hands-on Workshop
Deep Dive with Amazon EC2 Container Service Hands-on Workshop
Amazon Web Services
 
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
Amazon Web Services
 
Introduction to AWS Batch
Introduction to AWS BatchIntroduction to AWS Batch
Introduction to AWS Batch
Amazon Web Services
 
AWS July Webinar Series-Deploying and Scaling Web Application with AWS Elasti...
AWS July Webinar Series-Deploying and Scaling Web Application with AWS Elasti...AWS July Webinar Series-Deploying and Scaling Web Application with AWS Elasti...
AWS July Webinar Series-Deploying and Scaling Web Application with AWS Elasti...
Amazon Web Services
 
Building a CI/CD Pipeline for Containers - DevDay Los Angeles 2017
Building a CI/CD Pipeline for Containers - DevDay Los Angeles 2017Building a CI/CD Pipeline for Containers - DevDay Los Angeles 2017
Building a CI/CD Pipeline for Containers - DevDay Los Angeles 2017
Amazon Web Services
 
Building and Scaling a Containerized Microservice - DevDay Austin 2017
Building and Scaling a Containerized Microservice - DevDay Austin 2017Building and Scaling a Containerized Microservice - DevDay Austin 2017
Building and Scaling a Containerized Microservice - DevDay Austin 2017
Amazon Web Services
 
Advanced Container Management and Scheduling
Advanced Container Management and SchedulingAdvanced Container Management and Scheduling
Advanced Container Management and Scheduling
Amazon Web Services
 

What's hot (20)

Building a CICD Pipeline for Containers - DevDay Austin 2017
Building a CICD Pipeline for Containers - DevDay Austin 2017Building a CICD Pipeline for Containers - DevDay Austin 2017
Building a CICD Pipeline for Containers - DevDay Austin 2017
 
Getting Started with Docker on AWS - DevDay Los Angeles 2017
Getting Started with Docker on AWS - DevDay Los Angeles 2017Getting Started with Docker on AWS - DevDay Los Angeles 2017
Getting Started with Docker on AWS - DevDay Los Angeles 2017
 
Building a CICD Pipeline for Deploying to Containers
Building a CICD Pipeline for Deploying to ContainersBuilding a CICD Pipeline for Deploying to Containers
Building a CICD Pipeline for Deploying to Containers
 
AWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshootingAWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshooting
 
Getting Started with Docker On AWS
Getting Started with Docker On AWSGetting Started with Docker On AWS
Getting Started with Docker On AWS
 
AWS November Webinar Series - From Local Development to Production Using the ...
AWS November Webinar Series - From Local Development to Production Using the ...AWS November Webinar Series - From Local Development to Production Using the ...
AWS November Webinar Series - From Local Development to Production Using the ...
 
Advanced Container Management and Scheduling
Advanced Container Management and SchedulingAdvanced Container Management and Scheduling
Advanced Container Management and Scheduling
 
Getting Started with Docker on AWS - DevDay Austin 2017
Getting Started with Docker on AWS - DevDay Austin 2017Getting Started with Docker on AWS - DevDay Austin 2017
Getting Started with Docker on AWS - DevDay Austin 2017
 
AWS: Scaling With Elastic Beanstalk
AWS: Scaling With Elastic BeanstalkAWS: Scaling With Elastic Beanstalk
AWS: Scaling With Elastic Beanstalk
 
Intro to Batch Processing on AWS - DevDay Austin 2017
Intro to Batch Processing on AWS - DevDay Austin 2017Intro to Batch Processing on AWS - DevDay Austin 2017
Intro to Batch Processing on AWS - DevDay Austin 2017
 
Workshop: Serverless DevOps to the Rescue
Workshop: Serverless DevOps to the RescueWorkshop: Serverless DevOps to the Rescue
Workshop: Serverless DevOps to the Rescue
 
Getting Started with Amazon EC2 Container Service
Getting Started with Amazon EC2 Container ServiceGetting Started with Amazon EC2 Container Service
Getting Started with Amazon EC2 Container Service
 
ECS and ECR deep dive
ECS and ECR deep diveECS and ECR deep dive
ECS and ECR deep dive
 
Deep Dive with Amazon EC2 Container Service Hands-on Workshop
Deep Dive with Amazon EC2 Container Service Hands-on WorkshopDeep Dive with Amazon EC2 Container Service Hands-on Workshop
Deep Dive with Amazon EC2 Container Service Hands-on Workshop
 
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)AWS re:Invent 2016: Securing Container-Based Applications (CON402)
AWS re:Invent 2016: Securing Container-Based Applications (CON402)
 
Introduction to AWS Batch
Introduction to AWS BatchIntroduction to AWS Batch
Introduction to AWS Batch
 
AWS July Webinar Series-Deploying and Scaling Web Application with AWS Elasti...
AWS July Webinar Series-Deploying and Scaling Web Application with AWS Elasti...AWS July Webinar Series-Deploying and Scaling Web Application with AWS Elasti...
AWS July Webinar Series-Deploying and Scaling Web Application with AWS Elasti...
 
Building a CI/CD Pipeline for Containers - DevDay Los Angeles 2017
Building a CI/CD Pipeline for Containers - DevDay Los Angeles 2017Building a CI/CD Pipeline for Containers - DevDay Los Angeles 2017
Building a CI/CD Pipeline for Containers - DevDay Los Angeles 2017
 
Building and Scaling a Containerized Microservice - DevDay Austin 2017
Building and Scaling a Containerized Microservice - DevDay Austin 2017Building and Scaling a Containerized Microservice - DevDay Austin 2017
Building and Scaling a Containerized Microservice - DevDay Austin 2017
 
Advanced Container Management and Scheduling
Advanced Container Management and SchedulingAdvanced Container Management and Scheduling
Advanced Container Management and Scheduling
 

Viewers also liked

(SDD408) Amazon Route 53 Deep Dive: Delivering Resiliency, Minimizing Latency...
(SDD408) Amazon Route 53 Deep Dive: Delivering Resiliency, Minimizing Latency...(SDD408) Amazon Route 53 Deep Dive: Delivering Resiliency, Minimizing Latency...
(SDD408) Amazon Route 53 Deep Dive: Delivering Resiliency, Minimizing Latency...
Amazon Web Services
 
Aws multi-region High Availability
Aws multi-region High Availability Aws multi-region High Availability
Aws multi-region High Availability
Adam Book
 
Route 53 Latency Based Routing
Route 53 Latency Based RoutingRoute 53 Latency Based Routing
Route 53 Latency Based Routing
Amazon Web Services
 
(STG401) Amazon S3 Deep Dive & Best Practices
(STG401) Amazon S3 Deep Dive & Best Practices(STG401) Amazon S3 Deep Dive & Best Practices
(STG401) Amazon S3 Deep Dive & Best Practices
Amazon Web Services
 
How I learned to stop worrying and love the cloud
How I learned to stop worrying and love the cloudHow I learned to stop worrying and love the cloud
How I learned to stop worrying and love the cloud
Shlomo Swidler
 
Advanced Approaches to Amazon VPC and Amazon Route 53 | AWS Public Sector Sum...
Advanced Approaches to Amazon VPC and Amazon Route 53 | AWS Public Sector Sum...Advanced Approaches to Amazon VPC and Amazon Route 53 | AWS Public Sector Sum...
Advanced Approaches to Amazon VPC and Amazon Route 53 | AWS Public Sector Sum...
Amazon Web Services
 
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
Amazon Web Services
 
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Web Services
 
AWS Webcast - High Availability with Route 53 DNS Failover
AWS Webcast - High Availability with Route 53 DNS FailoverAWS Webcast - High Availability with Route 53 DNS Failover
AWS Webcast - High Availability with Route 53 DNS Failover
Amazon Web Services
 
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
Amazon Web Services
 
Deep Dive on Amazon S3
Deep Dive on Amazon S3Deep Dive on Amazon S3
Deep Dive on Amazon S3
Amazon Web Services
 
Amazon S3 Masterclass
Amazon S3 MasterclassAmazon S3 Masterclass
Amazon S3 Masterclass
Amazon Web Services
 
Amazon EC2 Masterclass
Amazon EC2 MasterclassAmazon EC2 Masterclass
Amazon EC2 Masterclass
Amazon Web Services
 
Introduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best PracticesIntroduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best Practices
Gary Silverman
 
PyData - Consumindo e publicando web APIs com Python
PyData - Consumindo e publicando web APIs com PythonPyData - Consumindo e publicando web APIs com Python
PyData - Consumindo e publicando web APIs com Python
Bruno Rocha
 
Dns on Cloud [route53]
Dns on Cloud [route53]Dns on Cloud [route53]
Dns on Cloud [route53]
Habeeb Rahman
 
Designing for elasticity on AWS
Designing for elasticity on AWSDesigning for elasticity on AWS
Designing for elasticity on AWS
Anton Babenko
 
Amazon Redshift (February 2016)
Amazon Redshift (February 2016)Amazon Redshift (February 2016)
Amazon Redshift (February 2016)
Julien SIMON
 
Amazon SQS overview
Amazon SQS overviewAmazon SQS overview
Amazon SQS overview
محمد نجم.الدين
 
Building a data warehouse with Amazon Redshift … and a quick look at Amazon ...
Building a data warehouse  with Amazon Redshift … and a quick look at Amazon ...Building a data warehouse  with Amazon Redshift … and a quick look at Amazon ...
Building a data warehouse with Amazon Redshift … and a quick look at Amazon ...
Julien SIMON
 

Viewers also liked (20)

(SDD408) Amazon Route 53 Deep Dive: Delivering Resiliency, Minimizing Latency...
(SDD408) Amazon Route 53 Deep Dive: Delivering Resiliency, Minimizing Latency...(SDD408) Amazon Route 53 Deep Dive: Delivering Resiliency, Minimizing Latency...
(SDD408) Amazon Route 53 Deep Dive: Delivering Resiliency, Minimizing Latency...
 
Aws multi-region High Availability
Aws multi-region High Availability Aws multi-region High Availability
Aws multi-region High Availability
 
Route 53 Latency Based Routing
Route 53 Latency Based RoutingRoute 53 Latency Based Routing
Route 53 Latency Based Routing
 
(STG401) Amazon S3 Deep Dive & Best Practices
(STG401) Amazon S3 Deep Dive & Best Practices(STG401) Amazon S3 Deep Dive & Best Practices
(STG401) Amazon S3 Deep Dive & Best Practices
 
How I learned to stop worrying and love the cloud
How I learned to stop worrying and love the cloudHow I learned to stop worrying and love the cloud
How I learned to stop worrying and love the cloud
 
Advanced Approaches to Amazon VPC and Amazon Route 53 | AWS Public Sector Sum...
Advanced Approaches to Amazon VPC and Amazon Route 53 | AWS Public Sector Sum...Advanced Approaches to Amazon VPC and Amazon Route 53 | AWS Public Sector Sum...
Advanced Approaches to Amazon VPC and Amazon Route 53 | AWS Public Sector Sum...
 
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
AWS re:Invent 2016: Elastic Load Balancing Deep Dive and Best Practices (NET403)
 
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015
 
AWS Webcast - High Availability with Route 53 DNS Failover
AWS Webcast - High Availability with Route 53 DNS FailoverAWS Webcast - High Availability with Route 53 DNS Failover
AWS Webcast - High Availability with Route 53 DNS Failover
 
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
 
Deep Dive on Amazon S3
Deep Dive on Amazon S3Deep Dive on Amazon S3
Deep Dive on Amazon S3
 
Amazon S3 Masterclass
Amazon S3 MasterclassAmazon S3 Masterclass
Amazon S3 Masterclass
 
Amazon EC2 Masterclass
Amazon EC2 MasterclassAmazon EC2 Masterclass
Amazon EC2 Masterclass
 
Introduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best PracticesIntroduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best Practices
 
PyData - Consumindo e publicando web APIs com Python
PyData - Consumindo e publicando web APIs com PythonPyData - Consumindo e publicando web APIs com Python
PyData - Consumindo e publicando web APIs com Python
 
Dns on Cloud [route53]
Dns on Cloud [route53]Dns on Cloud [route53]
Dns on Cloud [route53]
 
Designing for elasticity on AWS
Designing for elasticity on AWSDesigning for elasticity on AWS
Designing for elasticity on AWS
 
Amazon Redshift (February 2016)
Amazon Redshift (February 2016)Amazon Redshift (February 2016)
Amazon Redshift (February 2016)
 
Amazon SQS overview
Amazon SQS overviewAmazon SQS overview
Amazon SQS overview
 
Building a data warehouse with Amazon Redshift … and a quick look at Amazon ...
Building a data warehouse  with Amazon Redshift … and a quick look at Amazon ...Building a data warehouse  with Amazon Redshift … and a quick look at Amazon ...
Building a data warehouse with Amazon Redshift … and a quick look at Amazon ...
 

Similar to Availability & Scalability with Elastic Load Balancing & Route 53 (CPN204) | AWS re:Invent 2013

Deep Dive on Elastic Load Balancing
Deep Dive on Elastic Load BalancingDeep Dive on Elastic Load Balancing
Deep Dive on Elastic Load Balancing
Amazon Web Services
 
AWS fault tolerant architecture
AWS fault tolerant architectureAWS fault tolerant architecture
AWS fault tolerant architecture
skadyan1
 
How to Design for High Availability & Scale with AWS
How to Design for High Availability & Scale with AWSHow to Design for High Availability & Scale with AWS
How to Design for High Availability & Scale with AWS
Blazeclan Technologies Private Limited
 
Overview oracle-e-business-suite-aws
Overview oracle-e-business-suite-awsOverview oracle-e-business-suite-aws
Overview oracle-e-business-suite-aws
Alf Baez
 
初探 AWS 平台上的 Docker 服務
初探 AWS 平台上的 Docker 服務初探 AWS 平台上的 Docker 服務
初探 AWS 平台上的 Docker 服務
Amazon Web Services
 
Writing JavaScript Applications with the AWS SDK (TLS303) | AWS re:Invent 2013
Writing JavaScript Applications with the AWS SDK (TLS303) | AWS re:Invent 2013Writing JavaScript Applications with the AWS SDK (TLS303) | AWS re:Invent 2013
Writing JavaScript Applications with the AWS SDK (TLS303) | AWS re:Invent 2013
Amazon Web Services
 
Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
Amazon Web Services
 
Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
Amazon Web Services
 
Application Delivery on Amazon Web Services for Developers
Application Delivery on Amazon Web Services for DevelopersApplication Delivery on Amazon Web Services for Developers
Application Delivery on Amazon Web Services for Developers
Amazon Web Services
 
AWS Webcast - Design for Availability
AWS Webcast - Design for AvailabilityAWS Webcast - Design for Availability
AWS Webcast - Design for Availability
Amazon Web Services
 
Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
Kristana Kane
 
SRV201 Getting Started with Docker on AWS
SRV201 Getting Started with Docker on AWSSRV201 Getting Started with Docker on AWS
SRV201 Getting Started with Docker on AWS
Amazon Web Services
 
Riot Games 글로벌 게임 운영을 위한 Docker 및 Amazon ECS 활용사례 - AWS Summit Seoul 2017
Riot Games 글로벌 게임 운영을 위한 Docker 및 Amazon ECS 활용사례 - AWS Summit Seoul 2017Riot Games 글로벌 게임 운영을 위한 Docker 및 Amazon ECS 활용사례 - AWS Summit Seoul 2017
Riot Games 글로벌 게임 운영을 위한 Docker 및 Amazon ECS 활용사례 - AWS Summit Seoul 2017
Amazon Web Services Korea
 
Running Containers in a Hybrid Environment
Running Containers in a Hybrid EnvironmentRunning Containers in a Hybrid Environment
Running Containers in a Hybrid Environment
Amazon Web Services
 
AWS vs. Azure
AWS vs. AzureAWS vs. Azure
AWS vs. Azure
Rob Gillen
 
NWCloud Cloud Track - Best Practices for Architecting in the Cloud
NWCloud Cloud Track - Best Practices for Architecting in the CloudNWCloud Cloud Track - Best Practices for Architecting in the Cloud
NWCloud Cloud Track - Best Practices for Architecting in the Cloud
nwcloud
 
Getting Started With Docker on AWS
Getting Started With Docker on AWSGetting Started With Docker on AWS
Getting Started With Docker on AWS
Mikhail Prudnikov
 
AWS re:Invent 2016: Getting Started with Docker on AWS (CMP209)
AWS re:Invent 2016: Getting Started with Docker on AWS (CMP209)AWS re:Invent 2016: Getting Started with Docker on AWS (CMP209)
AWS re:Invent 2016: Getting Started with Docker on AWS (CMP209)
Amazon Web Services
 
Amazon web services: A Quick Introduction from Cloudreach
Amazon web services: A Quick Introduction from CloudreachAmazon web services: A Quick Introduction from Cloudreach
Amazon web services: A Quick Introduction from Cloudreach
cloudreachslideshare
 
Amazon web services a quick introduction
Amazon web services   a quick introductionAmazon web services   a quick introduction
Amazon web services a quick introduction
cloudreachslideshare
 

Similar to Availability & Scalability with Elastic Load Balancing & Route 53 (CPN204) | AWS re:Invent 2013 (20)

Deep Dive on Elastic Load Balancing
Deep Dive on Elastic Load BalancingDeep Dive on Elastic Load Balancing
Deep Dive on Elastic Load Balancing
 
AWS fault tolerant architecture
AWS fault tolerant architectureAWS fault tolerant architecture
AWS fault tolerant architecture
 
How to Design for High Availability & Scale with AWS
How to Design for High Availability & Scale with AWSHow to Design for High Availability & Scale with AWS
How to Design for High Availability & Scale with AWS
 
Overview oracle-e-business-suite-aws
Overview oracle-e-business-suite-awsOverview oracle-e-business-suite-aws
Overview oracle-e-business-suite-aws
 
初探 AWS 平台上的 Docker 服務
初探 AWS 平台上的 Docker 服務初探 AWS 平台上的 Docker 服務
初探 AWS 平台上的 Docker 服務
 
Writing JavaScript Applications with the AWS SDK (TLS303) | AWS re:Invent 2013
Writing JavaScript Applications with the AWS SDK (TLS303) | AWS re:Invent 2013Writing JavaScript Applications with the AWS SDK (TLS303) | AWS re:Invent 2013
Writing JavaScript Applications with the AWS SDK (TLS303) | AWS re:Invent 2013
 
Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
 
Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
 
Application Delivery on Amazon Web Services for Developers
Application Delivery on Amazon Web Services for DevelopersApplication Delivery on Amazon Web Services for Developers
Application Delivery on Amazon Web Services for Developers
 
AWS Webcast - Design for Availability
AWS Webcast - Design for AvailabilityAWS Webcast - Design for Availability
AWS Webcast - Design for Availability
 
Getting Started with Docker on AWS
Getting Started with Docker on AWSGetting Started with Docker on AWS
Getting Started with Docker on AWS
 
SRV201 Getting Started with Docker on AWS
SRV201 Getting Started with Docker on AWSSRV201 Getting Started with Docker on AWS
SRV201 Getting Started with Docker on AWS
 
Riot Games 글로벌 게임 운영을 위한 Docker 및 Amazon ECS 활용사례 - AWS Summit Seoul 2017
Riot Games 글로벌 게임 운영을 위한 Docker 및 Amazon ECS 활용사례 - AWS Summit Seoul 2017Riot Games 글로벌 게임 운영을 위한 Docker 및 Amazon ECS 활용사례 - AWS Summit Seoul 2017
Riot Games 글로벌 게임 운영을 위한 Docker 및 Amazon ECS 활용사례 - AWS Summit Seoul 2017
 
Running Containers in a Hybrid Environment
Running Containers in a Hybrid EnvironmentRunning Containers in a Hybrid Environment
Running Containers in a Hybrid Environment
 
AWS vs. Azure
AWS vs. AzureAWS vs. Azure
AWS vs. Azure
 
NWCloud Cloud Track - Best Practices for Architecting in the Cloud
NWCloud Cloud Track - Best Practices for Architecting in the CloudNWCloud Cloud Track - Best Practices for Architecting in the Cloud
NWCloud Cloud Track - Best Practices for Architecting in the Cloud
 
Getting Started With Docker on AWS
Getting Started With Docker on AWSGetting Started With Docker on AWS
Getting Started With Docker on AWS
 
AWS re:Invent 2016: Getting Started with Docker on AWS (CMP209)
AWS re:Invent 2016: Getting Started with Docker on AWS (CMP209)AWS re:Invent 2016: Getting Started with Docker on AWS (CMP209)
AWS re:Invent 2016: Getting Started with Docker on AWS (CMP209)
 
Amazon web services: A Quick Introduction from Cloudreach
Amazon web services: A Quick Introduction from CloudreachAmazon web services: A Quick Introduction from Cloudreach
Amazon web services: A Quick Introduction from Cloudreach
 
Amazon web services a quick introduction
Amazon web services   a quick introductionAmazon web services   a quick introduction
Amazon web services a quick introduction
 

More from Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
Amazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
Amazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
Amazon Web Services
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Amazon Web Services
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
Amazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
Amazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Amazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
Amazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Amazon Web Services
 
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
Amazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
Amazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon Web Services
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
Amazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
Amazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
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
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Recently uploaded

20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
Pixlogix Infotech
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
Claudio Di Ciccio
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Zilliz
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
Zilliz
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
TIPNGVN2
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 

Recently uploaded (20)

20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website20 Comprehensive Checklist of Designing and Developing a Website
20 Comprehensive Checklist of Designing and Developing a Website
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”“I’m still / I’m still / Chaining from the Block”
“I’m still / I’m still / Chaining from the Block”
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Full-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalizationFull-RAG: A modern architecture for hyper-personalization
Full-RAG: A modern architecture for hyper-personalization
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 

Availability & Scalability with Elastic Load Balancing & Route 53 (CPN204) | AWS re:Invent 2013