This message was deleted.
# general
s
This message was deleted.
f
Yes, it’s possible to do this via import. But it sounds like you’ll do both the AMI creation and instance creation in the Pulumi ecosystem. In that case, you could simply use a
StackReference
to reference the AMI you created as an output of the first stack.
w
are you saying that ec2 creation as separate stack and ami creation as separate stack...and through StackReference we can import it ?