AWS systems-manager documentation change
Summary
Clarified that Systems Manager processes MOF files in the order specified in the comma-separated list
Security assessment
This is an operational clarification about execution order and does not relate to security vulnerabilities or security feature documentation.
Diff
diff --git a/systems-manager/latest/userguide/systems-manager-state-manager-using-mof-file.md b/systems-manager/latest/userguide/systems-manager-state-manager-using-mof-file.md index f00a26f5c..18bf71bf0 100644 --- a//systems-manager/latest/userguide/systems-manager-state-manager-using-mof-file.md +++ b//systems-manager/latest/userguide/systems-manager-state-manager-using-mof-file.md @@ -169 +169 @@ Before you create an association that runs MOF files, verify that your managed n - 1. **Mofs To Apply** : Specify one or more MOF files to run when this association runs. Use commas to separate a list of MOF files. You can specify the following options for locating MOF file. + 1. **Mofs To Apply** : Specify one or more MOF files to run when this association runs. Use commas to separate a list of MOF files. Systems Manager iterates through the list of MOF files and runs them in the order specified by the comma separated list.