Amazon Well-Architected Tool Architecture Governance

Unified workflow for architecture governance using the AWS Well-Architected Tool. Enables cloud architects and governance teams to manage workloads, run lens reviews, track answers, create milestones, and generate consolidated reports across the organization's cloud portfolio.

Run with Naftiko ArchitectureAWSCloud GovernanceWell-ArchitectedCompliance

What You Can Do

GET
List workloads — List all workloads in the account.
/v1/workloads
POST
Create workload — Create a new workload for architectural review.
/v1/workloads
GET
Get workload — Get workload details.
/v1/workloads/{id}
GET
List lenses — List available lenses.
/v1/lenses
GET
List lens reviews — List lens reviews for a workload.
/v1/reviews
GET
List answers — List answers for a workload lens review.
/v1/answers
POST
Create milestone — Create a milestone to capture review state.
/v1/milestones
GET
List profiles — List profiles.
/v1/profiles
GET
Get consolidated report — Get consolidated architectural review report.
/v1/reports

MCP Tools

list-workloads

List all workloads under architectural review in the AWS account.

read-only
get-workload

Get details and metadata for a specific workload.

read-only
create-workload

Create a new workload to begin an architectural review.

list-lenses

List available AWS and custom lenses for architectural reviews.

read-only
list-lens-reviews

List lens reviews for a specific workload.

read-only
list-answers

List architectural review answers for a workload and lens.

read-only
create-milestone

Save a milestone snapshot of the current workload review state.

list-profiles

List workload profiles used to customize reviews.

read-only
get-consolidated-report

Generate a consolidated architectural review report across workloads.

read-only

APIs Used

well-architected-tool