We're developing some pipelines that, as part of their run, will ensure that some test infrastructure is spun up in AWS. This infrastructure may be used again by follow on runs of the same pipeline or runs of other pipelines that use the same infrastructure.
What I'd like to support is automatically shutting down the infrastructure after X amount of time of disuse. Is there a way to do this? I was thinking one way would be to write a Material that looked at some infrastructure usage data and kicked off a pipeline when a condition is met. Such a Material could be used to trigger a shutdown pipeline for my current use case but could also support, for example, scale-up/scale-down pipelines in the future. Any thoughts on how to do this? -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
