SlideShare ist ein Scribd-Unternehmen logo
1 von 109
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

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 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
 
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
 
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
 

Was ist angesagt? (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
 

Andere mochten auch

Andere mochten auch (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 ...
 

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

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
 
Amazon web services a quick introduction
Amazon web services   a quick introductionAmazon web services   a quick introduction
Amazon web services a quick introduction
cloudreachslideshare
 

Ähnlich wie 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
 

Mehr von 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
 
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
 

Mehr von 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
 

Kürzlich hochgeladen

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Kürzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 

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