Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Event based detection method for pipeline with S3 data source #631

Open
1 task
stemons opened this issue May 17, 2023 · 0 comments
Open
1 task

Comments

@stemons
Copy link
Contributor

stemons commented May 17, 2023

Describe the feature

Pipelines with S3 as data source are using the polling method which will be deprecated https://docs.aws.amazon.com/codepipeline/latest/userguide/trigger-S3-migration-cwe.html

Use Case

To avoid the deactivation of this pipeline we should move to a event based trigger approach
Here the notification from support

Subject: [Action may be required] AWS CodePipeline is disabling polling in inactive pipelines
CAUTION: This email originated from an external source. Use caution when replying, clicking links, or opening attachments.
Hello,
You are receiving this message because you have one or more polling pipelines in your account. A polling pipeline is defined as a pipeline that has at least one source action configured to poll for changes. The AWS CodePipeline team will be disabling polling in inactive pipelines effective May 25, 2023. An inactive pipeline is defined as one that has not had a pipeline execution started in the last 30 days. Inactive pipelines that only use Amazon EventBridge rule, or AWS CodeStar Connections, or webhooks to trigger the pipeline will not be affected. Additionally, any active pipeline will also not be affected.
We recommend that you update to use Amazon EventBridge, or AWS CodeStar Connections, or webhooks as the trigger mechanism for your source. Follow the instructions in the documentation[1] for making this change. Changing your pipeline from polling to event based will improve performance for pipeline executions by ensuring they respond to source changes quicker.
If you have questions about this change, the AWS Support Team is available on re:Post [2] and via Premium Support [3].
[1] https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html
[2] https://repost.aws/tags/TAD_CcYa8ASIKYqZ_uXiwwgA/aws-codepipeline
[3] https://support.console.aws.amazon.com/support
Sincerely,
Amazon Web Services
Amazon Web Services, Inc. is a subsidiary of Amazon.com, Inc. Amazon.com is a registered trademark of Amazon.com, Inc. This message was produced and distributed by Amazon Web Services Inc., 410 Terry Ave. North, Seattle, WA 98109-5210
docs.aws.amazon.comdocs.aws.amazon.com
Migrate polling pipelines to use event-based change detection - AWS CodePipeline
Describes how to update a pipeline for event-based change detection by source type.
Amazon Web Services, Inc.Amazon Web Services, Inc.
Find Answers to AWS Questions about AWS CodePipeline
Browse through AWS CodePipeline questions or showcase your expertise by answering unanswered questions.

Proposed Solution

Move the pipeline trigger method to an event based trigger approach

Acknowledgements

  • I may be able to implement this feature request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant