AWS systems-manager documentation change
Summary
Removed the phrase 'a tool in AWS Systems Manager' from the introductory description of Parameter Store.
Security assessment
This is a minor editorial change that simplifies the introductory text. It does not alter the security description of the service, which still mentions secure storage for secrets. No security implications are introduced or changed.
Diff
diff --git a/systems-manager/latest/userguide/systems-manager-parameter-store.md b/systems-manager/latest/userguide/systems-manager-parameter-store.md index 0c37a77f0..91319d1d4 100644 --- a//systems-manager/latest/userguide/systems-manager-parameter-store.md +++ b//systems-manager/latest/userguide/systems-manager-parameter-store.md @@ -11 +11 @@ How can Parameter Store benefit my organization?Who should use Parameter Store?W -Parameter Store, a tool in AWS Systems Manager, provides secure, hierarchical storage for configuration data management and secrets management. You can store data such as passwords, database strings, Amazon Machine Image (AMI) IDs, and license codes as parameter values. You can store values as plain text or encrypted data. You can reference Systems Manager parameters in your scripts, commands, SSM documents, and configuration and automation workflows by using the unique name that you specified when you created the parameter. To get started with Parameter Store, open the [Systems Manager console](https://console.aws.amazon.com//systems-manager/parameters). In the navigation pane, choose **Parameter Store**. +Parameter Store provides secure, hierarchical storage for configuration data management and secrets management. You can store data such as passwords, database strings, Amazon Machine Image (AMI) IDs, and license codes as parameter values. You can store values as plain text or encrypted data. You can reference Systems Manager parameters in your scripts, commands, SSM documents, and configuration and automation workflows by using the unique name that you specified when you created the parameter. To get started with Parameter Store, open the [Systems Manager console](https://console.aws.amazon.com//systems-manager/parameters). In the navigation pane, choose **Parameter Store**.