https://pulumi.com logo
Title
g

gentle-restaurant-32005

12/14/2022, 8:21 PM
Hello, it is good to be here. I am working and syncing our state with the infrastructure on AWS, we have made changes on the console for some time now and we are working on getting our state where we can start utilizing our code instead. Some instances have tags that haven’t been sync yet. I am looking for a better option to do that as these tags are so detailed.
f

fierce-ability-58936

12/14/2022, 8:49 PM
So you want Pulumi to ignore tags, right? Would this work then? https://www.pulumi.com/docs/intro/concepts/resources/options/ignorechanges/
g

gentle-restaurant-32005

12/14/2022, 11:40 PM
Hey Eugene, thanks for responding , I want pulumi state not to track those tags on the console.
s

stocky-restaurant-98004

12/15/2022, 6:13 PM
@gentle-restaurant-32005 You might also find this useful. It queries AWS for resources in your account (not every type - a few in the EC2/VPC namespace, but it's expandable as needed) and generates
pulumi import
JSON: https://github.com/pulumi/pulumi-import-aws-account-scraper
g

gentle-restaurant-32005

12/15/2022, 6:41 PM
Thank you Josh