Skip to content

Pull model for CI/CD

0

When reading this whitepaper, it suggested that a "pull model" can be used to detect changes in the target account. What tools are recommended? Is there any additional documentation or suggestions on this approach?

"In the pull model, tools within the target workload environments have the permissions necessary to both detect changes of interest (for example, newly promoted artifacts or configuration changes) and to deploy those changes locally within the workload environment.*

https://docs.aws.amazon.com/whitepapers/latest/organizing-your-aws-environment/deployments-ou.html

asked 3 years ago296 views
1 Answer
1
Accepted Answer

After researching some more, I now believe this means that an AWS CodePipeline exists in the workload account. This AWS CodePipeline reacts to an Eventbridge event that occurs when something like AWS CodeArtifactory is updated. This event then kicks off the pipeline (in the workload account) which handles the deployment.

answered 3 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.