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
+82-3Lines changed: 82 additions & 3 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.6.4
2
+
Description: CID Data Collection Stack v3.8.0
3
3
Metadata:
4
4
AWS::CloudFormation::Interface:
5
5
ParameterGroups:
@@ -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:
@@ -140,11 +153,11 @@ Parameters:
140
153
Default: "Optimization-Data-Multi-Account-Role"
141
154
Schedule:
142
155
Type: String
143
-
Description: EventBridge schedule to trigger data collection for Trusted Advisor, Compute Optimizer, Organizations Data, Rightsizing, RDS Utilization, Inventory Collector, Transit Gateway, Backup, and ECS Chargeback modules (see docs for tailoring the schedule for each module).
156
+
Description: "EventBridge schedule to trigger data collection for Trusted Advisor, Compute Optimizer, Organizations Data, Rightsizing, RDS Utilization, Inventory Collector, Transit Gateway, Backup, and ECS Chargeback modules (see docs for tailoring the schedule for each module). Recommended value: rate(14 days). Increasing data collection frequency will trigger additional cost, avoid setting the data collection schedule to more than once per day."
144
157
Default: "rate(14 days)"
145
158
ScheduleFrequent:
146
159
Type: String
147
-
Description: EventBridge schedule to trigger data collection for Cost Anomalies, Budgets, Support Cases and Health Events modules (see docs for tailoring the schedule for each module).
160
+
Description: "EventBridge schedule to trigger data collection for Cost Anomalies, Budgets, Support Cases and Health Events modules (see docs for tailoring the schedule for each module). Recommended value: rate(1 day). Increasing data collection frequency will trigger additional cost, avoid setting the data collection schedule to more than once per day."
148
161
Default: "rate(1 day)"
149
162
RegionsInScope:
150
163
Type: String
@@ -208,6 +221,15 @@ Parameters:
208
221
Description: Collects RDS CloudWatch metrics from your accounts
209
222
AllowedValues: ['yes', 'no']
210
223
Default: 'no'
224
+
IncludeEUCUtilizationModule:
225
+
Type: String
226
+
Description: Collects WorkSpaces CloudWatch metrics from your accounts
227
+
AllowedValues: ['yes', 'no']
228
+
Default: 'no'
229
+
EUCAccountIDs:
230
+
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: ""
211
233
IncludeOrgDataModule:
212
234
Type: String
213
235
Description: Collects AWS Organizations data such as account Id, account name, organization parent and specified tags
0 commit comments