Amazon managed policies for IAM Roles Anywhere
An Amazon managed policy is a standalone policy that is created and administered by Amazon. Amazon managed policies are designed to provide permissions for many common use cases so that you can start assigning permissions to users, groups, and roles.
Keep in mind that Amazon managed policies might not grant least-privilege permissions for your specific use cases because they're available for all Amazon customers to use. We recommend that you reduce permissions further by defining customer managed policies that are specific to your use cases.
You cannot change the permissions defined in Amazon managed policies. If Amazon updates the permissions defined in an Amazon managed policy, the update affects all principal identities (users, groups, and roles) that the policy is attached to. Amazon is most likely to update an Amazon managed policy when a new Amazon Web Services service is launched or new API operations become available for existing services.
For more information, see Amazon managed policies in the IAM User Guide.
Amazon managed policy: AWSRolesAnywhereServicePolicyV2
AWSRolesAnywhereServicePolicyV2 provides the required permissions to publish metrics data to CloudWatch
namespaces (AWS/RolesAnywhere
and AWS/Usage
).
You can't attach AWSRolesAnywhereServicePolicyV2 to your IAM entities. This policy is attached to a service-linked role that allows IAM Roles Anywhere to perform actions on your behalf. For more information, see Service-linked role permissions for IAM Roles Anywhere.
This policy grants administrative permissions that allow IAM Roles Anywhere to publish CloudWatch metrics .
Permissions details
This policy includes the following permissions.
-
cloudwatch
– Allows principals to publish metric data points to theAWS/RolesAnywhere
andAWS/Usage
namespaces.
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "cloudwatch:PutMetricData" ], "Resource": "*", "Condition": { "StringEquals": { "cloudwatch:namespace": [ "AWS/RolesAnywhere", "AWS/Usage" ] } } } ] }
IAM Roles Anywhere updates to Amazon managed policies
View details about updates to Amazon managed policies for IAM Roles Anywhere since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the IAM Roles Anywhere Document history page.
Change | Description | Date |
---|---|---|
IAM Roles Anywhere started tracking changes |
IAM Roles Anywhere started tracking changes for its Amazon managed policies. |
February 27, 2023 |