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

Update appmesh.md#107

Open
ricardo-aspira wants to merge 1 commit intobrentley:masterfrom
ricardo-aspira:patch-1
Open

Update appmesh.md#107
ricardo-aspira wants to merge 1 commit intobrentley:masterfrom
ricardo-aspira:patch-1

Conversation

@ricardo-aspira
Copy link
Copy Markdown

@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