AWS App Mesh provides service mesh to facilitate communication between your services across different types of computing infrastructure. App Mesh provides visibility and high availability to your applications. Modern applications often include multiple services. Each service can be developed using different types of compute infrastructure such as Amazon EC2, Amazon ECS and Amazon EKS. It becomes more difficult to spot errors and redirect traffic after they occur, and to safely implement code changes. This was done by creating monitoring and control logic in your code and then redeploying your services whenever there were changes.