AWS systems-manager-automation-runbooks documentation change
Summary
Updated IAM role ARN to use concrete account ID in policy example
Security assessment
Standardizes account ID placeholder without modifying security permissions or addressing vulnerabilities.
Diff
diff --git a/systems-manager-automation-runbooks/latest/userguide/automation-awsec2-sqlserverdbrestore.md b/systems-manager-automation-runbooks/latest/userguide/automation-awsec2-sqlserverdbrestore.md index ac1f79d2d..d85111e4a 100644 --- a//systems-manager-automation-runbooks/latest/userguide/automation-awsec2-sqlserverdbrestore.md +++ b//systems-manager-automation-runbooks/latest/userguide/automation-awsec2-sqlserverdbrestore.md @@ -182 +182 @@ JSON - "Resource": "arn:aws:iam::ACCOUNTID:role/ROLENAME" + "Resource": "arn:aws:iam::111122223333:role/ROLENAME"