SageMaker Fiddler Partner AI App Admin Guide
Introduction
This Admin Guide supplements the official Amazon SageMaker Partner AI Apps documentation with Fiddler-specific guidance and practical examples. While Amazon's documentation provides the foundation for Partner AI Apps, specific implementation details can benefit from additional vendor-specific context. Based on our direct experience deploying the Fiddler Partner AI App in SageMaker environments, this guide offers proven configuration patterns, troubleshooting tips, and concrete examples to help you integrate Fiddler's ML monitoring capabilities into your SageMaker infrastructure.
SageMaker Partner AI Apps Subscription Prerequisites and Permissions
Before proceeding with procurement, the AWS Admin must have some things in place to enable subscription to and deployment of Amazon SageMaker Partner AI Apps as noted in the Set up Partner AI Apps section.
Prerequisites
While Amazon lists both items as optional, having both will help facilitate the deployment and validation processes in the SageMaker console.
A SageMaker AI domain
AWS CLI (latest version)
Administrative Permissions
Configuring the appropriate permissions is an important step. Every organization will have its own security policies and configuration, so the setup will not be identical across organizations. Some of these grants may already be available to admins in a more permissive environment.
The key steps are:
Grant permissions to your admin role to complete AWS Marketplace subscriptions
Grant permissions for SageMaker AI to run other AWS operations on the admin's behalf
Set up an execution role for the Partner AI App (note this role will be needed when deploying the Fiddler Partner AI App)
Create an AWS License Manager service-linked role or confirm one exists
Grant permissions for the Fiddler Partner AI App to access AWS License Manager
Grant Amazon S3 permissions to the execution role
User Permissions
Non-admin users require the following permissions to use the Fiddler Partner AI App:
Grant permissions for SageMaker AI to run other AWS operations on the user's behalf
Add the sts:TagSession trust policy to the role used to launch Studio and/or Fiddler
Grant API permission to the IAM role used with the notebook or code editor to enable access to the Fiddler Python client SDK
Authorization and Authentication
Fiddler and Partner AI Apps require user identity propagation to function correctly. For detailed configuration requirements, refer to the Manage user authorization and authentication section in the AWS documentation.
Critical Configuration Points:
The username format in your identity source must exactly match the admin usernames you'll enter during Fiddler deployment
For IAM Identity Center: usernames are typically email addresses
For IAM: usernames match the IAM user or role name
Enable STS identity propagation during Fiddler configuration (this is mandatory)
Fiddler Partner AI App SageMaker Subscription Process
Amazon SageMaker Partner AI Apps are only available through the Amazon Marketplace. Currently, Fiddler is available on a subscription basis or as a 30-day free trial.
Partner AI App subscriptions are for software license costs only. The infrastructure necessary to run Partner AI Apps is an additional cost billed to the subscriber under their existing agreement with Amazon.
Fiddler 30-day Free Trial
The 30-day free trial is a fully functional Fiddler Partner AI App deployment with no functional limitations. The number of models allowed for monitoring is capped at five. As the Partner AI App free trials are not intended for production use cases, AWS provides no migration path for upgrading trial deployments to fully subscribed deployments.
You MUST delete your Fiddler Partner AI App deployment at the end of the 30 days or whenever you wish to stop incurring AWS infrastructure costs.
Deploying the Fiddler Partner AI App
Admin Management
For the Fiddler Partner AI App, you must enter at least one and up to five root admin users. The usernames entered here must match the identity principal forwarded to the Fiddler UI when launched.
The root users will not be editable once the Fiddler AI App has been deployed
This list of root users will persist in SageMaker AI even if the Fiddler app is deleted and then later redeployed
Admin users created within the Fiddler UI will not persist after the Fiddler Partner AI App deployment is deleted
Infrastructure Options
Amazon SageMaker offers Partner AI Apps in small, medium, and large tier sizes. The subscription tier selection screen will have the most current t-shirt-size use cases and estimated AWS costs to help guide your selection.
Monitor and Manage Your Fiddler Partner AI App Deployment
View Deployment Status
Navigate to the "My Apps" tab in the Partner AI Apps section to view the status of your Fiddler deployment:
Deployed: Application is ready for use
Error: Issue with deployment; troubleshoot and reconfigure
Not deployed: Subscribed but not yet deployed
Access Fiddler
Users can access Fiddler in two ways:
From SageMaker Studio: Navigate to Partner AI Apps and select Fiddler
Via pre-signed URL: Generate using the
CreatePartnerAppPresignedUrl
with the Amazon SageMaker API or the AWS CLI
Update Configuration
To update configuration settings:
Navigate to "My Apps" in Partner AI Apps
Select the Fiddler application
Choose "Update" to modify configuration parameters
Delete Deployment
To delete the Fiddler deployment:
Navigate to "My Apps" in Partner AI Apps
Select the Fiddler application
Choose "Delete"
Note: This does not cancel your subscription, but it does delete the associated AWS infrastructure
Troubleshooting
Deployment Failure
If deployment fails:
Check IAM roles and permissions
Verify that the execution role has all required permissions
Check CloudWatch logs for detailed error information
Open a support ticket with your AWS support team
Access Issues
If users cannot access Fiddler:
Verify that the user IAM permissions include the necessary Partner AI App access
Confirm identity propagation is correctly configured
Check that usernames match between your identity source and Fiddler
Python Client Connection Issues
If users cannot connect using the Fiddler Python client:
Verify the
sagemaker:CallPartnerAppApi
permission is configuredConfirm environment variables are correctly set:
os.environ['AWS_PARTNER_APP_AUTH'] = 'true' os.environ['AWS_PARTNER_APP_ARN'] = '<partner-app-ARN>' os.environ['AWS_PARTNER_APP_URL'] = '<partner-app-URL>'
Additional Resources
Last updated
Was this helpful?