Introduction to Route53
Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Video Transcription
00:00
>> Hey everybody and welcome back to Lesson 1 of Module 8,
00:00
where we're going to be talking about
00:00
an introduction to Route 53.
00:00
Ideally, what is this Route 53?
00:00
That's going to be the learning objectives here.
00:00
We're going to be describing that out for you.
00:00
By the end of this lecture,
00:00
you'll be able to understand and
00:00
describe what Route 53 is.
00:00
Amazon Route 53.
00:00
This is the DNS service that is provided by AWS.
00:00
You do not have to use it,
00:00
but it is an offering that you can use.
00:00
It allows you to register domains.
00:00
Yes, it is a domain registrar.
00:00
You can associate the domain names that you
00:00
purchase or that you transfer over
00:00
to any of the AWS services that
00:00
are applicable like EC2 instances or something like that.
00:00
Even S3 buckets you can associate with as well.
00:00
This is a highly available DNS service,
00:00
is provided by Amazon,
00:00
managed by Amazon, and you can
00:00
leverage it for all of your domain names.
00:00
This also allows you to
00:00
check the health of AWS resources.
00:00
What does that mean? Well, there's a health meter,
00:00
meaning that there's an availability meter.
00:00
The health check is to ensure that
00:00
the endpoint is accessible to whatever degree.
00:00
If you're trying to access over the Internet,
00:00
a good health meter or good health reporting
00:00
will show that the resource is accessible.
00:00
You are able to ping it,
00:00
you are able to surf to it, etc.
00:00
A bad health would show
00:00
a 404 error or something like that or a 504 error.
00:00
Basically say, this is not
00:00
accessible for whatever the reason is.
00:00
That is what a health check is. So there you go.
00:00
Route 53's SLA is a 100 percent availability and it
00:00
is available across the globe so you can access them.
00:00
Route 53 DNS settings
00:00
are rather setting your DNS records.
00:00
This is something that you can do.
00:00
Essentially, you purchase a domain or you transfer
00:00
a domain name and you want to set up the DNS records.
00:00
Well, what are DNS records?
00:00
These are your A records,
00:00
your CNAME records, your MX records, things like that.
00:00
These are all the things that we use to
00:00
configure a associated domain name such as
00:00
domain.com or cybrary.com to
00:00
whatever IP address or whatever we want to do with it.
00:00
IP addresses are used by servers,
00:00
hosting servers, to host a website.
00:00
We'll say cybrary.com has
00:00
a IP address associated with it.
00:00
But we don't remember the IP address.
00:00
We remember cybrary.com.
00:00
We typed this cybrary.com and it does
00:00
a translation between what we know,
00:00
which is the domain name and the IP address,
00:00
which we typically do not know.
00:00
It'd be strange if you did.
00:00
But if you do happen to know it good on you,
00:00
[LAUGHTER] but for those of you that don't,
00:00
ie me, I can recall cybrary.com because that's
00:00
easy to remember instead of a four-part IP address.
00:00
That's what part of this whole DNS record thing is.
00:00
We can set up an alias or an A for cybrary
00:00
to the public IP address of cybrary.com.
00:00
That is an example of a record type.
00:00
Another record type is an MX record.
00:00
Let's say cybrary uses,
00:00
I don't know, let's say they use Microsoft Exchange.
00:00
That's what they use as their email provider.
00:00
Well, there email provider is going to want
00:00
the MX record or rather other way round.
00:00
You're going to have to connect the MX record from
00:00
the mail exchange server
00:00
to the associated domain name
00:00
that you're going to be using.
00:00
This is how you can have
00:00
your own corporate email account.
00:00
It could be info@your name.
00:00
For example, mine,
00:00
I have one, it is info@nicholasmoy.com.
00:00
I can use that and
00:00
I'm sure the cybrary has something that's very similar.
00:00
You can use these types of records to set up
00:00
your own personalized piece
00:00
of your email or your business or whatever,
00:00
some business email, something like that.
00:00
You can leverage MX records in that sense.
00:00
If you do not know what these record types are,
00:00
I encourage you to go online and
00:00
do a little bit of searching around.
00:00
There's a lot of great YouTube videos
00:00
out there that help you understand
00:00
what DNS record types
00:00
are. Some other things you could do.
00:00
You can answer your value for your IP address.
00:00
You can insert routing policies and your time to live and
00:00
all that good stuff. That is that.
00:00
Hosted zones, this is
00:00
another piece of Route 53 that you need to know.
00:00
These are containers for records that
00:00
define how a route traffic
00:00
is or how to route traffic to a specific domain.
00:00
What I mean by that as well,
00:00
you have a public-hosted zone.
00:00
This is something that specifies
00:00
how the route traffic on the Internet.
00:00
Then you can have a private hosted zone which
00:00
specifies how to route traffic within your VPCs.
00:00
Private hosted zone is something
00:00
that's like an internal DNS.
00:00
You can route between
00:00
your different VPCs, different resources internally.
00:00
This can span to your On-premise network if you are
00:00
using a site-to-site VPN or
00:00
a direct connection over fiber.
00:00
You can do it that way as well.
00:00
But yeah, that's what that is.
00:00
To quickly summarize, Route 53 is
00:00
the Amazon domain name service
00:00
that is hosted and that's managed for us a 100 percent.
00:00
No worries about downtime with this service.
00:00
It leverages hosted zones for you to do any type
00:00
of public DNS or
00:00
private DNS for your internal environment.
00:00
It can manage DNS records and all of that good stuff,
00:00
which we talked about as well.
00:00
If you need some better understanding
00:00
of the service because you've never done this before,
00:00
we're going to have a lab a little
00:00
later on in this module.
00:00
But if you can't wait for that,
00:00
you want to start getting some better understanding,
00:00
feel free to review the documentation.
00:00
If you've never messed with DNS,
00:00
if you've never messed with
00:00
GoDaddy or any of
00:00
those other providers that deals with DNS records,
00:00
then I encourage you to go on YouTube and watch
00:00
some videos to help you
00:00
wrap your head around this concept.
00:00
I recognize that not everyone has done this before,
00:00
but if you've built websites before,
00:00
chances are you have messed with DNS to some extent.
00:00
I'm going to go ahead and wrap up this lesson.
00:00
I'll see you guys in the next one where we're
00:00
going to talk about Time to Live. See you there.
Up Next
Similar Content