AWS - System Manager
AWS Systems Manager is the operations hub for your AWS applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.
- Category
- Utilities
- Pack
- AWS_SystemManager
Configuration parameters
- defaultRegion — AWS Default Region (required)
- roleArn — Role Arn
- roleSessionName — Role Session Name
- sessionDuration — Role Session Duration
- credentials — Access Key
- timeout — Timeout
- retries — Retries
- sts_regional_endpoint — AWS STS Regional Endpoints
- insecure — Trust any certificate (not secure)
- proxy — Use system proxy settings
Commands (16)
- aws-ssm-association-get — Describes the association for the specified target or managed node. If the association was established using the Targets parameter, the association details must be retrieved using the associated ID. This command must provide either an association ID, or instance_id and document_name.
- aws-ssm-association-list — Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region. Note: An association is a binding between a document and a set of targets with a schedule.
- aws-ssm-association-version-list — Retrieves all versions of an association for a specific association ID.
- aws-ssm-automation-execution-cancel — Stop an Automation execution.
- aws-ssm-automation-execution-list — If the argument execution_id is provided, the command returns detailed information about a particular Automation execution. if not provided, the command provides details about all active and terminated Automation executions.
- aws-ssm-automation-execution-run — Initiates execution of an Automation runbook.
- aws-ssm-command-cancel — Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.
- aws-ssm-command-list — Lists the commands requested by users of the Amazon Web Services account.
- aws-ssm-command-run — Runs commands on one or more managed nodes.
- aws-ssm-document-get — Describes the specified Amazon Web Services Systems Manager document (SSM document).
- aws-ssm-document-list — Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region.
- aws-ssm-inventory-entry-list — A list of inventory items returned by the request.
- aws-ssm-inventory-list — Query inventory information. This includes the managed node status, such as Stopped or Terminated.
- aws-ssm-tag-add — Adds or overwrites one tag for the specified resource. Tags are metadata that you can assign to the automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize the resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for the account’s managed nodes that helps you track each node’s owner and stack level, Key=Owner Value=SysAdmin.
- aws-ssm-tag-list — Returns a list of the tags assigned to the specified resource.
- aws-ssm-tag-remove — Removes tag keys from the specified resource.