SlideShare ist ein Scribd-Unternehmen logo
1 von 36
Amazon Route 53
Improve your availability and
application performance at lower
cost with Amazon Route 53
Alex Corley, Senior Solutions Architect, AWS
© 2011 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.
What is Amazon Route 53?
Amazon Route 53 is AWS’s authoritative Domain
Name System service.
DNS is a Tier-0 service – availability is most
important.
No pre-warm up required – handles unpredictable
traffic.
Pay as you go pricing – only pay for the resources
you use.
© 2011 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.
Use Case:
State of Arizona
The State of Arizona consists of more than 130 federated government agencies and 32,000
employees, which serve more than 6 million residents.
Prior to considering a migration to AWS, they ran their infrastructure on premises.
• They had over 2,600 servers – 53% of which were older than 5 years.
• They had 1 central DNS server with 300 different zones, and over 6,000 records.
All applications and all traffic routed through a single central server.
They began looking at Amazon Route 53 after experiencing a failure of their DNS server, and
with no backup, they were out of service until the issue was resolved.
By using Amazon Route 53, the State now saves 75% in annual operating costs on its DNS
solution when compared to previous on-premises IT infrastructure.
© 2011 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.
Use Case:
Newsweek
Newsweek previously had their DNS managed through a co-location, and knew that migrating would
reduce their operating expenses significantly.
Newsweek initially began looking at AWS in 2009 as they were looking for cost-saving opportunities.
Decided on AWS due to its comprehensive list of services that met their demands.
They adopted Amazon Route 53 for DNS management and saw savings of 93%.
“We were able to reduce our DNS costs by ninety-three percent, which in tandem allowed us to shorten
our time-to-live (TTLs) for easier, timelier management of DNS records. In the cloud, IP addresses are
largely ephemeral, so we needed a service that would allow us to increase the amount of DNS requests
due to a shorter TTL without increasing our spend.”
- Nathan Butler, Newsweek
© 2011 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.
How it Works
Users
DNS
Resolver Amazon
Route 53
Where is
www.example.com?
I don’t know –
I’ll ask the
authority
1.2.3.4 1.2.3.4
53
DNS translates domain names into IP addresses to route
traffic to websites.
© 2011 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.
Use Case:
NASA JPL
Mars Curiosity Rover
NASA’s Jet Propulsion Laboratory used AWS to stream the images and video associated
with Curiosity’s landing.
Using cloud computing enabled JPL to provision capacity rapidly and leverage the AWS
cloud to deliver successfully engaging experiences of Mars to the public.
They used Amazon Route 53 Weighted Round Robin to provide a weighted traffic
distribution across ELBs
They used Amazon Route 53 for both live video streaming and for overall web architecture.
© 2011 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.
Amazon Route 53 Design Principles
Reliable
Fast
Integrated
with AWS
Easy to Use
Cost
Effective
Flexible
• Redundant locations
• Backed with SLA
• Worldwide Anycast network
• Fast propagation of changes
• ELB-Alias Queries
• Latency Based Routing
• More to come
• Console
• Programmatic API
• Domain name management
• Inexpensive rates
• Pay as you go model
• Geo DNS
• Weighted Round Robin
• Self-Aliasing
© 2011 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.
Amazon Route 53’s Key Features
High
Availability
DNS
Health Checks
and Failover
Domain Name
Registration
Advanced
Routing: Geo
DNS, LBR, and
WRR
Alias Records
to AWS
Resources
Private DNS
© 2011 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.
Key Features:
High Availability DNS
Amazon Route 53 is a highly available and scalable DNS web service.
Designed to give developers and businesses an extremely reliable and cost effective
way to route end users to Internet applications.
Amazon Route 53 can handle spikes in traffic volume without requiring any warming
up of servers.
Use advanced routing policies along with health checks and failovers to ensure your
application is always available to end users, and provides the best experience.
© 2011 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.
Use Case:
WOW air
WOW air is an Icelandic low-cost airline.
WOW air uses Amazon Route 53 to direct users coming from its 135 domains to the appropriate web
services.
WOW air regularly deploys new servers, and in the past would have to set it up from scratch, in some
cases taking them days. Today the entire process of launching servers and creating new records that point
to those servers takes them under 10 minutes.
One of the biggest benefits they’ve seen is the ability to increase their IT infrastructure without absorbing
any of the up-front costs.
“Since going live in AWS, we’ve increased our IT infrastructure by around 40 percent. The only way we could have
achieved that in the old environment would have been investing in hardware, which takes several years to pay off.
As our VMware hosts were getting old, we also saw the long-term benefits in migrating to the cloud rather than
reinvesting in hardware and renewing software licenses.”
By avoiding licensing and hardware costs Thorvaldsson estimates that WOW air has saved between
$30,000 and $45,000.
© 2011 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.
Key Features:
Health Checks
Amazon Route 53 health checks monitor the health and performance of your web
applications, web servers, and other resources to help detect outages or problems with
your websites or applications.
• You can configure health checks for various resources such as EC2 instances, RDS instances,
S3 buckets, as well as other AWS resources.
• You can also configure health checks for non-AWS resources and endpoints.
When creating a health check, you will be able to specify the interval at which you want
Amazon Route 53 to send automated requests over the Internet to your application, or
other resources to verify that it’s reachable, available and functional.
© 2011 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.
Key Features:
Health Checks
Once enabled, Health Check agents will monitor each end-point of your application to
determine its availability, returning a status of “healthy” or “unhealthy.
Health Checks can be used to simulate requests similar to those made by end users.
You can configure a CloudWatch alarm for each health check to receive a notification
when a resource is determined to be unhealthy.
If a failover is configured, and the agents determine the endpoint to be unhealthy,
Amazon Route 53 will redirect your end users to pre-determined alternate end-points
that are functioning properly.
© 2011 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.
Key Features:
Health Checks
Two new health check features launched September 2015:
Calculated Health Checks let you combine the results of multiple Amazon Route 53 health checks
into a single value using common operations such as AND, OR, and NOT.
• You can use calculated health checks with Amazon Route 53’s DNS failover to help improve the availability of your
entire application.
• Like Amazon Route 53’s other health check varieties, calculated health checks are integrated with Amazon
CloudWatch to provide metrics, graphs, and configurable alarms.
Latency Measurement Health Checks let you measure the performance of your application in
addition to its availability.
• When you enable this optional feature, Amazon Route 53 provides additional Amazon CloudWatch metrics for
connection time and response latency from each of the AWS regions where Amazon Route 53 conducts health checks.
• You can configure alarms on these Amazon CloudWatch metrics in order to be notified if your application becomes
slow to respond to customer requests.
© 2011 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.
Key Features:
DNS Failover
You can configure a failover record that is tied to your health check.
If the health check returns a status of healthy, your application will continue to function as
usual, but if the health check returns a status of unhealthy, then Amazon Route 53 will stop
returning the value of the unhealthy endpoint, and begin responding to queries with the value
of the failover record.
Utilizing failover records helps ensure that you only return answers for resources that are
healthy and reachable from the outside world, by routing your end users away from failed or
unhealthy parts of your application.
Failing over to a healthy endpoint ensures minimal downtime for your website or application.
© 2011 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.
Key Features:
Benefits of DNS Failover
Can improve the availability of your applications running on AWS.
Allows you to configure backup and failover scenarios for your own applications.
Enables highly available multi-region architectures on AWS
Helps add redundancy to your application and maintain high availability for your end
users.
Enables customers to run primary applications simultaneously in multiple AWS regions,
with Amazon Route 53 automatically removing from service any region where your
application is unavailable.
© 2011 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.
Key Features:
Simple Failover Configuration
Amazon
Route 53
Web App
Server
Data
Volume
Database
Server
Primary
(Active)
Secondary
(Inactive)
Health Check
= Healthy
© 2011 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.
Key Features:
Simple Failover Configuration
Amazon
Route 53
Web App
Server
Data
Volume
Database
Server
Primary
(Inactive)
Secondary
(Active)
Health Check
= Unhealthy
© 2011 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.
Use Case:
Loggly
Loggly provides its customers with a cloud-based
logging-as-a-service platform that indexes customer log
data to help identify issues in real time, pinpoint root
causes, and resolve problems quickly.
To take advantage of flexibility and scalability, Loggly
built their distributed architecture on AWS.
Loggly’s customers are primarily cloud based, which
means they are typically logging more.
© 2011 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.
Use Case:
Loggly
Loggly has a total of 5 Hosted Zones with 600+ Record Sets, and
30+ health checks across the board.
They use cli53 and the AWS Console to manage their Record Sets.
Loggly utilizes Simple Round Robin for collectors.
Each Record Set has health checks for HTTP, TCP, etc. CollectorCollector Collector
Loggly Pipeline
© 2011 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.
CollectorCollector Collector
Use Case:
Loggly
Loggly uses Health Checks to detect collectors out of
service.
Once a collector is detected as being unhealthy or out
of service, a notification fires and a new collector gets
added.
The previous elastic IP gets assigned to the new
collector.
During this process, Loggly suffers no downtime or
performance degradation.
Collector
Loggly Pipeline
Collector
© 2011 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.
Key Features:
Advanced Routing Policies
Simple Routing: With simple routing, Amazon Route 53 responds to DNS queries based only on the
values in the resource record set (i.e., the IP).
Use a simple routing policy when you have a single resource that performs a given function for your
domain.
Amazon Route 53 also supports complex routing policies, including:
• Weighted Round Robin Routing
• Latency Based Routing
• Geolocation Routing
© 2011 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.
Advanced Routing Policies
Weighted Round Robin Routing
Weighted resource record sets allow you to associate multiple records with a single DNS name.
• Use the weighted routing policy when you have multiple resources that perform the same function, and you want
Amazon Route 53 to route traffic to those resources in proportions that you specify. For example, sending 40% of
queries to one server, and 60% to the other.
The probability of any one resource record set being selected depends on its weight as a proportion of
the total weight for all resource record sets in the group.
Can be useful for a variety of purposes, including load balancing and testing new versions of software.
Weight for a given resource record set
Sum of the weights for the resource record sets
© 2011 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.
Advanced Routing Policies
Latency Based Routing
Latency Based Routing enables you to run multiple stacks of your application in different EC2
regions around the world.
Use latency based routing when you have resources in multiple EC2 data centers that perform the same function
and you want Amazon Route 53 to respond to DNS queries with the resources that provide the lowest network
latency.
Amazon Route 53 will route end users to the end-point that provides the lowest latency.
Latency between hosts on the Internet can change over time as a result of changes in network
connectivity and routing. Latency-based routing is based on latency measurements performed
over a period of time, and the measurements reflect these changes.
Supported endpoints: EC2 instances (with or without an Elastic IP), or ELBs used for EC2
instances.
© 2011 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.
Advanced Routing Policies
Geolocation Routing
Geolocation Routing directs requests to specific endpoints based on the geographic location from
which the request originates.
• Use geolocation routing when you want Amazon Route 53 to respond to DNS queries based on the location of
your users.
Enables you to customize localized content or restrict distribution of content to only the markets you
have licensed, or select to distribute to.
There are three levels of geographic granularity: continent, country, and state.
Distribution of requests is more predictable and consistent than LBR.
Geo DNS can be combined with LBR or DNS Failover for a variety of low-latency and fault-tolerant
architectures.
© 2011 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.
Geographical Reach
Edge Network as of Q3 2015
North America South America Europe Asia/Pacific
Ashburn, VA
Atlanta, GA
Dallas, TX
Hayward, CA
Jacksonville, FL
Los Angeles, CA
Miami, FL
Newark, NJ
New York, NY
Palo Alto, CA
San Jose, CA
Seattle, WA
South Bend, IN
St. Louis, MO
Rio De Janeiro
Sao Paulo
Amsterdam
Dublin
Frankfurt
London
Madrid
Marseille
Milan
Paris
Stockholm
Warsaw
Chennai
Hong Kong
Manila
Melbourne
Mumbai
Osaka
Seoul
Sydney
Singapore
Taipei
Tokyo
© 2011 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.
Key Features:
Domain Name Registration
Registering Domains Using Amazon Route 53
• Use Amazon Route 53 to search for a new domain you are interested in registering.
• Amazon Route 53 supports a large number of TLDs, including both generic TLDs, and Geographic Domains.
• When you register a domain, Amazon Route 53 will automatically create the hosted zone for your domain.
Transferring Domains to Amazon Route 53
• You can transfer domain registration from another registrar, for supported TLDs, to Amazon Route 53 or from
one AWS account to another.
• Transferring your domains into Route 53 allows you to manage all of your domains in the same place as your
name servers and hosted zones.
© 2011 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.
Key Features:
Private DNS
Use Amazon Route 53 to manage custom DNS names for resources internal to a VPC, such
as EC2 instances, RDS databases, and ElastiCache nodes.
Private DNS prevents these names and your network topology from being exposed to the
public Internet.
You can also use Amazon Route 53 to configure split-view DNS, also known as split-horizon
DNS.
Split Horizon DNS enables you to maintain both internal and external versions of the same
website or application by configuring public and private hosted zones to return different
internal and external IP addresses for the same domain name.
Useful for testing changes before making them public.
© 2011 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.
Key Features:
Alias Records to AWS Resources
Amazon Route 53 enables customers to use Alias records to point to other AWS resources.
• Use alias records to point to an ELB load balancer, an Amazon S3 bucket that is configured as a static
website, an alternate domain name for a CloudFront distribution, or another Amazon Route 53 resource
record set in the same hosted zone
Alias records save time as changes to the endpoint the record is pointing to are automatically recognized.
• For example, a customer has an alias record pointing to an ELB load balancer. If the IP address of the load
balancer changes, Amazon Route 53 will automatically reflect those changes without any changes to the
hosted zone that contains the record sets.
Queries to Alias records that are mapped to Elastic Load Balancers, Amazon CloudFront
distributions, and Amazon S3 website buckets are free.
© 2011 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.
Use Case:
Outback Steakhouse
Outback Steakhouse was in the process of designing a national
digital marketing campaign, in collaboration with Engauge, using
several AWS products in the process.
Utilized Amazon Route 53 to route traffic to an Elastic Load
Balancer.
Using AWS, they were able to meet aggressive timelines and
deployed an enterprise solution in weeks.
They were able to utilize various AWS services to meet all of
their needs.
Utilized Amazon Premium Support to tap into the AWS
Solution Architects and connected with service teams to
optimize their application.
© 2011 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.
Use Case:
Outback Steakhouse
“With a heavy load of over 250,000 requests a minute in our 'flash' campaign, Amazon Web
Services made sure our website was always available. Without AWS, it would have taken us
2 months to set up and configure our servers and infrastructure for a campaign that would last
only 1 week. With the AWS Cloud, we were able to save 90% over using our old, on-premises
design.“
- Raghu Kakarala, CTO of Engauge.
© 2011 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.
Host multiple domains on the same set of four Amazon Route 53 name servers.
Enables “white label” name server names (e.g. ns1.example.com) pointing to Amazon Route 53
name servers.
Key Features:
Reusable Delegation Sets
Enables auditing of all API calls and modifications to a customer’s Amazon Route 53 resources,
including hosted zones, DNS records, health checks, and domain names.
Integration with AWS CloudTrail
© 2011 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.
Mar
14
Apr
14
May
14
Jun
14
Jul
14
Aug
14
Sep
14
Oct
14
Jan
15
Nov
14
Dec
14
Feb
15
Pace of Innovation
Mar
15
Apr
15
• Seoul, Korea edge location
• Editable hosted zone
comments
• AWS CloudTrail Integration
• Tagging for hosted zones and domains
• Health Check Status Column and One-
Click Alarms
• Private DNS within VPC
• Health Check Failure Reasons
• Reusable delegation sets
• Geo DNS
• Domain Name Registration
• Lower pricing on DNS queries
• Melbourne, Australia edge location
• Editable health checks
• Tagging for health checks
• AWS Mobile App support for Amazon
Route 53
• Domain Name Based Health Checks
Feb
14
• Fast Interval Health Checks
• Configurable Failover Thresholds
May
15
Jun
15
Jul
15
Aug
15
• Calculated Health Checks
• Latency Measurement Health
Checks
Sep
15
© 2011 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.
Pay-as-you-go Pricing*
Hosted Zones
• First 25 Hosted Zones - $0.50 per HZ / month
• For additional Hosted Zones - $0.10 per HZ / month
Standard Queries
• First 1 Billion queries - $0.40 per million queries / month
• Over 1 Billion queries - $0.20 per million queries / month
Queries to Alias records that are mapped to Elastic
Load Balancers, Amazon CloudFront distributions,
and Amazon S3 website buckets are free.
* Price as of 9.14.15
Latency Based Routing Queries
• First 1 Billion queries - $0.60 per million queries / month
• Over 1 Billion queries - $0.30 per million queries / month
Geo DNS Queries
• First 1 Billion queries - $0.70 per million queries / month
• Over 1 Billion queries - $0.35 per million queries / month
© 2011 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.
Health Check Pricing*
New and existing customers receive health checks of up to 50 AWS endpoints that are within or linked
to the same AWS account for free.
Basic Health Checks
• AWS Endpoints - $0.50 per health check / month
• Non-AWS Endpoints - $0.75 per health check / month
Advanced Health Check Options
• AWS Endpoints - $1 / month per optional feature
• Non-AWS Endpoints - $2 / month per optional feature
* Price as of 9.14.15
© 2011 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.
How To Get Started
Sergey Royt, Senior Software Development Engineer, AWS
© 2011 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.
Q&A

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

