diff --git a/aws_account_level_logs/main.yaml b/aws_account_level_logs/main.yaml index fcc20bad..6746a8f6 100644 --- a/aws_account_level_logs/main.yaml +++ b/aws_account_level_logs/main.yaml @@ -20,6 +20,7 @@ Parameters: - 'https://aws-kinesis-http-intake.logs.us5.datadoghq.com/api/v2/logs?dd-protocol=aws-kinesis-firehose' - 'https://aws-kinesis-http-intake.logs.ddog-gov.com/v1/input' - 'https://aws-kinesis-http-intake.logs.us2.ddog-gov.com/api/v2/logs?dd-protocol=aws-kinesis-firehose' + - 'https://aws-kinesis-http-intake.logs.uk1.datadoghq.com/api/v2/logs?dd-protocol=aws-kinesis-firehose' - 'https://aws-kinesis-http-intake.logs.datad0g.com/v1/input' Description: The URL of the Datadog HTTP endpoint to send logs to. Regions: diff --git a/aws_cloud_cost_cur2/CHANGELOG.md b/aws_cloud_cost_cur2/CHANGELOG.md index d838c4c2..64df60f6 100644 --- a/aws_cloud_cost_cur2/CHANGELOG.md +++ b/aws_cloud_cost_cur2/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4 + +Add `uk1.datadoghq.com` to the `DatadogSite` allowed values (UK1 site support). + ## 0.0.3 Add `us2.ddog-gov.com` to the `DatadogSite` allowed values (us2.fed GovCloud support). diff --git a/aws_cloud_cost_cur2/main.yaml b/aws_cloud_cost_cur2/main.yaml index a31be127..80bb166b 100644 --- a/aws_cloud_cost_cur2/main.yaml +++ b/aws_cloud_cost_cur2/main.yaml @@ -25,6 +25,7 @@ Parameters: - ap2.datadoghq.com - ddog-gov.com - us2.ddog-gov.com + - uk1.datadoghq.com CloudCostBucketName: Type: String Description: The name of the S3 bucket for storing the cost and usage reports. diff --git a/aws_cloud_cost_cur2/version.txt b/aws_cloud_cost_cur2/version.txt index f9cece58..7df503e6 100644 --- a/aws_cloud_cost_cur2/version.txt +++ b/aws_cloud_cost_cur2/version.txt @@ -1 +1 @@ -v0.0.3 +v0.0.4 diff --git a/aws_config_stream/main_config_stream.yaml b/aws_config_stream/main_config_stream.yaml index e6ea31ad..34a249c8 100644 --- a/aws_config_stream/main_config_stream.yaml +++ b/aws_config_stream/main_config_stream.yaml @@ -34,6 +34,7 @@ Parameters: - https://cloudplatform-intake.datadoghq.eu/api/v2/cloudchanges?dd-protocol=aws-kinesis-firehose - https://cloudplatform-intake.ap1.datadoghq.com/api/v2/cloudchanges?dd-protocol=aws-kinesis-firehose - https://cloudplatform-intake.ap2.datadoghq.com/api/v2/cloudchanges?dd-protocol=aws-kinesis-firehose + - https://cloudplatform-intake.uk1.datadoghq.com/api/v2/cloudchanges?dd-protocol=aws-kinesis-firehose Resources: ConfigurationRecorder: Type: AWS::Config::ConfigurationRecorder diff --git a/aws_organizations/main_organizations.yaml b/aws_organizations/main_organizations.yaml index 1dcb89ae..07dc67d7 100644 --- a/aws_organizations/main_organizations.yaml +++ b/aws_organizations/main_organizations.yaml @@ -29,6 +29,7 @@ Parameters: - us2.ddog-gov.com - ap1.datadoghq.com - ap2.datadoghq.com + - uk1.datadoghq.com IAMRoleName: Description: Customize the name of IAM role for Datadog AWS integration Type: String @@ -105,6 +106,9 @@ Mappings: us2.ddog-gov.com: AccountId: "382742775718" AccountIdGovCloud: "486737091498" + uk1.datadoghq.com: + AccountId: "117348461845" + AccountIdGovCloud: "NOT_APPLICABLE" Conditions: ResourceCollectionPermissions: Fn::Equals: diff --git a/aws_organizations/version.txt b/aws_organizations/version.txt index 85c71c86..ec151ba4 100644 --- a/aws_organizations/version.txt +++ b/aws_organizations/version.txt @@ -1 +1 @@ -v4.2.1 +v4.2.2 diff --git a/aws_quickstart/CHANGELOG.md b/aws_quickstart/CHANGELOG.md index 57488a83..c5b31e76 100644 --- a/aws_quickstart/CHANGELOG.md +++ b/aws_quickstart/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.13.0 (May 29, 2026) + +- Add `uk1.datadoghq.com` site support. Affects `main_v2.yaml`, `main_workflow.yaml`, `main_extended.yaml`, and `main_extended_workflow.yaml`. + # 4.12.0 (May 28, 2026) - Add an EventBridge pipeline that forwards EC2 and EKS resource lifecycle and configuration update events to Datadog, enabling the Datadog Agent management feature to react to changes in real time. Customers enable forwarding per resource type when configuring Agent management. diff --git a/aws_quickstart/datadog_integration_api_call_v2.yaml b/aws_quickstart/datadog_integration_api_call_v2.yaml index 7230dceb..8c73a5ad 100644 --- a/aws_quickstart/datadog_integration_api_call_v2.yaml +++ b/aws_quickstart/datadog_integration_api_call_v2.yaml @@ -19,7 +19,7 @@ Parameters: Description: >- Define your Datadog Site to send data to. Allowed values: datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, - ap1.datadoghq.com, ap2.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). + ap1.datadoghq.com, ap2.datadoghq.com, uk1.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). IAMRoleName: Description: >- The name of the IAM role created for Datadog's use. diff --git a/aws_quickstart/main_extended.yaml b/aws_quickstart/main_extended.yaml index b009a835..d9b92f2e 100644 --- a/aws_quickstart/main_extended.yaml +++ b/aws_quickstart/main_extended.yaml @@ -35,7 +35,7 @@ Parameters: Description: >- Define your Datadog Site to send data to. Allowed values: datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, - ap1.datadoghq.com, ap2.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). + ap1.datadoghq.com, ap2.datadoghq.com, uk1.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). IAMRoleName: Description: Customize the name of IAM role for Datadog AWS integration Type: String @@ -184,6 +184,9 @@ Mappings: us2.ddog-gov.com: AccountId: "382742775718" AccountIdGovCloud: "486737091498" + uk1.datadoghq.com: + AccountId: "117348461845" + AccountIdGovCloud: "NOT_APPLICABLE" datad0g.com: AccountId: "727006795293" AccountIdGovCloud: "NOT_APPLICABLE" diff --git a/aws_quickstart/main_extended_workflow.yaml b/aws_quickstart/main_extended_workflow.yaml index 6948bdbc..abf702f1 100644 --- a/aws_quickstart/main_extended_workflow.yaml +++ b/aws_quickstart/main_extended_workflow.yaml @@ -45,7 +45,7 @@ Parameters: Description: >- Define your Datadog Site to send data to. Allowed values: datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, - ap1.datadoghq.com, ap2.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). + ap1.datadoghq.com, ap2.datadoghq.com, uk1.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). IAMRoleName: Description: Customize the name of IAM role for Datadog AWS integration Type: String @@ -204,6 +204,9 @@ Mappings: us2.ddog-gov.com: AccountId: "382742775718" AccountIdGovCloud: "486737091498" + uk1.datadoghq.com: + AccountId: "117348461845" + AccountIdGovCloud: "NOT_APPLICABLE" datad0g.com: AccountId: "727006795293" AccountIdGovCloud: "NOT_APPLICABLE" diff --git a/aws_quickstart/main_v2.yaml b/aws_quickstart/main_v2.yaml index 3e86464c..68efddc6 100644 --- a/aws_quickstart/main_v2.yaml +++ b/aws_quickstart/main_v2.yaml @@ -22,7 +22,7 @@ Parameters: Description: >- Define your Datadog Site to send data to. Allowed values: datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, - ap1.datadoghq.com, ap2.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). + ap1.datadoghq.com, ap2.datadoghq.com, uk1.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). IAMRoleName: Description: Customize the name of IAM role for Datadog AWS integration Type: String @@ -118,6 +118,9 @@ Mappings: us2.ddog-gov.com: AccountId: "382742775718" AccountIdGovCloud: "486737091498" + uk1.datadoghq.com: + AccountId: "117348461845" + AccountIdGovCloud: "NOT_APPLICABLE" datad0g.com: AccountId: "727006795293" AccountIdGovCloud: "NOT_APPLICABLE" diff --git a/aws_quickstart/main_workflow.yaml b/aws_quickstart/main_workflow.yaml index 33ee860a..a31d10c1 100644 --- a/aws_quickstart/main_workflow.yaml +++ b/aws_quickstart/main_workflow.yaml @@ -32,7 +32,7 @@ Parameters: Description: >- Define your Datadog Site to send data to. Allowed values: datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com, - ap1.datadoghq.com, ap2.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). + ap1.datadoghq.com, ap2.datadoghq.com, uk1.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud). IAMRoleName: Description: Customize the name of IAM role for Datadog AWS integration Type: String @@ -104,6 +104,9 @@ Mappings: us2.ddog-gov.com: AccountId: "382742775718" AccountIdGovCloud: "486737091498" + uk1.datadoghq.com: + AccountId: "117348461845" + AccountIdGovCloud: "NOT_APPLICABLE" datad0g.com: AccountId: "727006795293" AccountIdGovCloud: "NOT_APPLICABLE" diff --git a/aws_quickstart/version.txt b/aws_quickstart/version.txt index 63a54c41..c4475d31 100644 --- a/aws_quickstart/version.txt +++ b/aws_quickstart/version.txt @@ -1 +1 @@ -v4.12.0 +v4.13.0 diff --git a/aws_streams/streams_single_region.yaml b/aws_streams/streams_single_region.yaml index 507058da..eed0f60e 100644 --- a/aws_streams/streams_single_region.yaml +++ b/aws_streams/streams_single_region.yaml @@ -112,6 +112,8 @@ Mappings: Endpoint: "https://awsmetrics-intake.ddog-gov.com/api/v2/awsmetrics?dd-protocol=aws-kinesis-firehose" "us2.ddog-gov.com": Endpoint: "https://awsmetrics-intake.us2.ddog-gov.com/api/v2/awsmetrics?dd-protocol=aws-kinesis-firehose" + "uk1.datadoghq.com": + Endpoint: "https://awsmetrics-intake.uk1.datadoghq.com/api/v2/awsmetrics?dd-protocol=aws-kinesis-firehose" Resources: DatadogStreamLogs: Type: AWS::Logs::LogGroup diff --git a/aws_streams/version.txt b/aws_streams/version.txt index 795460fc..56130fb3 100644 --- a/aws_streams/version.txt +++ b/aws_streams/version.txt @@ -1 +1 @@ -v1.1.0 +v1.1.1