DNS Management Issue

0

I need to manage a DNS, but I cannot find my hosted zone. I have several accounts and I do not know which account to try. I have tried all of the ones I can think of, but I cannot find this particular zone. colemanrodeo.com

질문됨 2년 전221회 조회
2개 답변
0

I found it.

답변함 2년 전
0

Hi, for anyone who is also wondering how to locate your DNS hosted zone to manage a DNS, here are some resources and steps to follow:

Use Route 53 console and navigate to “Hosted Zones.” A list of hosted zones associated with the current AWS account will be displayed and filtering/searching functionality is offered. https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ListInfoOnHostedZone.html

Another way to easily list your hosted zones in each account is to use the AWS CLI with a command like aws route53 list-hosted-zones-by-name. You would still have to log into each account on the CLI and repeat the command for each account. https://awscli.amazonaws.com/v2/documentation/api/2.0.34/reference/route53/list-hosted-zones-by-name.html

For future DNS management practices: One helpful tip for organization and management of your Route 53 resources is to make use of tags for cost allocation and categorization. For more details on how to implement tagging for your resources, please look at https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/tagging-resources.html. For best practices and step-by-step instructions on using the central tag management console, see https://docs.aws.amazon.com/tag-editor/latest/userguide/tag-editor.html.

The best option for future DNS management simplification would be to follow the steps suggested in the following post: https://aws.amazon.com/blogs/security/how-to-centralize-dns-management-in-a-multi-account-environment/. In this guide, the steps you take include setting up a central DNS management account, set up participating accounts, create Route53 associations, and configuring VPC peering for participating accounts.

Hope this helps!

답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인