AWS Connectivity, VPC Design and Security Pro Tips
AWS Connectivity, VPC Design and Security Pro TipsAWS Connectivity, VPC Design and Security Pro Tips
AWS Connectivity, VPC Design and Security Pro Tips
 
Architecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesArchitecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-Practices
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Intro to AWS: Database Services
Intro to AWS: Database ServicesIntro to AWS: Database Services
Intro to AWS: Database Services
 
AWS Elastic Compute Cloud (EC2)
AWS Elastic Compute Cloud (EC2) AWS Elastic Compute Cloud (EC2)
AWS Elastic Compute Cloud (EC2)
 
Introduction to AWS Cost Management
Introduction to AWS Cost ManagementIntroduction to AWS Cost Management
Introduction to AWS Cost Management
 
AWS 101
AWS 101AWS 101
AWS 101
 
AWS ELB
AWS ELBAWS ELB
AWS ELB
 
VPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPCVPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPC
 
Getting Started with AWS Database Migration Service
Getting Started with AWS Database Migration ServiceGetting Started with AWS Database Migration Service
Getting Started with AWS Database Migration Service
 
AWS tutorial-Part54:AWS Route53
AWS tutorial-Part54:AWS Route53AWS tutorial-Part54:AWS Route53
AWS tutorial-Part54:AWS Route53
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & Logging
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
AWS Simple Storage Service (s3)
AWS Simple Storage Service (s3) AWS Simple Storage Service (s3)
AWS Simple Storage Service (s3)
 
