# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
