Purchase a Domain with Route 53
Our full-stack serverless app is almost ready to go. Currently the API is on an endpoint that’s auto-generated by API Gateway.
https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com
While the frontend React app is hosted on an auto-generated CloudFront domain.
https://d3j4c16hczgtjw.cloudfront.net
We want to host these on our own domain. To do this, we’ll start by purchasing a domain through AWS. We’ll be using Amazon Route 53 for this.
If you are following this guide but are not ready to purchase a new domain, you can skip this chapter.
On the other hand, if you have an existing domain that is not on AWS, follow these docs to move it over to Amazon Route 53.
Let’s get started. In your AWS Console head over to the Route 53 section in the list of services.
Type in your domain in the Register domain section and click Check.
After checking its availability, click Add to cart.
And hit Continue at the bottom of the page.
Fill in your contact details and hit Continue once again.
Finally, review your details and confirm the purchase by hitting Complete Purchase.
Next, let’s use this domain in our serverless app.
For help and discussion
Comments on this chapter