AWS systems-manager-automation-runbooks documentation change
Summary
Fixed URL formatting by adding double slashes in documentation links and API references
Security assessment
Changes are limited to URL path corrections and existing security documentation about Lambda execution roles. No new security features or vulnerability mitigations are introduced in these formatting changes.
Diff
diff --git a/systems-manager-automation-runbooks/latest/userguide/automation-troubleshoot-opensearch-high-cpu.md b/systems-manager-automation-runbooks/latest/userguide/automation-troubleshoot-opensearch-high-cpu.md index 6b05edf01..d380eb089 100644 --- a//systems-manager-automation-runbooks/latest/userguide/automation-troubleshoot-opensearch-high-cpu.md +++ b//systems-manager-automation-runbooks/latest/userguide/automation-troubleshoot-opensearch-high-cpu.md @@ -17 +17 @@ The runbook performs the following steps: - * Runs the [DescribeDomain](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DescribeDomain.html) API against the provided Amazon OpenSearch Service domain to get the cluster metadata. + * Runs the [DescribeDomain](https://docs.aws.amazon.com//opensearch-service/latest/APIReference/API_DescribeDomain.html) API against the provided Amazon OpenSearch Service domain to get the cluster metadata. @@ -19 +19 @@ The runbook performs the following steps: - * Checks whether the Amazon OpenSearch Service domain is public or Amazon VPC-based and with the help of CloudFormation, creates a public or [Amazon VPC-based](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html) AWS Lambda function. + * Checks whether the Amazon OpenSearch Service domain is public or Amazon VPC-based and with the help of CloudFormation, creates a public or [Amazon VPC-based](https://docs.aws.amazon.com//opensearch-service/latest/developerguide/vpc.html) AWS Lambda function. @@ -146 +146 @@ The `LambdaExecutionRole` parameter requires the following actions to successful -The Lambda execution role grants the function permission to access AWS services and resources required by this runbook. For more information, see [Lambda execution role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html). +The Lambda execution role grants the function permission to access AWS services and resources required by this runbook. For more information, see [Lambda execution role](https://docs.aws.amazon.com//lambda/latest/dg/lambda-intro-execution-role.html). @@ -150 +150 @@ The Lambda execution role grants the function permission to access AWS services -The `ec2:DescribeNetworkInterfaces`, `ec2:CreateNetworkInterface`, and `ec2:DeleteNetworkInterface` are only required if your OpenSearch Service cluster is [Amazon VPC-based](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html) to allow the Lambda function to create and manage the Amazon VPC network interfaces. For more information, see [Connecting outbound networking to resources in a Amazon VPC](https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html#vpc-permissions) and [Lambda execution role](https://docs.aws.amazon.com/lambda/latest/dg/lambda-intro-execution-role.html). +The `ec2:DescribeNetworkInterfaces`, `ec2:CreateNetworkInterface`, and `ec2:DeleteNetworkInterface` are only required if your OpenSearch Service cluster is [Amazon VPC-based](https://docs.aws.amazon.com//opensearch-service/latest/developerguide/vpc.html) to allow the Lambda function to create and manage the Amazon VPC network interfaces. For more information, see [Connecting outbound networking to resources in a Amazon VPC](https://docs.aws.amazon.com//lambda/latest/dg/configuration-vpc.html#vpc-permissions) and [Lambda execution role](https://docs.aws.amazon.com//lambda/latest/dg/lambda-intro-execution-role.html). @@ -209 +209 @@ The number of data samples to collect from the Amazon OpenSearch Service domain. - 4. If you have enabled [fine-grained access control](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html) on an OpenSearch Service cluster, make sure that the `LambdaExecutionRole` role arn is mapped to a role with at least `cluster_monitor` permission. + 4. If you have enabled [fine-grained access control](https://docs.aws.amazon.com//opensearch-service/latest/developerguide/fgac.html) on an OpenSearch Service cluster, make sure that the `LambdaExecutionRole` role arn is mapped to a role with at least `cluster_monitor` permission. @@ -278 +278 @@ Systems Manager Automation - * [Run an automation](https://docs.aws.amazon.com/systems-manager/latest/userguide/automation-working-executing.html) + * [Run an automation](https://docs.aws.amazon.com//systems-manager/latest/userguide/automation-working-executing.html) @@ -280 +280 @@ Systems Manager Automation - * [Setting up an Automation](https://docs.aws.amazon.com/systems-manager/latest/userguide/automation-setup.html) + * [Setting up an Automation](https://docs.aws.amazon.com//systems-manager/latest/userguide/automation-setup.html) @@ -289 +289 @@ AWS service documentation - * Refer to[Troubleshooting Amazon OpenSearch Service](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html) for more information + * Refer to[Troubleshooting Amazon OpenSearch Service](https://docs.aws.amazon.com//opensearch-service/latest/developerguide/handling-errors.html) for more information