Hello everyone. I have a question that I would lik...
# aws
i
Hello everyone. I have a question that I would like you to help me. In case I already have all the system of the company running in the cloud (exactly in aws), I want to start managing the infrastructure with pulumi, the correct way is to import all the resources using the
pulumi import
? I understand that there is also a way to bulk import all the resources that I include in a
json
but isn't there any other way? I am commenting this because I am wondering if I am forgetting some part of the system. For example, some
security group
, or some
WAF
, etc.
l
For
pulumi import
(and for the
import
opt in your own code), yes, you need to know each resource to import it. Currently being released is Insights 2.0, which can discover all your resources. https://www.pulumi.com/blog/pulumi-insights-2/ See the section "Infrastructure Account Scanning".
i
Ty