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
Copy file name to clipboardExpand all lines: data-collection/deploy/account-collector.yaml
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ Parameters:
22
22
Type: String
23
23
Description: "ARNs of KMS Keys for data buckets and/or Glue Catalog. Comma separated list, no spaces. Keep empty if data Buckets and Glue Catalog are not Encrypted with KMS. You can also set it to '*' to grant decrypt permission for all the keys."
24
24
Default: ""
25
+
EUCAccountIDs:
26
+
Type: String
27
+
Description: "Comma-separated list of account IDs that user has identified to have WorkSpaces running, used to collect WorkSpaces metrics from. If left blank, metrics will be checked from all linked accounts in Organization."
Copy file name to clipboardExpand all lines: data-collection/deploy/deploy-data-collection.yaml
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
AWSTemplateFormatVersion: '2010-09-09'
2
-
Description: CID Data Collection Stack v3.8.0
2
+
Description: CID Data Collection Stack v3.9.0
3
3
Metadata:
4
4
AWS::CloudFormation::Interface:
5
5
ParameterGroups:
@@ -30,20 +30,16 @@ Metadata:
30
30
- IncludeInventoryCollectorModule
31
31
- IncludeOrgDataModule
32
32
- IncludeRDSUtilizationModule
33
-
- IncludeEUCUtilizationModule
34
33
- IncludeRightsizingModule
35
34
- IncludeTAModule
36
35
- IncludeTransitGatewayModule
37
36
- IncludeAWSFeedsModule
38
37
- IncludeLicenseManagerModule
39
38
- IncludeQuickSightModule
40
39
- IncludeServiceQuotasModule
41
-
- Label:
42
-
default: 'EUC Module Configuration'
43
-
Parameters:
44
40
- IncludeEUCUtilizationModule
45
41
- Label:
46
-
default: 'EUC Module Settings'
42
+
default: 'EUC (End User Compute) Module Configuration'
47
43
Parameters:
48
44
- EUCAccountIDs
49
45
ParameterLabels:
@@ -225,11 +221,11 @@ Parameters:
225
221
Type: String
226
222
Description: Collects WorkSpaces CloudWatch metrics from your accounts
227
223
AllowedValues: ['yes', 'no']
228
-
Default: 'no'
224
+
Default: 'no'
229
225
EUCAccountIDs:
230
226
Type: String
231
-
Description: "Optional, If you enable EUC Utilization or Inventory module and you use Amazon WorkSpaces, please provide a comma-separated list of account IDs where WorkSpaces are deployed. If left blank, metrics will be collected from all linked accounts in the Organization."
232
-
Default: ""
227
+
Description: "Optional, If you enable EUC Utilization or Inventory module and you use Amazon WorkSpaces, please provide a comma-separated list of account IDs where WorkSpaces are deployed. Or you can set * to collect from all linked accounts in the Organization."
228
+
Default: "*"
233
229
IncludeOrgDataModule:
234
230
Type: String
235
231
Description: Collects AWS Organizations data such as account Id, account name, organization parent and specified tags
0 commit comments