Skip to main content
Community Hub

Preflight checks for Amazon SageMaker

TL;DR

Technical validations performed before crawling Amazon SageMaker resources.

Your AI can read this via Docs MCPcurl -fsSL "https://docs.atlan.com/install-docs-mcp" | bashConnect

Before crawling Amazon SageMaker, you can run preflight checks to perform the necessary technical validations. The following preflight checks are performed:

Authentication check​

This check verifies that the provided AWS credentials are valid by calling the AWS STS get_caller_identity() API.

✅ Authentication successful - Account: <account-id>, User: <user-id>

❌ Authentication failed: <error-message>

SageMaker service access​

This check verifies that the AWS credentials have the necessary permissions to access the SageMaker service by calling sagemaker.list_models() with a limit of 1 result.

✅ SageMaker service access verified

❌ SageMaker service access failed: <error-message>