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" : "*"
}
]
}