Private Image Link Access Via AWS S3
Enable AWS bucket access permissions to view private images in Arize
Add private S3 image URLs or URIs in the
link_to_data_column_name
(Python Pandas) or link_to_data
(Python Single Record or any Data Connector in the UI). Once you upload to Arize, navigate to the 'Embeddings' tab to enable bucket access in S3. Click 'View Bucket Policy' to uncover bucket access information.

Click View Bucket Policy To Get Started
Note:
Link to data
currently only supports links to image files. Learn more about ingesting image data on the Computer Vision model type page.Tag your bucket with the key
arize-integration-key
, the provided tag value, and AWS Policy. 
AWS Bucket Access Policy
In Arize: Copy the
arize-integration-key
value
Arize Integration Key & Value
In AWS Console: Navigate to your S3 bucket -> Properties -> Edit Bucket Tags

Navigate To Your Bucket Tags
In AWS Console: Set tag Key =
arize-integration-key
and Value as the value copied from the Arize UI 
Add Arize Key Name & Value In S3
In Arize UI: Copy the AWS policy from the Arize UI
.png?alt=media&token=58b417e8-b2d4-4235-b47a-6370d2d8bcac)
AWS Policy to Copy and Paste to AWS S3
In the AWS console: Navigate to your S3 bucket -> Permission -> Edit Bucket Policy

Add/Edit bucket policy
In the AWS console: Paste AWS policy from Arize UI and edit the bucket name in the
resource
field.png?alt=media&token=9cd241f4-7b71-46d4-a99f-54a038401ce7)
Add Access Policy To AWS From Arize
Reload the Arize UI to load your image data!
Last modified 6mo ago