Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Update appmesh.md #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ricardo-aspira
Copy link

@ricardo-aspira ricardo-aspira commented Sep 11, 2020

Replace the following command:

aws appmesh delete-route \
          --mesh appmesh-workshop \
          --virtual-router-name $virtualRouterName \
          --route-name $routeName

By:

aws appmesh delete-route \
          --mesh-name appmesh-workshop \
          --virtual-router-name $virtualRouterName \
          --route-name $routeName

Issue #, if available:
Not able to delete the routes due to parameter error.

Description of changes:
Changed --mesh by --mesh-name.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Replace the following command:
```

aws appmesh delete-route \
          --meshappmesh-workshop \
          --virtual-router-name $virtualRouterName \
          --route-name $routeName
```

By:
```
aws appmesh delete-route \
          --mesh-name appmesh-workshop \
          --virtual-router-name $virtualRouterName \
          --route-name $routeName
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant