Unknownamecoder.hashnode.dev·Jul 11, 2024Troubleshooting solutions for health check failures in AWS ECSI am sharing the troubleshooting details of the issues I encountered while configuring the AWS ECS cluster. I hope the following solutions help you resolve your problems. If these methods do not work, please feel free to reach out anytime. In this ca...Discuss·1 like·27 readsAWS ECS
Osman M Elsayedosmanmelsayed.com·Apr 13, 2024Tracking Duende Identity Server's license validityThe problem Do you want to check the validity of identity at runtime, but couldn't find the proper API exposed by Duende Identity Server that you can consume to achieve this? Have you just updated the license with a new one but you aren't sure if y...Discuss·88 readsduende identity server
Cecil Phillipcecilphillip.dev·Apr 14, 2017Using Consul for Health Checks with ASP.NET CoreIn a previous post, I wrote about how to implement client side service discovery with Consul and ASP.NET Core. It's a very useful technique if you're doing any with containers or microservices. In addition to registering your services, one thing that...DiscussAspnetcore