AWS AutoScaling
AWS AutoScalingAWS AutoScaling
AWS AutoScaling
 
Deep Dive on Amazon RDS (Relational Database Service)
Deep Dive on Amazon RDS (Relational Database Service)Deep Dive on Amazon RDS (Relational Database Service)
Deep Dive on Amazon RDS (Relational Database Service)
 
Aws
AwsAws
Aws
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈 Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈
Amazon RDS 살펴보기 (김용우) - AWS 웨비나 시리즈
 
All You Need to Know about AWS Elastic Load Balancer
All You Need to Know about AWS Elastic Load BalancerAll You Need to Know about AWS Elastic Load Balancer
All You Need to Know about AWS Elastic Load Balancer
 

Andere mochten auch

Routing table and routing algorithms
Routing table and routing algorithmsRouting table and routing algorithms
Routing table and routing algorithms
lavanyapathy
 
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web ServicesAmazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Robert Wilson
 

Andere mochten auch (8)

AWS re:Invent 2016: DNS Demystified: Getting Started with Amazon Route 53, fe...
AWS re:Invent 2016: DNS Demystified: Getting Started with Amazon Route 53, fe...AWS re:Invent 2016: DNS Demystified: Getting Started with Amazon Route 53, fe...
AWS re:Invent 2016: DNS Demystified: Getting Started with Amazon Route 53, fe...
 
