terraform init terraform plan terraform apply -auto-approve
Ready to deploy. Click 'Deploy Now' to start...
Click 'List Users' to load users from Identity Center
Application ID: Loading... Index ID: Loading... Web Experience URL: Loading...
This deployment uses a hybrid approach:
# Check if Identity Center is enabled ./get-identity-center-arn.sh # View application details cat /tmp/qbusiness-app.json | jq # Check deployment logs terraform show # List all Q Business applications aws qbusiness list-applications --region us-west-2
# Deploy via script ./deploy.sh my-app us-west-2 # Interactive chat ./qbusiness-interactive.sh # SSO-based chat ./chat-interactive-sso.sh # One-off question ./chat-simple.sh "What is our policy?" # List Identity Center users aws identitystore list-users --identity-store-id d-c367615483 --region eu-north-1 # Check application status aws qbusiness get-application --application-id APP_ID --region us-west-2