-
Not all customers have AWS Config enabled. So what kind of a critical dependency does this project have on AWS Config. It should be able to find the associations between resources in other ways, isn't it? |
Beta Was this translation helpful? Give feedback.
Answered by
svozza
Sep 6, 2024
Replies: 1 comment
-
AWS Config is fundamental to how Workload Discovery works. At the time of writing, Workload Discovery supports 419 resource types, of which 408 come from Config. For the other 11 resource types we use the AWS SDK library to make |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ConnorKirk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AWS Config is fundamental to how Workload Discovery works. At the time of writing, Workload Discovery supports 419 resource types, of which 408 come from Config. For the other 11 resource types we use the AWS SDK library to make
List*
andDescribe*
calls to discover them (you can see a list of those APIs in the docs).