From 74efb784a25d2355d1f7ba3c414145089dcaa28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Carreira?= Date: Fri, 20 Nov 2020 11:37:13 +0000 Subject: [PATCH] Update App Mesh guide with ARN usage in backends --- docs/gitbook/tutorials/appmesh-progressive-delivery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/tutorials/appmesh-progressive-delivery.md b/docs/gitbook/tutorials/appmesh-progressive-delivery.md index 8b822028..15f5ca95 100644 --- a/docs/gitbook/tutorials/appmesh-progressive-delivery.md +++ b/docs/gitbook/tutorials/appmesh-progressive-delivery.md @@ -180,7 +180,7 @@ create an App Mesh virtual service for it and add the virtual service name to th port: 9898 backends: - backend1 - - backend2 + - arn:aws:appmesh:eu-west-1:12345678910:mesh/my-mesh/virtualService/backend2 ``` ## Setup App Mesh Gateway (optional)