Dear all, we already set up control tower manually...
# aws
p
Dear all, we already set up control tower manually and would now like to import it into our pulumi root backend. How to best do this?
h
[Pulumi import feature](https://www.pulumi.com/docs/cli/commands/pulumi_import/) can help you doing so ! You might also want to test [AWS CloudFormation import strategies](https://aws.amazon.com/blogs/devops/import-entire-applications-into-aws-cloudformation/), that can generate CloudFormation stacks that you can manage using Pulumi
p
So you mean to do similar strategies as proposed for cloud formation but within pulumi?
We already imported the s3 state bucket which we manually created to manage pulumi state into the pulumi resources with the import commands
However, importing control tower seems to be more complicated, requiring landing zone etc.
We have a classical version of a chicken egg problem, as it seems