Routing table and routing algorithms
Routing table and routing algorithmsRouting table and routing algorithms
Routing table and routing algorithms
 
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web ServicesAmazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
 
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...
 
Route 53 Latency Based Routing
Route 53 Latency Based RoutingRoute 53 Latency Based Routing
Route 53 Latency Based Routing
 
(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 Virtual Private Cloud
Amazon Virtual Private CloudAmazon Virtual Private Cloud
Amazon Virtual Private Cloud
 
Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)
 

Ähnlich wie Amazon Route 53 - Webinar Presentation 9.16.2015

AWSome Day 2016 - Module 5: AWS Elasticity and Management Tools
AWSome Day 2016 - Module 5: AWS Elasticity and Management ToolsAWSome Day 2016 - Module 5: AWS Elasticity and Management Tools
AWSome Day 2016 - Module 5: AWS Elasticity and Management Tools
Amazon Web Services
 
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Amazon Web Services
 

Ähnlich wie Amazon Route 53 - Webinar Presentation 9.16.2015 (20)

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
 
Re:cap día 1 del Aws Re:Invent 2023 - AWS UG Chile
Re:cap día 1 del Aws Re:Invent 2023 - AWS UG ChileRe:cap día 1 del Aws Re:Invent 2023 - AWS UG Chile
Re:cap día 1 del Aws Re:Invent 2023 - AWS UG Chile
 
Uses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSUses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWS
 
AWSome Day 2016 - Module 5: AWS Elasticity and Management Tools
AWSome Day 2016 - Module 5: AWS Elasticity and Management ToolsAWSome Day 2016 - Module 5: AWS Elasticity and Management Tools
AWSome Day 2016 - Module 5: AWS Elasticity and Management Tools
 
