Skip to content

Commit 544e9e1

Browse files
authored
Add uk1 to CFT templates and update descriptions (#315)
* Add uk1 to CFT templates and update descriptions * Update storage_management version * remove storage management * Remove uk1 from storage management
1 parent 259cf7f commit 544e9e1

16 files changed

Lines changed: 38 additions & 9 deletions

File tree

aws_account_level_logs/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Parameters:
2020
- 'https://aws-kinesis-http-intake.logs.us5.datadoghq.com/api/v2/logs?dd-protocol=aws-kinesis-firehose'
2121
- 'https://aws-kinesis-http-intake.logs.ddog-gov.com/v1/input'
2222
- 'https://aws-kinesis-http-intake.logs.us2.ddog-gov.com/api/v2/logs?dd-protocol=aws-kinesis-firehose'
23+
- 'https://aws-kinesis-http-intake.logs.uk1.datadoghq.com/api/v2/logs?dd-protocol=aws-kinesis-firehose'
2324
- 'https://aws-kinesis-http-intake.logs.datad0g.com/v1/input'
2425
Description: The URL of the Datadog HTTP endpoint to send logs to.
2526
Regions:

aws_cloud_cost_cur2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.4
2+
3+
Add `uk1.datadoghq.com` to the `DatadogSite` allowed values (UK1 site support).
4+
15
## 0.0.3
26

37
Add `us2.ddog-gov.com` to the `DatadogSite` allowed values (us2.fed GovCloud support).

aws_cloud_cost_cur2/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Parameters:
2525
- ap2.datadoghq.com
2626
- ddog-gov.com
2727
- us2.ddog-gov.com
28+
- uk1.datadoghq.com
2829
CloudCostBucketName:
2930
Type: String
3031
Description: The name of the S3 bucket for storing the cost and usage reports.

aws_cloud_cost_cur2/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.3
1+
v0.0.4

aws_config_stream/main_config_stream.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Parameters:
3434
- https://cloudplatform-intake.datadoghq.eu/api/v2/cloudchanges?dd-protocol=aws-kinesis-firehose
3535
- https://cloudplatform-intake.ap1.datadoghq.com/api/v2/cloudchanges?dd-protocol=aws-kinesis-firehose
3636
- https://cloudplatform-intake.ap2.datadoghq.com/api/v2/cloudchanges?dd-protocol=aws-kinesis-firehose
37+
- https://cloudplatform-intake.uk1.datadoghq.com/api/v2/cloudchanges?dd-protocol=aws-kinesis-firehose
3738
Resources:
3839
ConfigurationRecorder:
3940
Type: AWS::Config::ConfigurationRecorder

aws_organizations/main_organizations.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Parameters:
2929
- us2.ddog-gov.com
3030
- ap1.datadoghq.com
3131
- ap2.datadoghq.com
32+
- uk1.datadoghq.com
3233
IAMRoleName:
3334
Description: Customize the name of IAM role for Datadog AWS integration
3435
Type: String
@@ -105,6 +106,9 @@ Mappings:
105106
us2.ddog-gov.com:
106107
AccountId: "382742775718"
107108
AccountIdGovCloud: "486737091498"
109+
uk1.datadoghq.com:
110+
AccountId: "117348461845"
111+
AccountIdGovCloud: "NOT_APPLICABLE"
108112
Conditions:
109113
ResourceCollectionPermissions:
110114
Fn::Equals:

aws_organizations/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.2.1
1+
v4.2.2

aws_quickstart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.13.0 (May 29, 2026)
2+
3+
- Add `uk1.datadoghq.com` site support. Affects `main_v2.yaml`, `main_workflow.yaml`, `main_extended.yaml`, and `main_extended_workflow.yaml`.
4+
15
# 4.12.0 (May 28, 2026)
26

37
- 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.

aws_quickstart/datadog_integration_api_call_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Parameters:
1919
Description: >-
2020
Define your Datadog Site to send data to.
2121
Allowed values: datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com,
22-
ap1.datadoghq.com, ap2.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud).
22+
ap1.datadoghq.com, ap2.datadoghq.com, uk1.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud).
2323
IAMRoleName:
2424
Description: >-
2525
The name of the IAM role created for Datadog's use.

aws_quickstart/main_extended.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Parameters:
3535
Description: >-
3636
Define your Datadog Site to send data to.
3737
Allowed values: datadoghq.com, datadoghq.eu, us3.datadoghq.com, us5.datadoghq.com,
38-
ap1.datadoghq.com, ap2.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud).
38+
ap1.datadoghq.com, ap2.datadoghq.com, uk1.datadoghq.com, ddog-gov.com (GovCloud), us2.ddog-gov.com (GovCloud).
3939
IAMRoleName:
4040
Description: Customize the name of IAM role for Datadog AWS integration
4141
Type: String
@@ -184,6 +184,9 @@ Mappings:
184184
us2.ddog-gov.com:
185185
AccountId: "382742775718"
186186
AccountIdGovCloud: "486737091498"
187+
uk1.datadoghq.com:
188+
AccountId: "117348461845"
189+
AccountIdGovCloud: "NOT_APPLICABLE"
187190
datad0g.com:
188191
AccountId: "727006795293"
189192
AccountIdGovCloud: "NOT_APPLICABLE"

0 commit comments

Comments
 (0)