Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AIOpsOperatorAccess - AWS Managed Policy

AIOpsOperatorAccess

Description: Grants access to the Amazon AI Operations APIs for creating, updating, and deleting investigations, investigation events, and investigation resources. It also includes ReadOnly access to all AI Operations APIs and to use identity-aware sessions.

AIOpsOperatorAccess is an AWS managed policy.

Using this policy

You can attach AIOpsOperatorAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: December 02, 2024, 23:51 UTC

  • Edited time: December 02, 2024, 23:51 UTC

  • ARN: arn:aws:iam::aws:policy/AIOpsOperatorAccess

Policy version

Policy version: v1 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AIOpsOperatorAccess", "Effect" : "Allow", "Action" : [ "aiops:CreateInvestigation", "aiops:CreateInvestigationEvent", "aiops:CreateInvestigationResource", "aiops:DeleteInvestigation", "aiops:Get*", "aiops:List*", "aiops:UpdateInvestigation", "aiops:UpdateInvestigationEvent" ], "Resource" : "*" }, { "Sid" : "SSOManagementAccess", "Effect" : "Allow", "Action" : [ "identitystore:DescribeUser", "sso:DescribeInstance", "sso-directory:DescribeUsers" ], "Resource" : "*" }, { "Sid" : "AllowSTSContextSetting", "Effect" : "Allow", "Action" : [ "sts:SetContext" ], "Resource" : "arn:aws:sts::*:self" }, { "Sid" : "SSMSettingServiceIntegration", "Effect" : "Allow", "Action" : [ "ssm:GetServiceSetting" ], "Resource" : "arn:aws:ssm:*:*:servicesetting/integrations/*" }, { "Sid" : "SSMIntegrationTagAccess", "Effect" : "Allow", "Action" : [ "ssm:AddTagsToResource", "ssm:CreateOpsItem" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:RequestTag/Integration" : [ "CloudWatch" ] }, "ForAllValues:StringEquals" : { "aws:TagKeys" : "Integration" } } }, { "Sid" : "SSMOpsItemIntegration", "Effect" : "Allow", "Action" : [ "ssm:DeleteOpsItem", "ssm:UpdateOpsItem" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:ResourceTag/Integration" : [ "CloudWatch" ] } } }, { "Sid" : "SSMTagOperation", "Effect" : "Allow", "Action" : [ "ssm:AddTagsToResource" ], "Resource" : "arn:aws:ssm:*:*:opsitem/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/Integration" : [ "CloudWatch" ] }, "ForAllValues:StringEquals" : { "aws:TagKeys" : "Integration" } } }, { "Sid" : "SSMOpsSummaryIntegration", "Effect" : "Allow", "Action" : [ "ssm:GetOpsSummary" ], "Resource" : "*" } ] }

Learn more

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.