AWS systems-manager documentation change
Summary
Changed terminology from 'desired state' to 'target state' in MOF file documentation
Security assessment
Terminology change without any security context or implications. No evidence of security impact.
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 18bf71bf0..c2e401c58 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 @@ -9 +9 @@ Using Amazon S3 to store artifactsResolving credentials in MOF filesUsing tokens -You can run Managed Object Format (MOF) files to enforce a desired state on Windows Server managed nodes with State Manager, a tool in AWS Systems Manager, by using the `AWS-ApplyDSCMofs` SSM document. The `AWS-ApplyDSCMofs` document has two execution modes. With the first mode, you can configure the association to scan and report if the managed nodes are in the desired state defined in the specified MOF files. In the second mode, you can run the MOF files and change the configuration of your nodes based on the resources and their values defined in the MOF files. The `AWS-ApplyDSCMofs` document allows you to download and run MOF configuration files from Amazon Simple Storage Service (Amazon S3), a local share, or from a secure website with an HTTPS domain. +You can run Managed Object Format (MOF) files to enforce a target state on Windows Server managed nodes with State Manager, a tool in AWS Systems Manager, by using the `AWS-ApplyDSCMofs` SSM document. The `AWS-ApplyDSCMofs` document has two execution modes. With the first mode, you can configure the association to scan and report if the managed nodes are in the desired state defined in the specified MOF files. In the second mode, you can run the MOF files and change the configuration of your nodes based on the resources and their values defined in the MOF files. The `AWS-ApplyDSCMofs` document allows you to download and run MOF configuration files from Amazon Simple Storage Service (Amazon S3), a local share, or from a secure website with an HTTPS domain.