- Building Serverless Web Applications
- Diego Zanon
- 167字
- 2021-07-15 17:31:29
Amazon Route 53
Route 53 provides a DNS service where you can buy and host your site's domain. You may prefer to buy your domain from another seller, like GoDaddy or Namecheap, but if you want to serve your serverless frontend using AWS services, you need to use Route 53 to host it.
When you configure a subdomain (like in mysubdomain.mydomain.com), you can set an A record (IP address) or CNAME (alias to another address), but the root domain (mydomain.com) requires an A record. If you host your frontend using S3, you receive an endpoint to set a CNAME record, but you don't get a fixed IP to set an A record. Since Route 53 is an AWS service, it accepts an S3 endpoint in the A record option and solves this issue.
Configuring your domain requires a simple setup, but it often confuses web developers who are not used to DNS management. This service will receive more attention later, specifically in Chapter 4, Hosting the Website.
- GAE編程指南
- Maven Build Customization
- Mastering Selenium WebDriver
- .NET 4.0面向對象編程漫談:基礎篇
- 區塊鏈架構與實現:Cosmos詳解
- 趣學Python算法100例
- Spring Cloud、Nginx高并發核心編程
- Scratch 3游戲與人工智能編程完全自學教程
- 重學Java設計模式
- Gradle for Android
- Python數據結構與算法(視頻教學版)
- C語言程序設計
- Mastering ROS for Robotics Programming
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Python從入門到精通(第3版)