From 13a22eb4b396746e24b79fdbd6e0d925cf692b0e Mon Sep 17 00:00:00 2001 From: Bryce Eadie Date: Fri, 18 Oct 2024 12:25:41 -0700 Subject: [PATCH] (DOCS-9263) Add log archives note (#25767) * (DOCS-9263) Add log archives note * (DOCS-9263) Update casing * (DOCS-9263) Add support step * (DOCS-9267) Update US1-FED note * Update aws-manual-setup.md --- content/en/integrations/guide/aws-manual-setup.md | 6 ++++++ content/en/logs/log_configuration/archives.md | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/content/en/integrations/guide/aws-manual-setup.md b/content/en/integrations/guide/aws-manual-setup.md index 02bf29b392a34..d912919efa63e 100644 --- a/content/en/integrations/guide/aws-manual-setup.md +++ b/content/en/integrations/guide/aws-manual-setup.md @@ -51,6 +51,12 @@ Use this guide to manually set up the Datadog [AWS Integration][1]. To set up the AWS integration manually, create an IAM policy and IAM role in your AWS account, and configure the role with an AWS External ID generated in your Datadog account. This allows Datadog's AWS account to query AWS APIs on your behalf, and pull data into your Datadog account. The sections below detail the steps for creating each of these components, and then completing the setup in your Datadog account. +{{< site-region region="gov" >}} +
+ Setting up S3 Log Archives using Role Delegation is currently in limited availability. Contact Datadog Support to request this feature in your Datadog for Government account. +
+{{< /site-region >}} + ## Setup ### Generate an external ID diff --git a/content/en/logs/log_configuration/archives.md b/content/en/logs/log_configuration/archives.md index 7e81e5c6d737b..71944fac8ca64 100644 --- a/content/en/logs/log_configuration/archives.md +++ b/content/en/logs/log_configuration/archives.md @@ -45,13 +45,12 @@ See how to [archive your logs with Observability Pipelines][4] if you want to ro {{% tab "AWS S3" %}} {{< site-region region="gov" >}} -
AWS Role Delegation is not supported on the Datadog for Government site. Access keys must be used.
+
Setting up S3 Archives using Role Delegation is currently in limited availability. Contact Datadog Support to request this feature in your Datadog for Government account.
{{< /site-region >}} If not already configured, set up the [AWS integration][1] for the AWS account that holds your S3 bucket. - -* In the general case, this involves creating a role that Datadog can use to integrate with AWS S3. -* Specifically for AWS GovCloud or China accounts, use access keys as an alternative to role delegation. + * In the general case, this involves creating a role that Datadog can use to integrate with AWS S3. + * Specifically for AWS China accounts, use access keys as an alternative to role delegation. [1]: /integrations/amazon_web_services/?tab=automaticcloudformation#setup {{% /tab %}}