Class: AWS.SSM
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.SSM
- Identifier:
- ssm
- API Version:
- 2014-11-06
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.
This reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see Setting up Amazon Web Services Systems Manager.
Related resources
-
For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
-
For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the Systems Manager Automation runbook reference .
-
For information about AppConfig, a capability of Systems Manager, see the AppConfig User Guide and the AppConfig API Reference .
-
For information about Incident Manager, a capability of Systems Manager, see the Systems Manager Incident Manager User Guide and the Systems Manager Incident Manager API Reference .
Sending a Request Using SSM
var ssm = new AWS.SSM();
ssm.deregisterTargetFromMaintenanceWindow(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the SSM object uses this specific API, you can
construct the object by passing the apiVersion option to the constructor:
var ssm = new AWS.SSM({apiVersion: '2014-11-06'});
You can also set the API version globally in AWS.config.apiVersions using
the ssm service identifier:
AWS.config.apiVersions = {
ssm: '2014-11-06',
// other service API versions
};
var ssm = new AWS.SSM();
Waiter Resource States
This service supports a list of resource states that can be polled using the waitFor() method. The resource states are:
Constructor Summary collapse
-
new AWS.SSM(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
addTagsToResource(params = {}, callback) ⇒ AWS.Request
Adds or overwrites one or more tags for the specified resource.
-
associateOpsItemRelatedItem(params = {}, callback) ⇒ AWS.Request
Associates a related item to a Systems Manager OpsCenter OpsItem.
-
cancelCommand(params = {}, callback) ⇒ AWS.Request
Attempts to cancel the command specified by the Command ID.
-
cancelMaintenanceWindowExecution(params = {}, callback) ⇒ AWS.Request
Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running.
-
createActivation(params = {}, callback) ⇒ AWS.Request
Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager.
-
createAssociation(params = {}, callback) ⇒ AWS.Request
A State Manager association defines the state that you want to maintain on your managed nodes.
-
createAssociationBatch(params = {}, callback) ⇒ AWS.Request
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets.
When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified.
If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.
. -
createDocument(params = {}, callback) ⇒ AWS.Request
Creates a Amazon Web Services Systems Manager (SSM document).
-
createMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Creates a new maintenance window.
Note: The value you specify forDurationdetermines the specific end time for the maintenance window based on the time it begins.- createOpsItem(params = {}, callback) ⇒ AWS.Request
Creates a new OpsItem.
- createOpsMetadata(params = {}, callback) ⇒ AWS.Request
If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.
.
- createPatchBaseline(params = {}, callback) ⇒ AWS.Request
Creates a patch baseline.
Note: For information about valid key-value pairs inPatchFiltersfor each supported operating system type, see PatchFilter.- createResourceDataSync(params = {}, callback) ⇒ AWS.Request
A resource data sync helps you view data from multiple sources in a single location.
- deleteActivation(params = {}, callback) ⇒ AWS.Request
Deletes an activation.
- deleteAssociation(params = {}, callback) ⇒ AWS.Request
Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node.
- deleteDocument(params = {}, callback) ⇒ AWS.Request
Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.
Before you delete the document, we recommend that you use DeleteAssociation to disassociate all managed nodes that are associated with the document.
.- deleteInventory(params = {}, callback) ⇒ AWS.Request
Delete a custom inventory type or the data associated with a custom Inventory type.
- deleteMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Deletes a maintenance window.
.
- deleteOpsItem(params = {}, callback) ⇒ AWS.Request
Delete an OpsItem.
- deleteOpsMetadata(params = {}, callback) ⇒ AWS.Request
Delete OpsMetadata related to an application.
.
- deleteParameter(params = {}, callback) ⇒ AWS.Request
Delete a parameter from the system.
- deleteParameters(params = {}, callback) ⇒ AWS.Request
Delete a list of parameters.
- deletePatchBaseline(params = {}, callback) ⇒ AWS.Request
Deletes a patch baseline.
.
- deleteResourceDataSync(params = {}, callback) ⇒ AWS.Request
Deletes a resource data sync configuration.
- deleteResourcePolicy(params = {}, callback) ⇒ AWS.Request
Deletes a Systems Manager resource policy.
- deregisterManagedInstance(params = {}, callback) ⇒ AWS.Request
Removes the server or virtual machine from the list of registered servers.
- deregisterPatchBaselineForPatchGroup(params = {}, callback) ⇒ AWS.Request
Removes a patch group from a patch baseline.
.
- deregisterTargetFromMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Removes a target from a maintenance window.
.
- deregisterTaskFromMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Removes a task from a maintenance window.
.
- describeActivations(params = {}, callback) ⇒ AWS.Request
Describes details about the activation, such as the date and time the activation was created, its expiration date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the number of nodes registered by using this activation.
.
- describeAssociation(params = {}, callback) ⇒ AWS.Request
Describes the association for the specified target or managed node.
- describeAssociationExecutions(params = {}, callback) ⇒ AWS.Request
Views all executions for a specific association ID.
- describeAssociationExecutionTargets(params = {}, callback) ⇒ AWS.Request
Views information about a specific execution of a specific association.
.
- describeAutomationExecutions(params = {}, callback) ⇒ AWS.Request
Provides details about all active and terminated Automation executions.
.
- describeAutomationStepExecutions(params = {}, callback) ⇒ AWS.Request
Information about all active and terminated step executions in an Automation workflow.
.
- describeAvailablePatches(params = {}, callback) ⇒ AWS.Request
Lists all patches eligible to be included in a patch baseline.
Note: Currently,DescribeAvailablePatchessupports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.- describeDocument(params = {}, callback) ⇒ AWS.Request
Describes the specified Amazon Web Services Systems Manager document (SSM document).
.
- describeDocumentPermission(params = {}, callback) ⇒ AWS.Request
Describes the permissions for a Amazon Web Services Systems Manager document (SSM document).
- describeEffectiveInstanceAssociations(params = {}, callback) ⇒ AWS.Request
All associations for the managed nodes.
.
- describeEffectivePatchesForPatchBaseline(params = {}, callback) ⇒ AWS.Request
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
- describeInstanceAssociationsStatus(params = {}, callback) ⇒ AWS.Request
The status of the associations for the managed nodes.
.
- describeInstanceInformation(params = {}, callback) ⇒ AWS.Request
Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent version, association status, and IP address.
- describeInstancePatches(params = {}, callback) ⇒ AWS.Request
Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.
.
- describeInstancePatchStates(params = {}, callback) ⇒ AWS.Request
Retrieves the high-level patch state of one or more managed nodes.
.
- describeInstancePatchStatesForPatchGroup(params = {}, callback) ⇒ AWS.Request
Retrieves the high-level patch state for the managed nodes in the specified patch group.
.
- describeInstanceProperties(params = {}, callback) ⇒ AWS.Request
An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.
.
- describeInventoryDeletions(params = {}, callback) ⇒ AWS.Request
Describes a specific delete inventory operation.
.
- describeMaintenanceWindowExecutions(params = {}, callback) ⇒ AWS.Request
Lists the executions of a maintenance window.
- describeMaintenanceWindowExecutionTaskInvocations(params = {}, callback) ⇒ AWS.Request
Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance window execution.
.
- describeMaintenanceWindowExecutionTasks(params = {}, callback) ⇒ AWS.Request
For a given maintenance window execution, lists the tasks that were run.
.
- describeMaintenanceWindows(params = {}, callback) ⇒ AWS.Request
Retrieves the maintenance windows in an Amazon Web Services account.
.
- describeMaintenanceWindowSchedule(params = {}, callback) ⇒ AWS.Request
Retrieves information about upcoming executions of a maintenance window.
.
- describeMaintenanceWindowsForTarget(params = {}, callback) ⇒ AWS.Request
Retrieves information about the maintenance window targets or tasks that a managed node is associated with.
.
- describeMaintenanceWindowTargets(params = {}, callback) ⇒ AWS.Request
Lists the targets registered with the maintenance window.
.
- describeMaintenanceWindowTasks(params = {}, callback) ⇒ AWS.Request
Lists the tasks in a maintenance window.
Note: For maintenance window tasks without a specified target, you can't supply values for--max-errorsand--max-concurrency.- describeOpsItems(params = {}, callback) ⇒ AWS.Request
Query a set of OpsItems.
- describeParameters(params = {}, callback) ⇒ AWS.Request
Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared option.
Request results are returned on a best-effort basis.
- describePatchBaselines(params = {}, callback) ⇒ AWS.Request
Lists the patch baselines in your Amazon Web Services account.
.
- describePatchGroups(params = {}, callback) ⇒ AWS.Request
Lists all patch groups that have been registered with patch baselines.
.
- describePatchGroupState(params = {}, callback) ⇒ AWS.Request
Returns high-level aggregated patch compliance state information for a patch group.
.
- describePatchProperties(params = {}, callback) ⇒ AWS.Request
Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches.
- describeSessions(params = {}, callback) ⇒ AWS.Request
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30 days.
.
- disassociateOpsItemRelatedItem(params = {}, callback) ⇒ AWS.Request
Deletes the association between an OpsItem and a related item.
- getAutomationExecution(params = {}, callback) ⇒ AWS.Request
Get detailed information about a particular Automation execution.
.
- getCalendarState(params = {}, callback) ⇒ AWS.Request
Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.
- getCommandInvocation(params = {}, callback) ⇒ AWS.Request
Returns detailed information about command execution for an invocation or plugin.
- getConnectionStatus(params = {}, callback) ⇒ AWS.Request
Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.
.
- getDefaultPatchBaseline(params = {}, callback) ⇒ AWS.Request
Retrieves the default patch baseline.
- getDeployablePatchSnapshotForInstance(params = {}, callback) ⇒ AWS.Request
Retrieves the current snapshot for the patch baseline the managed node uses.
- getDocument(params = {}, callback) ⇒ AWS.Request
Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).
.
- getInventory(params = {}, callback) ⇒ AWS.Request
Query inventory information.
- getInventorySchema(params = {}, callback) ⇒ AWS.Request
Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.
.
- getMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Retrieves a maintenance window.
.
- getMaintenanceWindowExecution(params = {}, callback) ⇒ AWS.Request
Retrieves details about a specific a maintenance window execution.
.
- getMaintenanceWindowExecutionTask(params = {}, callback) ⇒ AWS.Request
Retrieves the details about a specific task run as part of a maintenance window execution.
.
- getMaintenanceWindowExecutionTaskInvocation(params = {}, callback) ⇒ AWS.Request
Retrieves information about a specific task running on a specific target.
.
- getMaintenanceWindowTask(params = {}, callback) ⇒ AWS.Request
Retrieves the details of a maintenance window task.
Note: For maintenance window tasks without a specified target, you can't supply values for--max-errorsand--max-concurrency.- getOpsItem(params = {}, callback) ⇒ AWS.Request
Get information about an OpsItem by using the ID.
- getOpsMetadata(params = {}, callback) ⇒ AWS.Request
View operational metadata related to an application in Application Manager.
.
- getOpsSummary(params = {}, callback) ⇒ AWS.Request
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
- getParameter(params = {}, callback) ⇒ AWS.Request
Get information about a single parameter by specifying the parameter name.
Note: To get information about more than one parameter at a time, use the GetParameters operation.- getParameterHistory(params = {}, callback) ⇒ AWS.Request
Retrieves the history of all changes to a parameter.
If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS.
- getParameters(params = {}, callback) ⇒ AWS.Request
Get information about one or more parameters by specifying multiple parameter names.
Note: To get information about a single parameter, you can use the GetParameter operation instead.- getParametersByPath(params = {}, callback) ⇒ AWS.Request
Retrieve information about one or more parameters in a specific hierarchy.
- getPatchBaseline(params = {}, callback) ⇒ AWS.Request
Retrieves information about a patch baseline.
.
- getPatchBaselineForPatchGroup(params = {}, callback) ⇒ AWS.Request
Retrieves the patch baseline that should be used for the specified patch group.
.
- getResourcePolicies(params = {}, callback) ⇒ AWS.Request
Returns an array of the
Policyobject..
- getServiceSetting(params = {}, callback) ⇒ AWS.Request
ServiceSettingis an account-level setting for an Amazon Web Services service.- labelParameterVersion(params = {}, callback) ⇒ AWS.Request
A parameter label is a user-defined alias to help you manage different versions of a parameter.
- listAssociations(params = {}, callback) ⇒ AWS.Request
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
- listAssociationVersions(params = {}, callback) ⇒ AWS.Request
Retrieves all versions of an association for a specific association ID.
.
- listCommandInvocations(params = {}, callback) ⇒ AWS.Request
An invocation is copy of a command sent to a specific managed node.
- listCommands(params = {}, callback) ⇒ AWS.Request
Lists the commands requested by users of the Amazon Web Services account.
.
- listComplianceItems(params = {}, callback) ⇒ AWS.Request
For a specified resource ID, this API operation returns a list of compliance statuses for different resource types.
- listComplianceSummaries(params = {}, callback) ⇒ AWS.Request
Returns a summary count of compliant and non-compliant resources for a compliance type.
- listDocumentMetadataHistory(params = {}, callback) ⇒ AWS.Request
Information about approval reviews for a version of a change template in Change Manager.
.
- listDocuments(params = {}, callback) ⇒ AWS.Request
Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region.
- listDocumentVersions(params = {}, callback) ⇒ AWS.Request
List all versions for a document.
.
- listInventoryEntries(params = {}, callback) ⇒ AWS.Request
A list of inventory items returned by the request.
.
- listOpsItemEvents(params = {}, callback) ⇒ AWS.Request
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
- listOpsItemRelatedItems(params = {}, callback) ⇒ AWS.Request
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
- listOpsMetadata(params = {}, callback) ⇒ AWS.Request
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata objects or blobs.
.
- listResourceComplianceSummaries(params = {}, callback) ⇒ AWS.Request
Returns a resource-level summary count.
- listResourceDataSync(params = {}, callback) ⇒ AWS.Request
Lists your resource data sync configurations.
- listTagsForResource(params = {}, callback) ⇒ AWS.Request
Returns a list of the tags assigned to the specified resource.
For information about the ID format for each supported resource type, see AddTagsToResource.
.- modifyDocumentPermission(params = {}, callback) ⇒ AWS.Request
Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately.
- putComplianceItems(params = {}, callback) ⇒ AWS.Request
Registers a compliance type and other compliance details on a designated resource.
- putInventory(params = {}, callback) ⇒ AWS.Request
Bulk update custom inventory items on one or more managed nodes.
- putParameter(params = {}, callback) ⇒ AWS.Request
Add a parameter to the system.
.
- putResourcePolicy(params = {}, callback) ⇒ AWS.Request
Creates or updates a Systems Manager resource policy.
- registerDefaultPatchBaseline(params = {}, callback) ⇒ AWS.Request
Defines the default patch baseline for the relevant operating system.
To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline Amazon Resource Name (ARN) as the baseline ID value.
- registerPatchBaselineForPatchGroup(params = {}, callback) ⇒ AWS.Request
Registers a patch baseline for a patch group.
.
- registerTargetWithMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Registers a target with a maintenance window.
.
- registerTaskWithMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Adds a new task to a maintenance window.
.
- removeTagsFromResource(params = {}, callback) ⇒ AWS.Request
Removes tag keys from the specified resource.
.
- resetServiceSetting(params = {}, callback) ⇒ AWS.Request
ServiceSettingis an account-level setting for an Amazon Web Services service.- resumeSession(params = {}, callback) ⇒ AWS.Request
Reconnects a session to a managed node after it has been disconnected.
- sendAutomationSignal(params = {}, callback) ⇒ AWS.Request
Sends a signal to an Automation execution to change the current behavior or status of the execution.
- sendCommand(params = {}, callback) ⇒ AWS.Request
Runs commands on one or more managed nodes.
.
- startAssociationsOnce(params = {}, callback) ⇒ AWS.Request
Runs an association immediately and only one time.
- startAutomationExecution(params = {}, callback) ⇒ AWS.Request
Initiates execution of an Automation runbook.
.
- startChangeRequestExecution(params = {}, callback) ⇒ AWS.Request
Creates a change request for Change Manager.
- startSession(params = {}, callback) ⇒ AWS.Request
Initiates a connection to a target (for example, a managed node) for a Session Manager session.
- stopAutomationExecution(params = {}, callback) ⇒ AWS.Request
Stop an Automation that is currently running.
.
- terminateSession(params = {}, callback) ⇒ AWS.Request
Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the managed node.
- unlabelParameterVersion(params = {}, callback) ⇒ AWS.Request
Remove a label or labels from a parameter.
.
- updateAssociation(params = {}, callback) ⇒ AWS.Request
Updates an association.
- updateAssociationStatus(params = {}, callback) ⇒ AWS.Request
Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node.
.UpdateAssociationStatusis primarily used by the Amazon Web Services Systems Manager Agent (SSM Agent) to report status updates about your associations and is only used for associations created with theInstanceIdlegacy parameter.- updateDocument(params = {}, callback) ⇒ AWS.Request
Updates one or more values for an SSM document.
.
- updateDocumentDefaultVersion(params = {}, callback) ⇒ AWS.Request
Set the default version of a document.
- updateDocumentMetadata(params = {}, callback) ⇒ AWS.Request
Updates information related to approval reviews for a specific version of a change template in Change Manager.
.
- updateMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Updates an existing maintenance window.
- updateMaintenanceWindowTarget(params = {}, callback) ⇒ AWS.Request
Modifies the target of an existing maintenance window.
- updateMaintenanceWindowTask(params = {}, callback) ⇒ AWS.Request
Modifies a task assigned to a maintenance window.
- updateManagedInstanceRole(params = {}, callback) ⇒ AWS.Request
Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM).
- updateOpsItem(params = {}, callback) ⇒ AWS.Request
Edit or change an OpsItem.
- updateOpsMetadata(params = {}, callback) ⇒ AWS.Request
Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.
.
- updatePatchBaseline(params = {}, callback) ⇒ AWS.Request
Modifies an existing patch baseline.
- updateResourceDataSync(params = {}, callback) ⇒ AWS.Request
Update a resource data sync.
- updateServiceSetting(params = {}, callback) ⇒ AWS.Request
ServiceSettingis an account-level setting for an Amazon Web Services service.- waitFor(state, params = {}, callback) ⇒ AWS.Request
Waits for a given SSM resource.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, setupRequestListeners, defineService
Constructor Details
new AWS.SSM(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Property Details
Method Details
addTagsToResource(params = {}, callback) ⇒ AWS.Request
Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your 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 your account's managed nodes that helps you track each node's owner and stack level. For example:
-
Key=Owner,Value=DbAdmin -
Key=Owner,Value=SysAdmin -
Key=Owner,Value=Dev -
Key=Stack,Value=Production -
Key=Stack,Value=Pre-Production -
Key=Stack,Value=Test
Most resources can have a maximum of 50 tags. Automations can have a maximum of 5 tags.
We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to and are interpreted strictly as a string of characters.
For more information about using tags with Amazon Elastic Compute Cloud (Amazon EC2) instances, see Tag your Amazon EC2 resources in the Amazon EC2 User Guide.
associateOpsItemRelatedItem(params = {}, callback) ⇒ AWS.Request
Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are capabilities of Amazon Web Services Systems Manager.
cancelCommand(params = {}, callback) ⇒ AWS.Request
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.
cancelMaintenanceWindowExecution(params = {}, callback) ⇒ AWS.Request
Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. Tasks already in progress will continue to completion.
createActivation(params = {}, callback) ⇒ AWS.Request
Generates an activation code and activation ID you can use to register your on-premises servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and ID when installing SSM Agent on machines in your hybrid environment. For more information about requirements for managing on-premises machines using Systems Manager, see Setting up Amazon Web Services Systems Manager for hybrid and multicloud environments in the Amazon Web Services Systems Manager User Guide.
Note: Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are configured for Systems Manager are all called managed nodes.createAssociation(params = {}, callback) ⇒ AWS.Request
A State Manager association defines the state that you want to maintain on your managed nodes. For example, an association can specify that anti-virus software must be installed and running on your managed nodes, or that certain ports must be closed. For static targets, the association specifies a schedule for when the configuration is reapplied. For dynamic targets, such as an Amazon Web Services resource group or an Amazon Web Services autoscaling group, State Manager, a capability of Amazon Web Services Systems Manager applies the configuration when new managed nodes are added to the group. The association also specifies actions to take when applying the configuration. For example, an association for anti-virus software might run once a day. If the software isn't installed, then State Manager installs it. If the software is installed, but the service isn't running, then the association might instruct State Manager to start the service.
createAssociationBatch(params = {}, callback) ⇒ AWS.Request
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets.
When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified.
If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.
createDocument(params = {}, callback) ⇒ AWS.Request
Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see Amazon Web Services Systems Manager Documents in the Amazon Web Services Systems Manager User Guide.
createMaintenanceWindow(params = {}, callback) ⇒ AWS.Request
Creates a new maintenance window.
Note: The value you specify forDurationdetermines the specific end time for the maintenance window based on the time it begins. No maintenance window tasks are permitted to start after the resulting endtime minus the number of hours you specify forCutoff. For example, if the maintenance window starts at 3 PM, the duration is three hours, and the value you specify forCutoffis one hour, no maintenance window tasks can start after 5 PM.createOpsItem(params = {}, callback) ⇒ AWS.Request
Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.
Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.
- createOpsItem(params = {}, callback) ⇒ AWS.Request