- 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.
- 軟件項目估算
- JavaScript:Functional Programming for JavaScript Developers
- 實戰(zhàn)Java程序設計
- SQL基礎教程(視頻教學版)
- concrete5 Cookbook
- SQL經(jīng)典實例(第2版)
- 從Java到Web程序設計教程
- Java網(wǎng)絡編程實戰(zhàn)
- AutoCAD 2009實訓指導
- GameMaker Essentials
- Hands-On Nuxt.js Web Development
- Ext JS 4 Plugin and Extension Development
- 零基礎學C++(升級版)
- CryENGINE Game Programming with C++,C#,and Lua
- 菜鳥成長之路