AWS systems-manager-automation-runbooks documentation change
Summary
Clarified Automation type in IAM role description
Security assessment
The change adds specificity to 'Systems Manager Automation' but does not modify security-related content or address vulnerabilities.
Diff
diff --git a/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md b/systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md index abea81f58..03ea670eb 100644 --- a//systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md +++ b//systems-manager-automation-runbooks/latest/userguide/automation-awssupport-setupk8sapiproxyforeks.md @@ -69 +69 @@ Type: String -Description: (Optional) The ARN of the IAM role that allows the AWS Lambda function to access the required AWS services and resources. If no role is specified, this Automation will create one IAM role for Lambda in your account with the name `Automation-K8sProxy-Role-<ExecutionId>` that includes the managed policies: `AWSLambdaBasicExecutionRole` and `AWSLambdaVPCAccessExecutionRole`. +Description: (Optional) The ARN of the IAM role that allows the AWS Lambda function to access the required AWS services and resources. If no role is specified, this Systems Manager Automation will create one IAM role for Lambda in your account with the name `Automation-K8sProxy-Role-<ExecutionId>` that includes the managed policies: `AWSLambdaBasicExecutionRole` and `AWSLambdaVPCAccessExecutionRole`.