- Implementing Modern DevOps
- David Gonzalez
- 94字
- 2021-07-08 10:11:20
Route 53
Route 53 is the DNS service in AWS. It is a global and scalable DNS service that allows you to perform some advanced operations:
- Register domain names
- Transfer domain names from other registrars
- Create traffic routing policies (such as failovers across regions)
- Monitor the availability of your applications (and reroute the traffic to healthy instances).
With Route 53, we can link domain names to AWS resources, such as load balancers, S3 buckets, and other resources, enabling us to expose a human-readable name for our resources (mainly VMs) created within our AWS instance.
推薦閱讀
- Advanced Quantitative Finance with C++
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- Building a Home Security System with Raspberry Pi
- Oracle Database In-Memory(架構(gòu)與實(shí)踐)
- 鋒利的SQL(第2版)
- Android 應(yīng)用案例開發(fā)大全(第3版)
- Visual C++開發(fā)入行真功夫
- 51單片機(jī)C語言開發(fā)教程
- Cybersecurity Attacks:Red Team Strategies
- 劍指大數(shù)據(jù):企業(yè)級(jí)數(shù)據(jù)倉庫項(xiàng)目實(shí)戰(zhàn)(在線教育版)
- C語言程序設(shè)計(jì)
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- Hands-On GUI Programming with C++ and Qt5
- Building Serverless Web Applications
- OpenStack Networking Essentials