AWS Server Migration Service - A Quick Primer
AWS Server Migration Service - A Quick PrimerAWS Server Migration Service - A Quick Primer
AWS Server Migration Service - A Quick Primer
 
How to Bring Microsoft Apps to AWS - AWS Online Tech Talks
How to Bring Microsoft Apps to AWS - AWS Online Tech TalksHow to Bring Microsoft Apps to AWS - AWS Online Tech Talks
How to Bring Microsoft Apps to AWS - AWS Online Tech Talks
 
Advanced Deployment Best Practices with AWS CodeDeploy (DEV404-R2) - AWS re:I...
Advanced Deployment Best Practices with AWS CodeDeploy (DEV404-R2) - AWS re:I...Advanced Deployment Best Practices with AWS CodeDeploy (DEV404-R2) - AWS re:I...
Advanced Deployment Best Practices with AWS CodeDeploy (DEV404-R2) - AWS re:I...
 
USAREUR Cloud Computing Training Class Heidelberg 3
USAREUR Cloud Computing Training Class Heidelberg 3USAREUR Cloud Computing Training Class Heidelberg 3
USAREUR Cloud Computing Training Class Heidelberg 3
 
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
Getting Started with Serverless Architectures with Microservices_AWSPSSummit_...
 
The AWS Shared Responsibility Model in Practice
The AWS Shared Responsibility Model in PracticeThe AWS Shared Responsibility Model in Practice
The AWS Shared Responsibility Model in Practice
 
CSS17: Dallas - The AWS Shared Responsibility Model in Practice
CSS17: Dallas - The AWS Shared Responsibility Model in PracticeCSS17: Dallas - The AWS Shared Responsibility Model in Practice
CSS17: Dallas - The AWS Shared Responsibility Model in Practice
 
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWS
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWSAWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWS
AWS Summit Stockholm 2014 – B2 – Migrating enterprise applications to AWS
 
Migrating Your Databases to AWS: Deep Dive on Amazon RDS and AWS Database Mig...
Migrating Your Databases to AWS: Deep Dive on Amazon RDS and AWS Database Mig...Migrating Your Databases to AWS: Deep Dive on Amazon RDS and AWS Database Mig...
Migrating Your Databases to AWS: Deep Dive on Amazon RDS and AWS Database Mig...
 
Airline DR - AWS Case Study
Airline DR - AWS Case StudyAirline DR - AWS Case Study
Airline DR - AWS Case Study
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_Sharan
 
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media ServerAWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
AWS Webcast - Live Streaming using Amazon CloudFront and Wowza Media Server
 
The Pro Measures Of Amazon Web Services
The Pro Measures Of Amazon Web ServicesThe Pro Measures Of Amazon Web Services
The Pro Measures Of Amazon Web Services
 
AWS re:Invent 2016: Relational and NoSQL Databases on AWS: NBC, MarkLogic, an...
AWS re:Invent 2016: Relational and NoSQL Databases on AWS: NBC, MarkLogic, an...AWS re:Invent 2016: Relational and NoSQL Databases on AWS: NBC, MarkLogic, an...
AWS re:Invent 2016: Relational and NoSQL Databases on AWS: NBC, MarkLogic, an...
 
SRV422 Deep Dive on AWS Database Migration Service
SRV422 Deep Dive on AWS Database Migration ServiceSRV422 Deep Dive on AWS Database Migration Service
SRV422 Deep Dive on AWS Database Migration Service
 
Best-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWSBest-Practices-for-Running-Windows-Workloads-on-AWS
Best-Practices-for-Running-Windows-Workloads-on-AWS
 

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

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Kürzlich hochgeladen (20)

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
 
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...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
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
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 

