1 Answer
- Newest
- Most votes
- Most comments
0
To verify your domain with Google Workspace using AWS Route 53 DNS service, you'll need to add a TXT record. Here's how to do it:
- Sign in to the AWS Management Console and open the Route 53 console.
- In the navigation pane, choose "Hosted zones."
- Select the hosted zone for your domain.
- Choose "Create record."
- For the record name, either leave it blank or enter the @ symbol. This represents the root domain.
- For the record type, select "TXT" from the dropdown menu.
- In the Value field, enter the entire verification string provided by Google, including the quotation marks: "google-site-verification=ycUl9IV0WpfgaxfJ9JsFcq-3E7W8-c7oW39npGvA8H8"
- Leave the TTL (Time to Live) as default or adjust if needed.
- Click "Create records" to save the new TXT record.
After adding the TXT record, it may take some time (usually a few minutes to a few hours) for the changes to propagate across the DNS system. Once propagated, you should be able to complete the verification process with Google Workspace.
Sources
DNS configuration of Route 53 | AWS re:Post
Relevant content
asked 3 months ago
asked 2 years ago
asked 3 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
