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/deploy-data-collection.yaml
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,22 @@ Metadata:
30
30
- IncludeInventoryCollectorModule
31
31
- IncludeOrgDataModule
32
32
- IncludeRDSUtilizationModule
33
+
- IncludeEUCUtilizationModule
33
34
- IncludeRightsizingModule
34
35
- IncludeTAModule
35
36
- IncludeTransitGatewayModule
36
37
- IncludeAWSFeedsModule
37
38
- IncludeLicenseManagerModule
38
39
- IncludeQuickSightModule
39
40
- IncludeServiceQuotasModule
41
+
- Label:
42
+
default: 'EUC Module Configuration'
43
+
Parameters:
44
+
- IncludeEUCUtilizationModule
45
+
- Label:
46
+
default: 'EUC Module Settings'
47
+
Parameters:
48
+
- EUCAccountIDs
40
49
ParameterLabels:
41
50
DestinationBucket:
42
51
default: 'Destination S3 bucket prefix'
@@ -76,6 +85,10 @@ Metadata:
76
85
default: 'Include ECS Chargeback Data Collection Module'
77
86
IncludeRDSUtilizationModule:
78
87
default: 'Include RDS Utilization Data Collection Module'
88
+
IncludeEUCUtilizationModule:
89
+
default: 'Include WorkSpaces Utilization Data Collection Module'
90
+
EUCAccountIDs:
91
+
default: 'WorkSpaces Account IDs (optional)'
79
92
IncludeOrgDataModule:
80
93
default: 'Include AWS Organization Data Collection Module'
81
94
IncludeBudgetsModule:
@@ -207,6 +220,15 @@ Parameters:
207
220
Description: Collects RDS CloudWatch metrics from your accounts
208
221
AllowedValues: ['yes', 'no']
209
222
Default: 'no'
223
+
IncludeEUCUtilizationModule:
224
+
Type: String
225
+
Description: Collects WorkSpaces CloudWatch metrics from your accounts
226
+
AllowedValues: ['yes', 'no']
227
+
Default: 'no'
228
+
EUCAccountIDs:
229
+
Type: String
230
+
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."
231
+
Default: ""
210
232
IncludeOrgDataModule:
211
233
Type: String
212
234
Description: Collects AWS Organizations data such as account Id, account name, organization parent and specified tags
0 commit comments