aws-ia / cfn-abi-crowdstrike-fcs

Apache License 2.0
3 stars 3 forks source link

Tags #53

Open vignesh2004 opened 5 months ago

vignesh2004 commented 5 months ago

1) Are there plans to 'update' this solution in the abi S3 buckets? If yes, we would just change the .json version from v2 to v3 in the init CFN and so on? 2) Wondering what's the best way to make progress if I wanted to tag everything including EB rules across accounts through the lambda? Should I run this solution first followed by "https://github.com/CrowdStrike/aws-cspm-registration-cloudformation/tree/main/custom-eb-tags"? If yes then won't that break point-1?

ryanjpayne commented 2 months ago
  1. To update solution you would download the latest crowdstrike_init_stack.yaml and update the main stack with the new template.
  2. To tag eventbridge resources you would essentially follow the How to use steps in https://github.com/CrowdStrike/aws-cspm-registration-cloudformation/blob/main/custom-eb-tags/README.md but I will work on writing a document to fix the steps as it relates to this repo.