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
hallowed-horse-57635
06/17/2024, 10:39 PM
It doesn't do CF.
✅ 1
w
wooden-apple-45732
06/17/2024, 10:43 PM
Thanks.
any idea how to get a resource out of an unstable state?
wooden-apple-45732
06/17/2024, 10:43 PM
MWAA is stuck in CREATING state
h
hallowed-horse-57635
06/17/2024, 10:49 PM
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.