Skip to content

Commit e072284

Browse files
authored
Update Enumerating AWS Resources.md
1 parent fb703aa commit e072284

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AWS/Enumerating AWS Resources.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,9 @@ across all visible subscriptions in one go (!!). This is VERY impressive and ver
104104
All resources in Google Cloud Platform (GCP) are organized into a hierarchy, with each node (Organizations, Folders, Projects, and so forth) having a reference to its parent. This makes it easy to programmatically iterate trhough and enumerate all resources using
105105
a single API. See [listing all reosurces](https://cloud.google.com/resource-manager/docs/listing-all-resources) for more information.
106106

107+
---
108+
## Next Steps
109+
I would like to see a solution that has the ability to rapidly query all AWS resources across all accounts using a
110+
query solution similar to that offered by Microsoft's Azure Resource Explorer.
111+
112+
I am tempted to write some scripts which: (a) enumerates all the AWS resources; and then (b) hooks into AWS CloudWatch to capture resource changes; and then (c) pushes the current AWS resource configuration into [Azure Data Explorer](https://azure.microsoft.com/en-us/services/data-explorer/). This would allow Kusto to be used to query the respective resources. Maybe someday...

0 commit comments

Comments
 (0)