Please note that this workshop has been archived and is not actively maintained. On September 30, 2026, AWS will discontinue support for AWS App Mesh. For more information, visit this blog post.
# Define variables #
ASSOCIATION=$(aws ssm list-associations \
--association-filter key=AssociationName,value=appmesh-workshop-state | \
jq -r ' .Associations | first | .AssociationId')
# Delete ssm association #
aws ssm delete-association \
--association-id $ASSOCIATION
# Delete ssm document #
aws ssm delete-document \
--name appmesh-workshop-installenvoy