Open
Conversation
f38af4e to
eb44d17
Compare
denis256
previously approved these changes
Mar 8, 2026
gcagle3
previously approved these changes
Mar 9, 2026
Add ability to discover and delete AWS Data Pipeline resources. This enables cleanup of stale pipelines (e.g., sample-pipeline from 2015) during scheduled cloud-nuke runs. - New resource type `data-pipeline` with list, describe, and delete support - DescribePipelines batched in groups of 25 (API limit) - Extend util.ParseTimestamp with bare ISO 8601 fallback for Data Pipeline timestamps - Config key: `DataPipeline`, supports name regex and time-based filtering
eb44d17 to
0f67d72
Compare
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.
Summary
data-pipelineresource type to discover and delete AWS Data Pipeline resourcesutil.ParseTimestampwith bare ISO 8601 format fallback (2015-01-01T00:00:00) used by the Data Pipeline APIDataPipelinesupportsnames_regexandtimefilteringFiles changed
aws/resources/data_pipeline.goaws/resources/data_pipeline_test.goaws/resource_registry.goconfig/config.goDataPipelinefield +allResourceTypes()config/config_test.goemptyConfig()helperutil/time.goParseTimestamputil/time_test.godocs/supported-resources.mdgo.mod/go.sumdatapipelineSDK dependencyTest plan
go test ./aws/resources -run "TestListDataPipelines|TestDeleteDataPipeline" -v— all 8 tests passgo test ./util/... -run TestParseTimestamp -v— all 3 format tests passgo test ./config/... -run "TestAllResourceTypesComplete|TestConfig_Empty" -v— 129 fields matchcloud-nuke inspect --resource-type data-pipelineagainst account 087285199408cloud-nuke nuke --resource-type data-pipeline --region us-west-2to clean up sample pipeline