> For the complete documentation index, see [llms.txt](https://notes.radifine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.radifine.com/aws/other-aws-services/aws-systems-manager.md).

# AWS Systems Manager

### Features

AWS Systems Manager is for management of AWS Resources. It groups our resources into Resource Groups. It analyse our workloads to gain insights to operational data and it can also let AWS users perform actions on resource groups

Systems Manager Automation enables you to run a sequence of workflows (e.g., AWS API calls, provisioning instances, creating buckets, and firing off Lambda functions) through the convenience of a single SSM Automation document. AWS Automation can helps to automate mundane or repetitive tasks for maintenance or deployment of cloud native or hybrid infrastructure. Via a series of steps/actions defined in either JSON or YAML, SSM Automation offers useful plugins to carry out commands/API calls&#x20;

Chief use case is to achieve operational efficiency for the workload running in the cloud. Examples:

* Automation - Creation of golden AMI Image.
* Patch Management  - For deploying specific patches to worklaods in the cloud.
* Run Command - Can be used to execute commands onto all EC2 systems.
* Parameter Store - Can be used to store secrets and other configuration data in hierarchical storage.
* OpsCenter - Can be used to have centralized view to responds to alerts.
* Session Manager - Can be used to connect to private EC2 machines replacing bastion hosts.&#x20;

It has many sub services under Systems Manager:

<figure><img src="/files/aiFlOSdArLh2S9bsvXCQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://notes.radifine.com/aws/other-aws-services/aws-systems-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
