You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -62,7 +68,8 @@ along with the latest configuration in a Neptune or RDS database. Food for thou
62
68
63
69
64
70
## Multiple AWS Accounts
65
-
Options for enumerating resources across multiple accounts are limited to 3rd party tools.
71
+
Options for enumerating resources across multiple accounts are limited to 3rd party tools,
72
+
some free / open source; in additon to paid solutions.
66
73
67
74
68
75
## 3rd Party Open Source Options
@@ -84,15 +91,16 @@ Some of the open source tools include:
84
91
85
92
---
86
93
## Other Cloud Providers
87
-
In contrast, other cloud providers have provided more efficient solutions to resource enumeration.
94
+
In comparison, other cloud providers have provided more efficient solutions to resource enumeration.
95
+
HINT TO AWS: Provide an enumerate reosurce API please!
88
96
89
97
### Microsoft Azure
90
98
A customer is able to see all resources across all their subscriptions in a single view in the Azure portal.
91
99
There is even a "Resources" REST API (and PowerShell cmdlet) which will enumerate all resources across all subscriptions in a given subscription.
92
-
More recently, Microsoft has added the Azure Resource Graph where kusto queries can be used to rapidly query all resources
93
-
across all visible subscriptions in one go.
100
+
More recently, Microsoft has added the **Azure Resource Graph** where kusto queries can be used to rapidly query all resources
101
+
across all visible subscriptions in one go (!!). This is VERY impressive and very fast.
94
102
95
-
### Google CLoud Platform (GCP)
96
-
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
103
+
### Google Cloud Platform (GCP)
104
+
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
97
105
a single API. See [listing all reosurces](https://cloud.google.com/resource-manager/docs/listing-all-resources) for more information.
0 commit comments