AWS App Mesh · Capability

AWS App Mesh Service Mesh Workflow

Workflow capability for platform engineers to manage App Mesh service meshes, virtual nodes, virtual services, and traffic routing. Note: AWS App Mesh is deprecated; Amazon ECS Service Connect is the recommended replacement for new deployments.

Run with Naftiko AWS App MeshAWSService MeshMicroservicesNetworkingDeprecated

What You Can Do

GET
List meshes — List all service meshes
/v1/meshes
POST
Create mesh — Create a new service mesh
/v1/meshes
GET
List virtual nodes — List virtual nodes in a mesh
/v1/meshes/{meshName}/virtual-nodes
GET
List virtual services — List virtual services in a mesh
/v1/meshes/{meshName}/virtual-services
GET
List virtual routers — List virtual routers in a mesh
/v1/meshes/{meshName}/virtual-routers
GET
List virtual gateways — List virtual gateways in a mesh
/v1/meshes/{meshName}/virtual-gateways

MCP Tools

list-meshes

List all App Mesh service meshes in the AWS account

read-only
create-mesh

Create a new App Mesh service mesh

list-virtual-nodes

List virtual nodes in a service mesh

read-only
list-virtual-services

List virtual services in a service mesh

read-only
list-virtual-routers

List virtual routers and their routing rules

read-only
list-virtual-gateways

List virtual gateways for ingress traffic management

read-only

APIs Used

app-mesh