AWS code-library documentation change
Summary
Terminology updates: 'CloudWatch dashboard' to 'monitoring dashboard', 'EC2 instances' to 'virtual machine instances', 'FIS' to 'fault injection', 'Lambda functions' to 'serverless functions'.
Security assessment
Non-security language normalization. CPU stress test scenarios remain unchanged with no security implications.
Diff
diff --git a/code-library/latest/ug/cloudwatch_code_examples_scenarios.md b/code-library/latest/ug/cloudwatch_code_examples_scenarios.md index abf9a2609..a7c9141b1 100644 --- a//code-library/latest/ug/cloudwatch_code_examples_scenarios.md +++ b//code-library/latest/ug/cloudwatch_code_examples_scenarios.md @@ -17 +17 @@ Scenarios target an intermediate level of experience to help you understand serv - * [Creating a CloudWatch dashboard with function name as a variable](./cloudwatch_example_cloudwatch_GettingStarted_031_section.html) + * [Creating a monitoring dashboard with function name as a variable](./cloudwatch_example_cloudwatch_GettingStarted_031_section.html) @@ -25 +25 @@ Scenarios target an intermediate level of experience to help you understand serv - * [Run CPU stress tests on EC2 instances using FIS](./cloudwatch_example_iam_GettingStarted_069_section.html) + * [Run CPU stress tests on virtual machine instances using fault injection](./cloudwatch_example_iam_GettingStarted_069_section.html) @@ -27 +27 @@ Scenarios target an intermediate level of experience to help you understand serv - * [Using property variables in CloudWatch dashboards to monitor multiple Lambda functions](./cloudwatch_example_iam_GettingStarted_032_section.html) + * [Using property variables in monitoring dashboards to monitor multiple serverless functions](./cloudwatch_example_iam_GettingStarted_032_section.html) @@ -40 +40 @@ PutMetricData -Creating a CloudWatch dashboard with function name as a variable +Creating a monitoring dashboard with function name as a variable