Hi all,<p>I'm exploring options for doing service discovery for system in my company that used micro-service arhictecture. Mostly, we're using AWS for our stack.<p>I found out that Route53 can provide service discovery for AWS https://docs.aws.amazon.com/Route53/latest/APIReference/overview-service-discovery.html<p>But I wonder the reason some companies (e.g. Stripe) using something like Consul https://stripe.com/blog/service-discovery-at-stripe<p>Anyone can share their experience and provide the difference between those two?<p>Thanks