AWS guidance documentation change
Summary
Minor grammatical corrections and wording improvements throughout the document. Fixed typos (e.g., 'it i scheduled' → 'it is scheduled'), verb agreement ('functions' → 'function'), and sentence clarity. Updated links and clarified instructions for dashboard installation and tag usage.
Security assessment
The changes consist solely of grammatical fixes, typo corrections, and clarifications in existing documentation. No security vulnerabilities, incidents, or security-specific features are mentioned or addressed. The lifecycle policy for bucket data deletion (mentioned in line 34) remains unchanged.
Diff
diff --git a/guidance/latest/cloud-intelligence-dashboards/compute-optimizer-dashboard.md b/guidance/latest/cloud-intelligence-dashboards/compute-optimizer-dashboard.md index 28accc088..edf58af8b 100644 --- a//guidance/latest/cloud-intelligence-dashboards/compute-optimizer-dashboard.md +++ b//guidance/latest/cloud-intelligence-dashboards/compute-optimizer-dashboard.md @@ -28 +28 @@ AWS Compute Optimizer recommends optimal AWS resources for your workloads to red - 1. AWS Compute Optimizer Collects the data about running instances and uses Machine Learning to generate recommendations + 1. AWS Compute Optimizer collects data about running instances and uses Machine Learning to generate recommendations @@ -30 +30 @@ AWS Compute Optimizer recommends optimal AWS resources for your workloads to red - 2. CID Data Collection has a Lambda functions that on schedule assume a role in Management account(s) to trigger an export of AWS Compute Optimizer in each region configured in data collection stack. By default it i scheduled for every 14 days, but it can be changed in the parameters of the Data Collection Stack. + 2. CID Data Collection has a Lambda function that on schedule assumes a role in Management account(s) to trigger an export of AWS Compute Optimizer in each region configured in data collection stack. By default it is scheduled for every 14 days, but it can be changed in the parameters of the Data Collection Stack. @@ -34 +34 @@ AWS Compute Optimizer recommends optimal AWS resources for your workloads to red - 4. The replication mechanisms consolidates all data from regional buckets to one data bucket. All exports on regional bucket will be deleted after 1 day as per lifecycle policy. + 4. The replication mechanism consolidates all data from regional buckets to one data bucket. All exports on regional bucket will be deleted after 1 day as per lifecycle policy. @@ -50 +50 @@ See also: - * A basics of Compute Optimizer Right Sizing in a [lab 200 Rightsizing with Compute Optimizer](https://wellarchitectedlabs.com/cost/200_labs/200_aws_resource_optimization/) + * The basics of Compute Optimizer Right Sizing in a [lab 200 Rightsizing with Compute Optimizer](https://wellarchitectedlabs.com/cost/200_labs/200_aws_resource_optimization/) @@ -59 +59 @@ See also: -Get more familiar with Dashboard using the live, interactive demo dashboard following this [link](https://cid.workshops.aws.dev/demo?dashboard=compute-optimizer-dashboard) +Get more familiar with the Dashboard using the live, interactive demo dashboard following this [link](https://cid.workshops.aws.dev/demo?dashboard=compute-optimizer-dashboard) @@ -88 +88 @@ Command Line -Alternative method to install dashboards is the [cid-cmd](https://github.com/aws-solutions-library-samples/cloud-intelligence-dashboards-framework/blob/main/CID-CMD.md#command-line-tool-cid-cmd) tool. +An alternative method to install dashboards is the [cid-cmd](https://github.com/aws-solutions-library-samples/cloud-intelligence-dashboards-framework/blob/main/CID-CMD.md#command-line-tool-cid-cmd) tool. @@ -90 +90 @@ Alternative method to install dashboards is the [cid-cmd](https://github.com/aws - 1. Log in to to your **Data Collection** Account. + 1. Log in to your **Data Collection** Account. @@ -92 +92 @@ Alternative method to install dashboards is the [cid-cmd](https://github.com/aws - 2. Open up a command-line interface with permissions to run API requests in your AWS account. We recommend to use [CloudShell](https://console.aws.amazon.com/cloudshell). + 2. Open up a command-line interface with permissions to run API requests in your AWS account. We recommend using [CloudShell](https://console.aws.amazon.com/cloudshell). @@ -104 +104 @@ Please follow the instructions from the deployment wizard. More info about comma - 5. You can provide also additional tag names. This dashboard supports 2 tags: Primary and Secondary. Tags are the "key" part of the Resource Tag. Please note that Tags here are case sensitive and they not AWS Cost Allocation Tags. + 5. You can also provide additional tag names. This dashboard supports 2 tags: Primary and Secondary. Tags are the "key" part of the Resource Tag. Please note that Tags here are case sensitive and they are not AWS Cost Allocation Tags. @@ -106 +106 @@ Please follow the instructions from the deployment wizard. More info about comma -Recommendation: You can use one Tag to define ownership of resource and another tag to define if this particular resource is eligible for RightSizing (default) or must be excluded for valid reason (DRP, Vendor Compliance, Test, or any other reason for resource to be over-provisioned).If your are not using tags, leave defaults. +Recommendation: You can use one Tag to define ownership of resource and another tag to define if this particular resource is eligible for RightSizing (default) or must be excluded for valid reason (DRP, Vendor Compliance, Test, or any other reason for resource to be over-provisioned).If you are not using tags, leave defaults. @@ -117 +117 @@ You can also define these tags later and apply to dashboard using `cid-cmd updat -Please note that dashboards are not updated with update of CloudFormation Stack. When new version of the dashboard template is released, you can update your dashboard by running the following command in your command-line interface: +Please note that dashboards are not updated with update of CloudFormation Stack. When a new version of the dashboard template is released, you can update your dashboard by running the following command in your command-line interface: @@ -126 +126 @@ Please note that dashboards are not updated with update of CloudFormation Stack. -For managing Business Units please modify business_units_map view. You can update view definition providing your values, or you can create an csv file upload to s3, create a table and set business_units_map view to select from this table. +For managing Business Units please modify business_units_map view. You can update view definition providing your values, or you can create a CSV file and upload it to S3, create a table and set business_units_map view to select from this table. @@ -140 +140 @@ Also you can use business_units_map view as a proxy to other data sources. -In case if you do not need Business Units functionality and you have CUDOS dashboard installed with account_map, you can use this view to SELECT from account_map. +In case you do not need Business Units functionality and you have CUDOS dashboard installed with account_map, you can use this view to SELECT from account_map.