AWS systems-manager-automation-runbooks documentation change
Summary
Two changes: 1) Improved readability of DNS analysis path description 2) Simplified IAM permission wording
Security assessment
Both changes are linguistic improvements without security impact. DNS analysis logic and permission model remain unchanged.
Diff
diff --git a/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-r53-dns-resolution.md b/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-r53-dns-resolution.md index 28deb74ed..4ffb5f77c 100644 --- a//systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-r53-dns-resolution.md +++ b//systems-manager-automation-runbooks/latest/userguide/automation-awssupport-troubleshoot-r53-dns-resolution.md @@ -51 +51 @@ The **`AWSSupport-TroubleshootR53DNSResolution`** runbook helps troubleshoot DNS -The runbook determines the analysis path based on the provided `ResourceId` parameter. If an Amazon EC2 instance ID or Amazon VPC ID is provided, it performs Amazon VPC-specific DNS analysis including Amazon VPC DNS configuration, Route 53 Resolver rules, DNS Firewall evaluation, Private Hosted Zones, and Resolver Outbound Endpoint connectivity. If no `ResourceId` is provided, it performs public DNS resolution analysis only. After completion, the runbook generates a comprehensive report with findings, severity levels, and actionable recommendations. +The runbook determines the analysis path based on the provided `ResourceId` parameter. If you provide an Amazon EC2 instance ID or Amazon VPC ID, it performs Amazon VPC-specific DNS analysis including Amazon VPC DNS configuration, Route 53 Resolver rules, DNS Firewall evaluation, Private Hosted Zones, and Resolver Outbound Endpoint connectivity. If you don't provide a `ResourceId`, it performs public DNS resolution analysis only. After completion, the runbook generates a comprehensive report with findings, severity levels, and actionable recommendations. @@ -298 +298 @@ Follow these steps to configure the automation: -The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf. If no role is specified, Systems Manager Automation uses the permissions of the user that starts this runbook. +The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf. If no role is specified, Systems Manager Automation uses your permissions.