Working with OpsItems
This section describes how to configure the options available in an OpsItem. For information about creating OpsItems, see Creating OpsItems.
Topics
Working with related resources
A related resource is the impacted resource (the resource that needs to be investigated or the resource that triggered the Amazon EventBridge event that created the OpsItem). Each OpsItem has a Related resources section. If EventBridge creates the OpsItem, then the system automatically populates the OpsItem with the Amazon Resource Name (ARN) of the resource. You can also manually specify ARNs of related resources. For some ARN types, OpsCenter automatically creates a deep link that displays details about the resource without having to visit other console pages to view that information. For example, you can specify the ARN of an EC2 instance. In OpsCenter, you can then view all of the details that Amazon EC2 provides about that instance. To view a list of resource types that automatically create deep links to related resource, see Supported resources reference.
You can manually add the ARNs of additional related resources. Each OpsItem can list a maximum of 100 related resource ARNs.
To view and add related resources
-
Open the AWS Systems Manager console at https://console.aws.amazon.com/systems-manager/
. -
In the navigation pane, choose OpsCenter.
-
Choose the OpsItems tab.
-
Choose an OpsItem ID.
-
To view information about the impacted resource, choose the Related resources details tab.
This tab displays information about the resource from several AWS services. Expand the Resource details section to view information about this resource as provided by the AWS service that hosts it. You can also toggle through other related resources associated with this OpsItem by using the Related resources list.
-
To add additional related resources, choose the Overview tab.
-
In the Related resources section, choose Add.
-
For Resource type, choose a resource from the list.
-
For Resource ID, enter either the ID or the Amazon Resource Name (ARN). The type of information you choose depends o the resource you chose in the previous step.
Editing OpsItem details
The OpsItem details section includes information about the OpsItem, including the description, title, source, OpsItem ID, and the status, to name a few.

For OpsItems that were created automatically, Amazon EventBridge populates the Title, Source, and Description fields. You can edit the Title and the Description fields, but you can't edit the Source field.
About OpsItem Status
When you edit an OpsItem, you can specify a status. The Status list includes the following options:
Status | Details |
---|---|
Open |
Active in the system, but not being worked on by an engineer. |
In progress |
Active in the system and being worked on by an engineer. |
Resolved |
Not active in the system, but available in Search and when using the Resolved filter on the OpsItem Overview page. You can edit a resolved OpsItem to change the status to Open or In progress. |
You can view reports about OpsItem statuses on the Summary tab. For more information, see Viewing OpsCenter summary reports.
About OpsItem Priority
When you edit an OpsItem, you can choose a priority for that OpsItem by choosing a value between 1 and 5. We recommend that your organization determine what each priority level means and a corresponding service level agreement for each.
About the Notifications Field
When you edit an OpsItem, you can specify the ARN of an Amazon SNS topic in the Notifications field. By specifying an ARN, you ensure that all stakeholders receive a notification when the OpsItem is edited, including a status change. You may find it helpful to create different ARNs for notifications about different types of AWS resources or different environments. The Amazon SNS topic must exist in the same AWS Region as the OpsItems. If they are in different Regions, the system returns an error. For more information, see the Amazon Simple Notification Service Developer Guide.
The SNS topic must exist in the same AWS Region as the OpsItem. If they are in different regions, the system returns an error.
To edit OpsItem details
-
Open the AWS Systems Manager console at https://console.aws.amazon.com/systems-manager/
. -
In the navigation pane, choose OpsCenter.
-
Choose an OpsItem ID to open the details page.
-
In the OpsItem details section, choose Edit.
-
Edit the details of the OpsItem according to the requirements and guidelines specified by your organization.
-
When you are finished, choose Save.
Working with related and similar OpsItems
The Related and Similar OpsItem features are designed to help you investigate operations issues while providing context about the scope of an issue. In the Related OpsItems section, you can specify a maximum of 10 IDs for other OpsItems that are related to the current OpsItem. OpsItems can be related in different ways, including a parent-child relationship between OpsItems, a root cause, or a duplicate.

The Similar OpsItems feature is a system-generated list of OpsItems that may be related or of interest to you. To generate the list, the system scans the titles and descriptions of all OpsItems and returns OpsItems that use similar words.

To add a related OpsItem from similar OpsItems
-
Open the AWS Systems Manager console at https://console.aws.amazon.com/systems-manager/
. -
In the navigation pane, choose OpsCenter.
-
Choose an OpsItem ID to open the details page.
-
In the Related OpsItem section, choose Add.
-
For OpsItem ID, specify an ID.
-
Choose Add.
Working with operational data
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB. You can enter multiple key-value pairs of operational data.
Operational data keys can't begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.

