AppMesh as an advanced Service Mesh for application-level networking
Rating: 9 out of 10
IncentivizedUse Cases and Deployment Scope
The AWS Apps Mesh is like a proxy that controls our microservices environment and handles all of the network traffic between microservices and provides visibility, traffic control, and security capabilities to all our microservices. It's used in the context of Microservices implementation and handles the communication and monitoring of microservices. Helps to isolate communication issues between microservices.
Pros
- Standardization of microservices communication.
- Traceability and visibility of communication across microservices.
- Identify and Isolate issues in microservices communication.
- Monitoring and sending data to CloudWatch.
Cons
- Increase the limit of for a set of resources: virtual nodes and virtual gateways.
- Expert availability: not easy to find experts.
Likelihood to Recommend
Useful in scenarios where we use a complex microservices-based implementation with the complexity of inter-service communication. Can use App Mesh with services running on any compute services such as Amazon ECS, Amazon EKS, and Amazon EC2. Can be used to isolate errors and pinpoint the error location and also to re-route.