hey. Is there a way to run an image pipeline that ...
# general
b
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
thanks šŸ™‚
@little-cartoon-10569 there is no way to do that from the pulumi?
l
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
šŸ™‚