Ask Your Question
1

What are the steps to connect a subdomain from Google Domains to a server port that is hosted on AWS?

asked 2022-02-01 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-01 08:00:00 +0000

woof gravatar image
  1. Log in to your Google Domains account and select the domain you want to set up a subdomain for.

  2. Click on the "DNS" tab to access the DNS configuration page.

  3. Create a new "A" record by selecting "Custom resource records" from the drop-down menu and entering the subdomain name (e.g., "proxy.example.com") in the "Name" field.

  4. In the "IPv4 address" field, enter the public IP address of your AWS server.

  5. Save the changes by clicking on the "Add" button.

  6. Log in to your AWS account and go to the "EC2" dashboard.

  7. Select your instance and go to the "Security Groups" section.

  8. Edit the security group to allow incoming traffic on the port you want to use (e.g., port 80 for HTTP).

  9. Log in to your server and start the application or service you want to use on the specified port.

  10. Test the connection by visiting the subdomain in a web browser. If the connection is successful, you should see your application or service running on the specified port.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-02-01 11:00:00 +0000

Seen: 13 times

Last updated: Aug 01 '22