11Aug
Deploying services without downtime n today’s SAAS world it is a common requirement to deploy applications or/and services without downtime. There’re various techniques and patterns that can be used to satisfy it, e.g. blue green deployment, as explained by Martin Fowler – The blue-green deployment approach does this by ensuring you have two production environments, …
Continue reading "Deploying services in AWS without downtime"
Learn more