AWS codepipeline documentation change
Summary
Added Important note about polling being disabled for inactive pipelines after 30 days and migration guidance
Security assessment
The change documents operational behavior of disabling polling for inactive pipelines but does not address a security vulnerability or weakness.
Diff
diff --git a/codepipeline/latest/userguide/action-requirements.md b/codepipeline/latest/userguide/action-requirements.md index c4cf431ba..050575ceb 100644 --- a//codepipeline/latest/userguide/action-requirements.md +++ b//codepipeline/latest/userguide/action-requirements.md @@ -321,0 +322,4 @@ For Amazon ECR, Amazon S3, or CodeCommit sources, you can also create a source o +###### 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). +