AWS codepipeline documentation change
Summary
Added Important note about polling being disabled for inactive pipelines after 30 days and migration guidance
Security assessment
Repeats operational guidance about polling disablement without security context. No evidence of security vulnerability being addressed.
Diff
diff --git a/codepipeline/latest/userguide/concepts.md b/codepipeline/latest/userguide/concepts.md index 75936e750..ee65ec825 100644 --- a//codepipeline/latest/userguide/concepts.md +++ b//codepipeline/latest/userguide/concepts.md @@ -148,0 +149,4 @@ For more information about triggers, see [Start a pipeline in CodePipeline](./pi +###### Important + +Pipelines that are inactive for longer than 30 days will have polling disabled for the pipeline. For more information, see [pollingDisabledAt](./pipeline-requirements.html#metadata.pollingDisabledAt) in the pipeline structure reference. For the steps to migrate your pipeline from polling to event-based change detection, see [Change Detection Methods](./change-detection-methods.html). +