https://pulumi.com logo
b

bulky-author-70444

11/11/2021, 9:25 AM
hey. Is there a way to run an image pipeline that I have created from the pulumi instead of running it from the AWS console? This is what I’m trying to run:
b

bulky-author-70444

11/14/2021, 7:29 AM
thanks šŸ™‚
@little-cartoon-10569 there is no way to do that from the pulumi?
l

little-cartoon-10569

11/14/2021, 7:38 PM
Pulumi is a resource creation tool, and running a pipeline isn't creating a resource, it's the resource's normal usage. Just like you can't log into an EC2 instance using a Pulumi command, you can't run a pipeline. You can do it from within a Pulumi program (since it's a normal program too), but there is no Pulumi API for it.
b

bulky-author-70444

11/15/2021, 8:00 AM
šŸ™‚