Skip to content

Commit

Permalink
add docs for ssm rb (#1223)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Schubert <dominik.schubert91@gmail.com>
  • Loading branch information
HarshCasper and dominikschubert committed Apr 30, 2024
1 parent 7a78c38 commit 89d062a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/en/user-guide/aws/ssm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,18 @@ Change the `CommandId` and `InstanceId` values to the ones you received in the p
}
```
## Resource Browser
The LocalStack Web Application provides a Resource Browser for managing SSM System Parameters. You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resource Browser** section, and then clicking on **Simple Systems Manager (SSM)** under the **Management/Governance** section.
<img src="ssm-resource-browser.png" alt="SSM Resource Browser" title="SSM Resource Browser" width="900" />
The Resource Browser allows you to perform the following actions:
- **Create System Parameter**: Create a new System Parameter by clicking on the **Create Parameter** button and providing the required details.
- **View the System Parameter**: View the details of a System Parameter, such as its value, by clicking on the parameter name.
- **Delete the System Parameter**: Delete a System Parameter by selecting the parameter and clicking on the **Actions** dropdown menu followed by **Remove Selected**.
## Limitations
The following table highlights some differences between LocalStack SSM and AWS SSM.
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 89d062a

Please sign in to comment.