This message was deleted.
# general
s
This message was deleted.
l
You can do it that way. If it's a fixed 5 EC2 instances, then it might be easier to just put them all in one file.
If you want 5 stacks, then you can wrap your
pulumi stack select X; pulumi up
code in a shell scripts. Or you can use automation-api
1
e
Ah OK. I thought maybe Pulumi had a method to loop through stacks. But I can do that of course.