validate_all_endpoints
Scans all SageMaker endpoints in a region and returns aggregated Well-Architected findings across six pillars, highlighting issues and recommendations.
Instructions
Validate all SageMaker endpoints in a region against Well-Architected pillars.
Scans all endpoints in the specified region and returns aggregated findings
across all six Well-Architected pillars.
Args:
ctx: MCP context
region_name: AWS region name (default: us-east-1)
profile_name: AWS profile name (optional)
Returns:
ValidateAllResponse with aggregated findings
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 |