validate_all_resources
Scan all SageMaker endpoints, training jobs, notebook instances, and models in an AWS region against Well-Architected pillars. Generates a comprehensive HTML report with aggregated findings.
Instructions
Validate all SageMaker resources in a region against Well-Architected pillars.
Scans all endpoints, training jobs, notebook instances, and models in the
specified region. Returns an on-screen summary and generates a single
comprehensive HTML report (wa-report.html) with all findings.
Args:
ctx: MCP context
region_name: AWS region name (default: us-east-1)
profile_name: AWS profile name (optional)
Returns:
ValidateAllResponse with aggregated findings and path to HTML report
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region_name | No | AWS region name. Default is us-east-1. | us-east-1 |
| profile_name | No | AWS profile name. If not provided, uses the default profile. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Response content | |
| isError | No | Whether this is an error response | |
| summary | Yes | Aggregated findings summary by pillar | |
| findings | Yes | List of all findings | |
| total_findings | Yes | Total number of findings | |
| resources_validated | Yes | List of validated resource names |