This message was deleted.
s
This message was deleted.
m
Probably the first thing I would check is if I can see instances with AWS CLI
Copy code
aws ec2 describe-instances
As it could be, your default region is different and that’s why you are not able to see instances. You can try to set the region in pulumi. https://www.pulumi.com/docs/intro/concepts/config/
q
That was the issue, Thank you.