AWSAgentRegistryServiceRolePolicy
Description: Allows AWS Agent Registry to access AWS service resources on your behalf
AWSAgentRegistryServiceRolePolicy is an AWS managed policy.
Using this policy
This policy is attached to a service-linked role that allows the service to perform actions on your behalf. You cannot attach this policy to your users, groups, or roles.
Policy details
-
Type: Service-linked role policy
-
Creation time: August 06, 2026, 14:27 UTC
-
Edited time: August 21, 2026, 16:57 UTC
-
ARN:
arn:aws:iam::aws:policy/aws-service-role/AWSAgentRegistryServiceRolePolicy
Policy version
Policy version: v2 (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" : "AllowOrganizationsReadAccess", "Effect" : "Allow", "Action" : [ "organizations:DescribeAccount", "organizations:DescribeOrganization", "organizations:ListAccounts", "organizations:ListDelegatedAdministrators" ], "Resource" : "*" }, { "Sid" : "AllowSLRCreationForAWSConfig", "Effect" : "Allow", "Action" : [ "iam:CreateServiceLinkedRole" ], "Resource" : "arn:aws:iam::*:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig", "Condition" : { "StringEquals" : { "iam:AWSServiceName" : "config.amazonaws.com" } } }, { "Sid" : "AllowConfigRecorderWrite", "Effect" : "Allow", "Action" : [ "config:DeleteServiceLinkedConfigurationRecorder", "config:PutServiceLinkedConfigurationRecorder" ], "Resource" : [ "*" ], "Condition" : { "StringLike" : { "config:ConfigurationRecorderServicePrincipal" : [ "agent-registry.amazonaws.com" ] } } }, { "Sid" : "AllowConfigRecorderRead", "Effect" : "Allow", "Action" : [ "config:DescribeConfigurationRecorders", "config:DescribeConfigurationRecorderStatus" ], "Resource" : [ "arn:aws:config:*:*:configuration-recorder/AWSConfigurationRecorderForAgentRegistry*" ] }, { "Sid" : "AllowRegistryRecordReadWrite", "Effect" : "Allow", "Action" : [ "agent-registry:CreateRegistryRecord", "agent-registry:DeleteRegistryRecord", "agent-registry:GetRegistryRecord", "agent-registry:ListRegistryRecords", "agent-registry:UpdateRegistryRecord" ], "Resource" : [ "arn:aws:agent-registry:*:*:registry/*" ], "Condition" : { "StringEquals" : { "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } }, { "Sid" : "AllowPublishCloudWatchMetrics", "Effect" : "Allow", "Action" : [ "cloudwatch:PutMetricData" ], "Resource" : "*", "Condition" : { "StringEquals" : { "cloudwatch:namespace" : [ "AWS/AgentRegistry", "AWS/Usage" ], "aws:ResourceAccount" : "${aws:PrincipalAccount}" } } } ] }