One example that how to configure a third-pard provider domain on AWS

Configurations on AWS

Copy Application URL

  1. Open Elastic Beanstalk dashboard
  2. Copy application link of Elastic Beanstalk

Create Hosted Zone

  1. Open the Route 53 console.
  2. Choose Hosted Zones.
  3. Choose Create Hosted Zone.
  4. For Domain Name, type the domain name that you own. For example: example.com.
  5. Choose Create.

Add an alias resource record set in Route 53

  1. Open the Route 53 console.
  2. Choose Hosted Zones.
  3. Choose your hosted zone’s name.
  4. Choose Create Record Set.
  5. For Name, type the subdomain that will redirect to your Elastic Beanstalk application. For example: www.
  6. For Type, choose A - IPv4 address.
  7. For Alias, choose yes.
  8. For Alias Target, choose the domain name of your Elastic Beanstalk environment.
  9. Choose Save Record Set.

Reference: Your Elastic Beanstalk Environment’s Domain Name

Configurations on Google Domain

  1. Copy Type NS value of your hosted zones

  2. Customize DNS Google Domian Example