You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API action) can view and search on the specified data. Operational data that is not searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API action).
To add operational data to an OpsItem
-
Open the AWS Systems Manager console at https://console.aws.amazon.com/systems-manager/
. -
In the navigation pane, choose OpsCenter.
-
Choose an OpsItem ID to open the details page.
-
Expand either Operational data.
-
If no operational data exists for the OpsItem, then choose Add. If operational data already exists for the OpsItem, choose Manage.
-
For Key, specify a word or words to help users understand the purpose of the data. The key can't begin with the following: amazon, aws, amzn, ssm, /amazon, /aws, /amzn, /ssm.
-
For Value, specify the data.
-
Choose Save.
After you create operational data, you can edit the key and the value, remove the operational data, or add additional key-value pairs by choosing Manage.
You can filter OpsItems by using the Operational data
operator on the OpsItems page. In the Search box, choose Operational
data, and then enter a key-value pair in JSON. You must enter the
key-value pair by using the following format:
{"key":"
key_name
","value":"a_value
"}
Reducing duplicate OpsItems
OpsCenter uses a combination of built-in logic and configurable deduplication strings to help avoid creating duplicate OpsItems. Deduplication built-in logic is applied anytime the CreateOpsItem API action is called. When creating the OpsItem, Systems Manager creates and stores a hash based on the deduplication string and the resource that initiated the OpsItem. When a request is made to create a new OpsItem, the system checks the deduplication string of the new request. If a matching hash exists for this deduplication string, then Systems Manager doesn't create a new OpsItem.
Note the following information about OpsCenter and deduplication:
-
Deduplication strings are not case sensitive. If the system finds a matching hash based on a deduplication string in an incoming OpsItem, regardless of the dedup string casing, the new OpsItem isn't created.
-
If the system finds a matching deduplication string in an OpsItem, and that OpsItem has a status of
Open/InProgress
, then the new OpsItem isn't created. If a matching deduplication string is found in an OpsItem that has a status ofResolved
, then the system creates a new OpsItem. -
If the system finds a matching deduplication string in an OpsItem, but the resources are different, then the system creates the new OpsItem.
-
If no dedup string is specified for an an incoming OpsItem, then the OpsItem is always created.
Configuring deduplication strings
OpsCenter includes the following options for configuring deduplication strings.
-
Edit preconfigured deduplication strings: Each of the OpsItem default EventBridge rules includes a preconfigured deduplication string. You can edit these deduplication strings in EventBridge.
-
Manually specify deduplication strings: You can enter a deduplication string by using either the Deduplication string field in the console or the
OperationalData
parameter when you create a new OpsItem by using either the AWS CLI or AWS Tools for Windows PowerShell.
After the system creates an OpsItem, it populates the Deduplication string field, if a string was specified. Here's an example.

After you create an OpsItem, you can't edit or change the deduplication strings in that OpsItem.
This sections includes the following procedures for configuring deduplication strings.
For information about entering deduplication strings when you manually create an OpsItem in the console, see Creating OpsItems manually.
Editing a deduplication string in an OpsCenter default EventBridge rule
Use the following procedure to specify a deduplication string for an EventBridge rule that targets OpsCenter.
To edit a deduplication string in an OpsItem default EventBridge rule
-
Sign in to the AWS Management Console and open the Amazon EventBridge console at https://console.aws.amazon.com/events/
. -
In the navigation pane, choose Rules.
-
Choose a rule, and then choose Edit.
-
In the Select targets section, expand Configure input. In the lower Input transformer field, locate the
"operationalData": { "/aws/dedup"
JSON entry and the deduplication strings that you want to edit.The deduplication string entry in EventBridge rules uses the following JSON format.
"operationalData": { "/aws/dedup": {"type": "SearchableString","value": "{\"dedupString\":\"
Words the system should use to check for duplicate OpsItems
\"}"}}Here is an example.
"operationalData": { "/aws/dedup": {"type": "SearchableString","value": "{\"dedupString\":\"SSMOpsCenter-EBS-volume-performance-issue\"}"}}
-
Edit the deduplications strings, and then choose Update to finish updating the rule.
Specifying a deduplication string by using the AWS CLI
You can specify a deduplication string when you manually create a new OpsItem
by using the AWS CLI. You enter the deduplication string by using the
OperationalData
parameter. The parameter syntax uses JSON,
as shown here.
--operational-data '{"/aws/dedup":{"Value":"{\"dedupString\": \"
Words the system should use to check for duplicate OpsItems
\"}","Type":"SearchableString"}}'
Here is an example command that specifies a deduplication string of
disk full
.