Hi all, Does Pulumi create an AWS CloudFormation stack behind the scenes? My MWAA deployment with Pu...
w
Hi all, Does Pulumi create an AWS CloudFormation stack behind the scenes? My MWAA deployment with Pulumi is failing but I don't see anything in CloudFormation. I'm not sure if this is how our DevOps team set up my AWS role or Pulumi doesn't deploy through a CloudFormation stack.
h
It doesn't do CF.
1
w
Thanks. any idea how to get a resource out of an unstable state?
MWAA is stuck in CREATING state
h
it uses the AWS control api's. what pulumi backend (cloud or self hosted?) are you using ? If using Pulumi cloud, you can see what's happening in the logs. The resolution depends on waht resources and what state they are in.
👍 1