CCC-2437: Remove unused aws_cloud_cost_cur2 template and directory - #353
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intoAug 26, 2026
Conversation
The aws_cloud_cost_cur2 directory has no consumers and was never published: - No code in the DataDog or ddoghq orgs references the aws_cloud_cost_cur2 S3 path outside the directory itself. - It has no release job in .gitlab-ci.yml and is absent from the validate_versions DIRS list, so version bumps never publish. Nothing is served from the aws_cloud_cost_cur2/ bucket prefix. - README.md still points at v0.0.2 while version.txt reads v0.0.6, a mismatch release.sh fails on, so it cannot have been released since v0.0.2. Its Launch Stack link is still a literal ADDLINK. CUR 2.0 setup for Cloud Cost Management is served by aws_cloud_cost/cur2-main.yaml, which the CCM CloudFormation setup page in Settings links to and which CI releases. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
dhan0779
approved these changes
Aug 26, 2026
RaphaelAllier
approved these changes
Aug 26, 2026
gh-worker-dd-mergequeue-cf854d
Bot
deleted the
tara.omalley/remove-unused-aws-cloud-cost-cur2
branch
August 26, 2026 15:34
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.
Note: Please remember to review the contribution guidelines
if you have not yet done so.
What does this PR do?
Deletes the
aws_cloud_cost_cur2/directory (main.yaml,datadog_ccm_api_call.py,release.sh,README.md,CHANGELOG.md,version.txt).No other files needed changes — nothing outside the directory referenced it.
.gitlab-ci.ymlnever mentioned it, andlint.ymlglobs**/*.yaml, so there is simply one fewer template to lint.Motivation
Jira ticket
CUR 2.0 setup for Cloud Cost Management is served by
aws_cloud_cost/cur2-main.yaml, added in #334 and linked from the CCM CloudFormation setup page in Settings (web-ui→use-aws-cost-pint-settings.cloudformation.helpers.ts). That path is covered by therelease_cloud_costCI job.🤖 Generated with Claude Code