Skip to content

Commit c4e2a73

Browse files
authored
Update links and bucket name to reflect data collection v3 (#716)
1 parent 5b2df38 commit c4e2a73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Metadata:
1717
- DeployCostIntelligenceDashboard
1818
- DeployKPIDashboard
1919
- Label:
20-
default: Trusted Advisor and Compute Optimizer Dashboards. To deploy these two dashboard, you must first deploy the Optimization Data Collection Lab (https://wellarchitectedlabs.com/cost/300_labs/300_optimization_data_collection/)
20+
default: Trusted Advisor and Compute Optimizer Dashboards. To deploy these two dashboard, you must first deploy the Optimization Data Collection Lab (https://catalog.workshops.aws/awscid/en-US/data-collection/)
2121
Parameters:
2222
- OptimizationDataCollectionBucketPath
2323
- DeployTAODashboard
@@ -166,18 +166,18 @@ Parameters:
166166
AllowedValues: ["yes", "no"]
167167
DeployTAODashboard:
168168
Type: String
169-
Description: Deploy Trusted Advisor Organizational Dashboard (TAO) - WARNING! Before deploying this dashboard, you need Optimization Data Collection Lab to be installed first https://wellarchitectedlabs.com/cost/300_labs/300_optimization_data_collection/
169+
Description: Deploy Trusted Advisor Organizational Dashboard (TAO) - WARNING! Before deploying this dashboard, you need Optimization Data Collection Lab to be installed first https://catalog.workshops.aws/awscid/en-US/data-collection/
170170
Default: "no"
171171
AllowedValues: ["yes", "no"]
172172
DeployComputeOptimizerDashboard:
173173
Type: String
174-
Description: Deploy Compute Optimizer Dashboard (COD) - WARNING! Before deploying this dashboard, you need Optimization Data Collection Lab to be installed first https://wellarchitectedlabs.com/cost/300_labs/300_optimization_data_collection/
174+
Description: Deploy Compute Optimizer Dashboard (COD) - WARNING! Before deploying this dashboard, you need Optimization Data Collection Lab to be installed first https://catalog.workshops.aws/awscid/en-US/data-collection/
175175
Default: "no"
176176
AllowedValues: ["yes", "no"]
177177
OptimizationDataCollectionBucketPath:
178178
Type: String
179179
Description: The S3 path to the bucket created by the Cost Optimization Data Collection Lab. The path will need point to a folder containing /trusted-advisor and/or /compute-optimizer folders. You can leave the variable {account_id} in place, it will be replaced by current account ID automatically.
180-
Default: "s3://costoptimizationdata{account_id}"
180+
Default: "s3://cid-data-{account_id}"
181181
AllowedPattern: '^s3://[a-zA-Z0-9-_{}/]*$'
182182
LambdaLayerBucketPrefix:
183183
Type: String

0 commit comments

Comments
 (0)