Add AP2 VPC Endpoint Service IDs reference table to PrivateLink docs#37461
Closed
nlopez wants to merge 7 commits into
Closed
Add AP2 VPC Endpoint Service IDs reference table to PrivateLink docs#37461nlopez wants to merge 7 commits into
nlopez wants to merge 7 commits into
Conversation
Co-authored-by: Pi <noreply+claude-sonnet-4-6@example.org>
…OC visibility Co-authored-by: Pi <noreply+claude-sonnet-4-6@example.org>
- Move heading back inside site-region ap2 block so hideTOCItems()
hides the nav entry for US1/AP1 (selector targets direct children of
d-none site-region-container)
- Extend table-of-contents.html condition to trigger scraped-toc.html
for pages using {{% site-region %}} (markdown shortcode), not just
{{< site-region >}} (HTML shortcode) — scraped-toc was designed for
exactly this case
Co-authored-by: Pi <noreply+claude-sonnet-4-6@example.org>
Co-authored-by: Pi <noreply+claude-sonnet-4-6@example.org>
ahmad-ddog
reviewed
Jun 12, 2026
|
Left one comment, otherwise LGTM. How did you validate the endpoints are mapped correctly? Please add your test plan in the PR summary. |
Co-authored-by: Pi <noreply+claude-sonnet-4-6@example.org>
Contributor
Author
Added |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Adds a comprehensive DNS-to-VPC endpoint reference for AP2 customers using AWS PrivateLink.
AP2 uses a two-level DNS architecture where every customer-facing DNS record maps to a
color.intake.ap2.datadoghq.comVPC endpoint address. Previously there was no documentation of this mapping, leaving customers unable to determine which VPC service endpoints to set up for the Datadog features they use.Changes:
site-region region="ap2") at the bottom of the PrivateLink page listing all 56 customer-facing DNS records, theircolor.intakeanchors, and their VPC service endpoint IDsTesting
Ran
dig <fqdn> @1.1.1.1against all 56 FQDNs in the table and confirmed every CNAME resolves to the documentedcolor.intake.ap2.datadoghq.comanchor. Wildcard entries were resolved usingstaras the literal subdomain (for example,star.agent.ap2.datadoghq.com).Result: 56/56 OK, 0 mismatches, 0 missing CNAMEs.
Merge instructions
Merge readiness:
Additional notes
Data sourced from the AP2 DNS/LB/Color/VPC Service Endpoint DDSQL query. When US1 adopts the same pattern, the
site-regionguard on the new section can be extended to includeus.Co-authored with Pi (Claude Sonnet 4.6)