You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tuts/040-qbusiness-ica/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,15 @@
3
3
This tutorial guides you through creating an Amazon Q Business application with Identity Center Authentication (ICA) using the AWS CLI. Amazon Q Business is a generative AI-powered assistant that helps your employees find information and complete tasks within your organization. The tutorial covers setting up AWS IAM Identity Center, creating necessary IAM roles and policies, configuring user access, and optionally creating a web experience for browser-based access.
4
4
5
5
You can either run the automated shell script `qbusiness-ica.sh` to create all the resources at once, or follow the step-by-step instructions in the `qbusiness-ica.md` tutorial to understand each component in detail. The tutorial includes cleanup steps to avoid ongoing charges and best practices for production deployments.
6
+
7
+
## Resources Created
8
+
9
+
The script creates the following AWS resources in order:
10
+
11
+
• IAM role for Amazon Q Business application (with CloudWatch and logging permissions)
12
+
• IAM policy with necessary permissions for the application role
13
+
• Amazon Q Business application
14
+
• User assignment to the application
15
+
• User subscription for the application
16
+
17
+
The script prompts you to clean up resources when you run it, including if there's an error part way through. If you need to clean up resources later, you can use the script log as a reference point for which resources were created.
Copy file name to clipboardExpand all lines: tuts/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ This directory contains a collection of AWS CLI tutorials and scripts for variou
39
39
|[037](037-emr-gs/)| Amazon EMR |[Getting Started](037-emr-gs/)| Get started with Amazon EMR for big data processing |
40
40
|[038](038-redshift-serverless/)| Amazon Redshift |[Serverless](038-redshift-serverless/)| Set up and use Amazon Redshift Serverless |
41
41
|[039](039-redshift-provisioned/)| Amazon Redshift |[Provisioned](039-redshift-provisioned/)| Set up Amazon Redshift provisioned clusters |
42
+
|[040](040-qbusiness-ica/)| Amazon Q Business |[Identity Center Authentication](040-qbusiness-ica/)| Set up Amazon Q Business with IAM Identity Center authentication |
42
43
|[042](042-qbusiness-anon/)| Amazon Q Business |[Anonymous Access](042-qbusiness-anon/)| Configure anonymous access for Amazon Q Business |
0 commit comments