AWS managed policies for Amazon Q Business
An AWS managed policy is a standalone policy that is created and administered by AWS. AWS 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 AWS managed policies might not grant least-privilege permissions for your specific use cases because they're available for all AWS 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 AWS managed policies. If AWS updates the permissions defined in an AWS managed policy, the update affects all principal identities (users, groups, and roles) that the policy is attached to. AWS is most likely to update an AWS managed policy when a new AWS service is launched or new API operations become available for existing services.
For more information, see AWS managed policies in the IAM User Guide.
Topics
AWS managed policy: QBusinessServiceRolePolicy
Amazon Q Business uses a QBusinessServiceRolePolicy
to enable an
Amazon Q Business application to access CloudWatch resources and write CloudWatch logs. You
can't attach QBusinessServiceRolePolicy
to your IAM entities. This policy is
attached to a service-linked role that allows Amazon Q Business to perform actions on
your behalf. For more information, see Using service-linked roles for Amazon Q Business.
Permissions details
This policy includes the following permissions.
-
logs
– Allows Amazon Q Business to describe and write to CloudWatch log streams.
{ "Version": "2012-10-17", "Statement": [ { "Sid": "QBusinessPutMetricDataPermission", "Effect": "Allow", "Action": [ "cloudwatch:PutMetricData" ], "Resource": "*", "Condition": { "StringEquals": { "cloudwatch:namespace": "AWS/QBusiness" } } }, { "Sid": "QBusinessCreateLogGroupPermission", "Effect": "Allow", "Action": [ "logs:CreateLogGroup" ], "Resource": [ "arn:aws:logs:*:*:log-group:/aws/qbusiness/*" ], "Condition": { "StringEquals": { "aws:ResourceAccount": "${aws:PrincipalAccount}" } } }, { "Sid": "QBusinessDescribeLogGroupsPermission", "Effect": "Allow", "Action": [ "logs:DescribeLogGroups" ], "Resource": "*", "Condition": { "StringEquals": { "aws:ResourceAccount": "${aws:PrincipalAccount}" } } }, { "Sid": "QBusinessLogStreamPermission", "Effect": "Allow", "Action": [ "logs:DescribeLogStreams", "logs:CreateLogStream", "logs:PutLogEvents" ], "Resource": [ "arn:aws:logs:*:*:log-group:/aws/qbusiness/*:log-stream:*" ], "Condition": { "StringEquals": { "aws:ResourceAccount": "${aws:PrincipalAccount}" } } } ] }
AWS managed policy: QBusinessQuicksightPluginPolicy
Amazon Q Business uses a QBusinessQuicksightPluginPolicy
to enable an
Amazon Q Business application to access Amazon QuickSight topics and dashboards for the
Amazon Q Business QuickSight plugin. When you configure the plugin, you specify a
service role that has PredictQAResults
permissions for QuickSight topics and
dashboards. You can use the following QBusinessQuicksightPluginPolicy
policy
to grant these permissions.
Note
To grant the necessary permissions, the trust policy of the role must grant Amazon QuickSight assume role permissions. For more information see Using the QuickSight plugin to get insights from structured data.
{ "Version": "2012-10-17", "Statement": [ { "Sid": "QBusinessToQuickSightPredictQAResultsInvocation", "Effect": "Allow", "Action": [ "quicksight:PredictQAResults" ], "Resource": [ "arn:aws:quicksight:*:*:topic/*", "arn:aws:quicksight:*:*:dashboard/*" ] } ] }
Amazon Q Business updates to AWS managed policies
View details about updates to AWS managed policies for Amazon Q Business since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the Amazon Q Business Document history page.
Change | Description | Date |
---|---|---|
AWS managed policy: QBusinessQuicksightPluginPolicy |
Added AWS managed policy QBusinessQuicksightPluginPolicy to access Amazon QuickSight resources for the QuickSight plugin. |
December 3, 2024 |
Amazon Q Business started tracking changes |
Amazon Q Business started tracking changes for its AWS managed policies. |
April 30, 2024 |