This article is in continuation to an earlier article where we deployed RESTful microservices as Docker containers in Amazon ECS. There we used path-based routing configured in an internet-facing ALB, to invoke the REST APIs from outside AWS. But since
Read More…
Say you have a couple of RESTful microservices at endpoints /c1 & /c2. Let’s look at how we can get these deployed on ECS. Here’s what we’re aiming for: Each microservice will have its own independent docker image/container & endpoint.
Read More…
Say you have an API hosted on an EC2 instance & you want to make it publicly available. One obvious way to do this is to make the instance publicly accessible, but that’s not an ideal solution. Moreover, if we
Read More…
Hello all! Hope you are coding well! While working on one of my projects, I came across a scenario where I wanted to communicate with a cross-domain site, that opened as a popup from my main site. Also, based on
Read More…
Technology is advancing at a tremendous pace today, and every business is now turning into an IT company of sorts. Digital transformation is the need of the hour, and the first word that comes to mind when we think of
Read More…