Amazon Route 53 - Webinar Presentation 9.16.2015

  • 1. Amazon Route 53 Improve your availability and application performance at lower cost with Amazon Route 53 Alex Corley, Senior Solutions Architect, AWS
  • 2. © 2011 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. What is Amazon Route 53? Amazon Route 53 is AWS’s authoritative Domain Name System service. DNS is a Tier-0 service – availability is most important. No pre-warm up required – handles unpredictable traffic. Pay as you go pricing – only pay for the resources you use.
  • 3. © 2011 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. Use Case: State of Arizona The State of Arizona consists of more than 130 federated government agencies and 32,000 employees, which serve more than 6 million residents. Prior to considering a migration to AWS, they ran their infrastructure on premises. • They had over 2,600 servers – 53% of which were older than 5 years. • They had 1 central DNS server with 300 different zones, and over 6,000 records. All applications and all traffic routed through a single central server. They began looking at Amazon Route 53 after experiencing a failure of their DNS server, and with no backup, they were out of service until the issue was resolved. By using Amazon Route 53, the State now saves 75% in annual operating costs on its DNS solution when compared to previous on-premises IT infrastructure.
  • 4. © 2011 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. Use Case: Newsweek Newsweek previously had their DNS managed through a co-location, and knew that migrating would reduce their operating expenses significantly. Newsweek initially began looking at AWS in 2009 as they were looking for cost-saving opportunities. Decided on AWS due to its comprehensive list of services that met their demands. They adopted Amazon Route 53 for DNS management and saw savings of 93%. “We were able to reduce our DNS costs by ninety-three percent, which in tandem allowed us to shorten our time-to-live (TTLs) for easier, timelier management of DNS records. In the cloud, IP addresses are largely ephemeral, so we needed a service that would allow us to increase the amount of DNS requests due to a shorter TTL without increasing our spend.” - Nathan Butler, Newsweek
  • 5. © 2011 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. How it Works Users DNS Resolver Amazon Route 53 Where is www.example.com? I don’t know – I’ll ask the authority 1.2.3.4 1.2.3.4 53 DNS translates domain names into IP addresses to route traffic to websites.
  • 6. © 2011 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. Use Case: NASA JPL Mars Curiosity Rover NASA’s Jet Propulsion Laboratory used AWS to stream the images and video associated with Curiosity’s landing. Using cloud computing enabled JPL to provision capacity rapidly and leverage the AWS cloud to deliver successfully engaging experiences of Mars to the public. They used Amazon Route 53 Weighted Round Robin to provide a weighted traffic distribution across ELBs They used Amazon Route 53 for both live video streaming and for overall web architecture.
  • 7. © 2011 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. Amazon Route 53 Design Principles Reliable Fast Integrated with AWS Easy to Use Cost Effective Flexible • Redundant locations • Backed with SLA • Worldwide Anycast network • Fast propagation of changes • ELB-Alias Queries • Latency Based Routing • More to come • Console • Programmatic API • Domain name management • Inexpensive rates • Pay as you go model • Geo DNS • Weighted Round Robin • Self-Aliasing
  • 8. © 2011 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. Amazon Route 53’s Key Features High Availability DNS Health Checks and Failover Domain Name Registration Advanced Routing: Geo DNS, LBR, and WRR Alias Records to AWS Resources Private DNS
  • 9. © 2011 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. Key Features: High Availability DNS Amazon Route 53 is a highly available and scalable DNS web service. Designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications. Amazon Route 53 can handle spikes in traffic volume without requiring any warming up of servers. Use advanced routing policies along with health checks and failovers to ensure your application is always available to end users, and provides the best experience.
  • 10. © 2011 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. Use Case: WOW air WOW air is an Icelandic low-cost airline. WOW air uses Amazon Route 53 to direct users coming from its 135 domains to the appropriate web services. WOW air regularly deploys new servers, and in the past would have to set it up from scratch, in some cases taking them days. Today the entire process of launching servers and creating new records that point to those servers takes them under 10 minutes. One of the biggest benefits they’ve seen is the ability to increase their IT infrastructure without absorbing any of the up-front costs. “Since going live in AWS, we’ve increased our IT infrastructure by around 40 percent. The only way we could have achieved that in the old environment would have been investing in hardware, which takes several years to pay off. As our VMware hosts were getting old, we also saw the long-term benefits in migrating to the cloud rather than reinvesting in hardware and renewing software licenses.” By avoiding licensing and hardware costs Thorvaldsson estimates that WOW air has saved between $30,000 and $45,000.
  • 11. © 2011 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. Key Features: Health Checks Amazon Route 53 health checks monitor the health and performance of your web applications, web servers, and other resources to help detect outages or problems with your websites or applications. • You can configure health checks for various resources such as EC2 instances, RDS instances, S3 buckets, as well as other AWS resources. • You can also configure health checks for non-AWS resources and endpoints. When creating a health check, you will be able to specify the interval at which you want Amazon Route 53 to send automated requests over the Internet to your application, or other resources to verify that it’s reachable, available and functional.
  • 12. © 2011 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. Key Features: Health Checks Once enabled, Health Check agents will monitor each end-point of your application to determine its availability, returning a status of “healthy” or “unhealthy. Health Checks can be used to simulate requests similar to those made by end users. You can configure a CloudWatch alarm for each health check to receive a notification when a resource is determined to be unhealthy. If a failover is configured, and the agents determine the endpoint to be unhealthy, Amazon Route 53 will redirect your end users to pre-determined alternate end-points that are functioning properly.
  • 13. © 2011 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. Key Features: Health Checks Two new health check features launched September 2015: Calculated Health Checks let you combine the results of multiple Amazon Route 53 health checks into a single value using common operations such as AND, OR, and NOT. • You can use calculated health checks with Amazon Route 53’s DNS failover to help improve the availability of your entire application. • Like Amazon Route 53’s other health check varieties, calculated health checks are integrated with Amazon CloudWatch to provide metrics, graphs, and configurable alarms. Latency Measurement Health Checks let you measure the performance of your application in addition to its availability. • When you enable this optional feature, Amazon Route 53 provides additional Amazon CloudWatch metrics for connection time and response latency from each of the AWS regions where Amazon Route 53 conducts health checks. • You can configure alarms on these Amazon CloudWatch metrics in order to be notified if your application becomes slow to respond to customer requests.
  • 14. © 2011 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. Key Features: DNS Failover You can configure a failover record that is tied to your health check. If the health check returns a status of healthy, your application will continue to function as usual, but if the health check returns a status of unhealthy, then Amazon Route 53 will stop returning the value of the unhealthy endpoint, and begin responding to queries with the value of the failover record. Utilizing failover records helps ensure that you only return answers for resources that are healthy and reachable from the outside world, by routing your end users away from failed or unhealthy parts of your application. Failing over to a healthy endpoint ensures minimal downtime for your website or application.
  • 15. © 2011 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. Key Features: Benefits of DNS Failover Can improve the availability of your applications running on AWS. Allows you to configure backup and failover scenarios for your own applications. Enables highly available multi-region architectures on AWS Helps add redundancy to your application and maintain high availability for your end users. Enables customers to run primary applications simultaneously in multiple AWS regions, with Amazon Route 53 automatically removing from service any region where your application is unavailable.
  • 16. © 2011 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. Key Features: Simple Failover Configuration Amazon Route 53 Web App Server Data Volume Database Server Primary (Active) Secondary (Inactive) Health Check = Healthy
  • 17. © 2011 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. Key Features: Simple Failover Configuration Amazon Route 53 Web App Server Data Volume Database Server Primary (Inactive) Secondary (Active) Health Check = Unhealthy
  • 18. © 2011 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. Use Case: Loggly Loggly provides its customers with a cloud-based logging-as-a-service platform that indexes customer log data to help identify issues in real time, pinpoint root causes, and resolve problems quickly. To take advantage of flexibility and scalability, Loggly built their distributed architecture on AWS. Loggly’s customers are primarily cloud based, which means they are typically logging more.
  • 19. © 2011 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. Use Case: Loggly Loggly has a total of 5 Hosted Zones with 600+ Record Sets, and 30+ health checks across the board. They use cli53 and the AWS Console to manage their Record Sets. Loggly utilizes Simple Round Robin for collectors. Each Record Set has health checks for HTTP, TCP, etc. CollectorCollector Collector Loggly Pipeline
  • 20. © 2011 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. CollectorCollector Collector Use Case: Loggly Loggly uses Health Checks to detect collectors out of service. Once a collector is detected as being unhealthy or out of service, a notification fires and a new collector gets added. The previous elastic IP gets assigned to the new collector. During this process, Loggly suffers no downtime or performance degradation. Collector Loggly Pipeline Collector
  • 21. © 2011 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. Key Features: Advanced Routing Policies Simple Routing: With simple routing, Amazon Route 53 responds to DNS queries based only on the values in the resource record set (i.e., the IP). Use a simple routing policy when you have a single resource that performs a given function for your domain. Amazon Route 53 also supports complex routing policies, including: • Weighted Round Robin Routing • Latency Based Routing • Geolocation Routing
  • 22. © 2011 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. Advanced Routing Policies Weighted Round Robin Routing Weighted resource record sets allow you to associate multiple records with a single DNS name. • Use the weighted routing policy when you have multiple resources that perform the same function, and you want Amazon Route 53 to route traffic to those resources in proportions that you specify. For example, sending 40% of queries to one server, and 60% to the other. The probability of any one resource record set being selected depends on its weight as a proportion of the total weight for all resource record sets in the group. Can be useful for a variety of purposes, including load balancing and testing new versions of software. Weight for a given resource record set Sum of the weights for the resource record sets
  • 23. © 2011 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. Advanced Routing Policies Latency Based Routing Latency Based Routing enables you to run multiple stacks of your application in different EC2 regions around the world. Use latency based routing when you have resources in multiple EC2 data centers that perform the same function and you want Amazon Route 53 to respond to DNS queries with the resources that provide the lowest network latency. Amazon Route 53 will route end users to the end-point that provides the lowest latency. Latency between hosts on the Internet can change over time as a result of changes in network connectivity and routing. Latency-based routing is based on latency measurements performed over a period of time, and the measurements reflect these changes. Supported endpoints: EC2 instances (with or without an Elastic IP), or ELBs used for EC2 instances.
  • 24. © 2011 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. Advanced Routing Policies Geolocation Routing Geolocation Routing directs requests to specific endpoints based on the geographic location from which the request originates. • Use geolocation routing when you want Amazon Route 53 to respond to DNS queries based on the location of your users. Enables you to customize localized content or restrict distribution of content to only the markets you have licensed, or select to distribute to. There are three levels of geographic granularity: continent, country, and state. Distribution of requests is more predictable and consistent than LBR. Geo DNS can be combined with LBR or DNS Failover for a variety of low-latency and fault-tolerant architectures.
  • 25. © 2011 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. Geographical Reach Edge Network as of Q3 2015 North America South America Europe Asia/Pacific Ashburn, VA Atlanta, GA Dallas, TX Hayward, CA Jacksonville, FL Los Angeles, CA Miami, FL Newark, NJ New York, NY Palo Alto, CA San Jose, CA Seattle, WA South Bend, IN St. Louis, MO Rio De Janeiro Sao Paulo Amsterdam Dublin Frankfurt London Madrid Marseille Milan Paris Stockholm Warsaw Chennai Hong Kong Manila Melbourne Mumbai Osaka Seoul Sydney Singapore Taipei Tokyo
  • 26. © 2011 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. Key Features: Domain Name Registration Registering Domains Using Amazon Route 53 • Use Amazon Route 53 to search for a new domain you are interested in registering. • Amazon Route 53 supports a large number of TLDs, including both generic TLDs, and Geographic Domains. • When you register a domain, Amazon Route 53 will automatically create the hosted zone for your domain. Transferring Domains to Amazon Route 53 • You can transfer domain registration from another registrar, for supported TLDs, to Amazon Route 53 or from one AWS account to another. • Transferring your domains into Route 53 allows you to manage all of your domains in the same place as your name servers and hosted zones.
  • 27. © 2011 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. Key Features: Private DNS Use Amazon Route 53 to manage custom DNS names for resources internal to a VPC, such as EC2 instances, RDS databases, and ElastiCache nodes. Private DNS prevents these names and your network topology from being exposed to the public Internet. You can also use Amazon Route 53 to configure split-view DNS, also known as split-horizon DNS. Split Horizon DNS enables you to maintain both internal and external versions of the same website or application by configuring public and private hosted zones to return different internal and external IP addresses for the same domain name. Useful for testing changes before making them public.
  • 28. © 2011 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. Key Features: Alias Records to AWS Resources Amazon Route 53 enables customers to use Alias records to point to other AWS resources. • Use alias records to point to an ELB load balancer, an Amazon S3 bucket that is configured as a static website, an alternate domain name for a CloudFront distribution, or another Amazon Route 53 resource record set in the same hosted zone Alias records save time as changes to the endpoint the record is pointing to are automatically recognized. • For example, a customer has an alias record pointing to an ELB load balancer. If the IP address of the load balancer changes, Amazon Route 53 will automatically reflect those changes without any changes to the hosted zone that contains the record sets. Queries to Alias records that are mapped to Elastic Load Balancers, Amazon CloudFront distributions, and Amazon S3 website buckets are free.
  • 29. © 2011 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. Use Case: Outback Steakhouse Outback Steakhouse was in the process of designing a national digital marketing campaign, in collaboration with Engauge, using several AWS products in the process. Utilized Amazon Route 53 to route traffic to an Elastic Load Balancer. Using AWS, they were able to meet aggressive timelines and deployed an enterprise solution in weeks. They were able to utilize various AWS services to meet all of their needs. Utilized Amazon Premium Support to tap into the AWS Solution Architects and connected with service teams to optimize their application.
  • 30. © 2011 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. Use Case: Outback Steakhouse “With a heavy load of over 250,000 requests a minute in our 'flash' campaign, Amazon Web Services made sure our website was always available. Without AWS, it would have taken us 2 months to set up and configure our servers and infrastructure for a campaign that would last only 1 week. With the AWS Cloud, we were able to save 90% over using our old, on-premises design.“ - Raghu Kakarala, CTO of Engauge.
  • 31. © 2011 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. Host multiple domains on the same set of four Amazon Route 53 name servers. Enables “white label” name server names (e.g. ns1.example.com) pointing to Amazon Route 53 name servers. Key Features: Reusable Delegation Sets Enables auditing of all API calls and modifications to a customer’s Amazon Route 53 resources, including hosted zones, DNS records, health checks, and domain names. Integration with AWS CloudTrail
  • 32. © 2011 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. Mar 14 Apr 14 May 14 Jun 14 Jul 14 Aug 14 Sep 14 Oct 14 Jan 15 Nov 14 Dec 14 Feb 15 Pace of Innovation Mar 15 Apr 15 • Seoul, Korea edge location • Editable hosted zone comments • AWS CloudTrail Integration • Tagging for hosted zones and domains • Health Check Status Column and One- Click Alarms • Private DNS within VPC • Health Check Failure Reasons • Reusable delegation sets • Geo DNS • Domain Name Registration • Lower pricing on DNS queries • Melbourne, Australia edge location • Editable health checks • Tagging for health checks • AWS Mobile App support for Amazon Route 53 • Domain Name Based Health Checks Feb 14 • Fast Interval Health Checks • Configurable Failover Thresholds May 15 Jun 15 Jul 15 Aug 15 • Calculated Health Checks • Latency Measurement Health Checks Sep 15
  • 33. © 2011 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. Pay-as-you-go Pricing* Hosted Zones • First 25 Hosted Zones - $0.50 per HZ / month • For additional Hosted Zones - $0.10 per HZ / month Standard Queries • First 1 Billion queries - $0.40 per million queries / month • Over 1 Billion queries - $0.20 per million queries / month Queries to Alias records that are mapped to Elastic Load Balancers, Amazon CloudFront distributions, and Amazon S3 website buckets are free. * Price as of 9.14.15 Latency Based Routing Queries • First 1 Billion queries - $0.60 per million queries / month • Over 1 Billion queries - $0.30 per million queries / month Geo DNS Queries • First 1 Billion queries - $0.70 per million queries / month • Over 1 Billion queries - $0.35 per million queries / month
  • 34. © 2011 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. Health Check Pricing* New and existing customers receive health checks of up to 50 AWS endpoints that are within or linked to the same AWS account for free. Basic Health Checks • AWS Endpoints - $0.50 per health check / month • Non-AWS Endpoints - $0.75 per health check / month Advanced Health Check Options • AWS Endpoints - $1 / month per optional feature • Non-AWS Endpoints - $2 / month per optional feature * Price as of 9.14.15
  • 35. © 2011 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. How To Get Started Sergey Royt, Senior Software Development Engineer, AWS
  • 36. © 2011 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. Q&A

