- 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.
- Git Version Control Cookbook
- Spring Boot開發(fā)與測(cè)試實(shí)戰(zhàn)
- Kubernetes實(shí)戰(zhàn)
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)
- Access 數(shù)據(jù)庫應(yīng)用教程
- C語言程序設(shè)計(jì)實(shí)訓(xùn)教程
- C#程序設(shè)計(jì)(慕課版)
- RabbitMQ Cookbook
- D3.js By Example
- R用戶Python學(xué)習(xí)指南:數(shù)據(jù)科學(xué)方法
- Visual Studio Code 權(quán)威指南
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- 零基礎(chǔ)學(xué)C語言(第4版)
- Android Sensor Programming By Example
- Unity Android Game Development by Example Beginner's Guide