mesh

App Mesh

NetworkingAWS
General

General information about the service.

Description

AWS App Mesh is a service mesh for monitoring and controlling microservices.

Service Namespace

AWS::AppMesh::Mesh

ARN Pattern

arn:aws:appmesh:{region}:{account}:mesh/{mesh-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

mesh-

Length

1-255

Valid Characters

Letters, numbers, hyphens, underscores

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_appmesh_mesh" "main" {
2 name = "mesh-${var.environment}"
3}
Utilities

Utilities to support app deployment or configuration.