Hinweis der Redaktion

  1. Designed for an SLA of 100% availability
  2. DNS is crucial for a public (or private) facing website or application. Without DNS, a website or application cannot be accessed by end users, since if they have no way of locating the IP for your domain name, they will not be able to reach the site.
  3. High Availability DNS Highly available and scalable DNS service. Alias Records Map the root or apex of your hosted zone to your Elastic Load Balancer Advanced Routing: Geo DNS, LBR, and WRR Run applications in multiple AWS regions and route users based on location to optimize latency, load balancing, and other considerations. Domain Name Registration Manage domain name purchases and renewals via the Amazon Route 53 console and API Private DNS Use Amazon Route 53 to manage your private zones in a VPC DNS Failover You can configure failover records for your application so that in the case of it going down, traffic will be routed to an alternate endpoint that is healthy and up, guaranteeing that your end-users never see a crashed site.
  4. BENEFITS OF LBR: Better performance than running in a single region. Improved reliability relative to running in a single region. Easier implementation than traditional DNS solutions. Much lower prices than traditional DNS solutions.
  5. Full list of TLDs available in the Amazon Route 53 documentation.
  6. Note on free queries – when pointing an alias at another Amazon Route 53 record set, customers are still charged for the query to the simple (or other type of) records the alias record is pointing to.
  7. We have a rapid pace of innovation and are continuing to release new features that are useful for customers.