Skip to content

Commit 8d6806d

Browse files
Updated with the latest changes from the knowledge base discussions. (#695)
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 6d22e7f commit 8d6806d

File tree

1 file changed

+27
-0
lines changed
  • docs/discussions/knowledge-base

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
hide_table_of_contents: true
3+
hide_title: true
4+
custom_edit_url: null
5+
---
6+
7+
import CenterLayout from "/src/components/CenterLayout"
8+
import GitHub from "/src/components/GitHub"
9+
10+
<head>
11+
<link rel="canonical" href="https://github.com/gruntwork-io/knowledge-base/discussions/679" />
12+
</head>
13+
14+
<CenterLayout>
15+
<span className="searchCategory">Knowledge Base</span>
16+
<h1>Adding an AWS account to an existing Reference Architecture deployment</h1>
17+
<GitHub discussion={{"id":"D_kwDOF8slf84AS4ZF","number":679,"author":{"login":"jeffreymlewis"},"title":"Adding an AWS account to an existing Reference Architecture deployment","body":"\r\nHello,\r\n\r\nI'm adding an AWS account to our existing Reference Arch setup. I found this document very useful.\r\n\r\nhttps://docs.gruntwork.io/guides/reference-architecture/example-usage-guide/adding-a-new-account/intro\r\n\r\nHowever, this doc doesn't explain how to setup domain names for the new account, and it seems the service catalog [route53 module](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/modules/networking/route53) cannot handle this either. (Validation of the ACM cert fails, I assume because the new domain name is not registered.) KB article https://github.com/gruntwork-io/knowledge-base/discussions/20 indicates that the domain & Route53 need to be setup manually. What are the steps for this?\r\n\r\nThanks,\r\nJeffrey\r\n\r\n---\r\n\r\n<ins datetime=\"2023-03-10T16:21:16Z\">\r\n <p><a href=\"https://support.gruntwork.io/hc/requests/109973\">Tracked in ticket #109973</a></p>\r\n</ins>\r\n","bodyHTML":"<p dir=\"auto\">Hello,</p>\n<p dir=\"auto\">I'm adding an AWS account to our existing Reference Arch setup. I found this document very useful.</p>\n<p dir=\"auto\"><a href=\"https://docs.gruntwork.io/guides/reference-architecture/example-usage-guide/adding-a-new-account/intro\" rel=\"nofollow\">https://docs.gruntwork.io/guides/reference-architecture/example-usage-guide/adding-a-new-account/intro</a></p>\n<p dir=\"auto\">However, this doc doesn't explain how to setup domain names for the new account, and it seems the service catalog <a href=\"https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/modules/networking/route53\">route53 module</a> cannot handle this either. (Validation of the ACM cert fails, I assume because the new domain name is not registered.) KB article <a class=\"issue-link js-issue-link\" data-error-text=\"Failed to load title\" data-id=\"3552879\" data-permission-text=\"Title is private\" data-url=\"https://github.com/gruntwork-io/knowledge-base/discussions/20\" data-hovercard-type=\"discussion\" data-hovercard-url=\"/gruntwork-io/knowledge-base/discussions/20/hovercard\" href=\"https://github.com/gruntwork-io/knowledge-base/discussions/20\">#20</a> indicates that the domain &amp; Route53 need to be setup manually. What are the steps for this?</p>\n<p dir=\"auto\">Thanks,<br>\nJeffrey</p>\n<hr>\n<ins datetime=\"2023-03-10T16:21:16Z\">\n <p dir=\"auto\"><a href=\"https://support.gruntwork.io/hc/requests/109973\" rel=\"nofollow\">Tracked in ticket #109973</a></p>\n</ins>","answer":{"body":"Hey @jeffreymlewis, there's a few options you can use to setup domain names:\r\n\r\n* You can use the [Gruntwork CLI](https://github.com/gruntwork-io/gruntwork#bootstrap-the-domain-names) to register your domain name in the account\r\n\r\n* You can configure the domains through through the AWS Console (or AWS CLI)\r\n * [AWS Documentation: Registering a new domain](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register.html)\r\n * [AWS Documentation: Configuring DNS routing for a new domain](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-new-domain.html) (when you register a new domain AWS will automatically configure Route53: creating the hosted zone, creating and configuring the name servers)","bodyHTML":"<p dir=\"auto\">Hey <a class=\"user-mention notranslate\" data-hovercard-type=\"user\" data-hovercard-url=\"/users/jeffreymlewis/hovercard\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://github.com/jeffreymlewis\">@jeffreymlewis</a>, there's a few options you can use to setup domain names:</p>\n<ul dir=\"auto\">\n<li>\n<p dir=\"auto\">You can use the <a href=\"https://github.com/gruntwork-io/gruntwork#bootstrap-the-domain-names\">Gruntwork CLI</a> to register your domain name in the account</p>\n</li>\n<li>\n<p dir=\"auto\">You can configure the domains through through the AWS Console (or AWS CLI)</p>\n<ul dir=\"auto\">\n<li><a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register.html\" rel=\"nofollow\">AWS Documentation: Registering a new domain</a></li>\n<li><a href=\"https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-new-domain.html\" rel=\"nofollow\">AWS Documentation: Configuring DNS routing for a new domain</a> (when you register a new domain AWS will automatically configure Route53: creating the hosted zone, creating and configuring the name servers)</li>\n</ul>\n</li>\n</ul>"}}} />
18+
19+
</CenterLayout>
20+
21+
22+
<!-- ##DOCS-SOURCER-START
23+
{
24+
"sourcePlugin": "github-discussions",
25+
"hash": "b3b18b325fb6323006b694622d8e32d1"
26+
}
27+
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)