Modernising Legacy Systems: A Journey to the Cloud for a Leading Life Insurance Company

One of South Africa’s leading life insurance companies required a system migration from legacy systems to the cloud.

Challenges:

  1. Recruiting legacy system software developers is difficult and expensive. 
  2. Legacy systems are difficult to maintain and enhance. 
  3. Legacy systems hardware upgrades are expensive.
  4. The client had a requirement to be able to use modern web technologies.
  5. Legacy API calls became slow and required a rewrite. 

Implementation:

  1. The architecture we decided to use allowed us to keep the legacy IBMi system up to date, so that all the legacy apps can run as per normal, as well as have the data available in other databases, so we can seamlessly migrate parts of the system. With the intention of eventually migrating the entire legacy system. 
  2. An API Gateway was implemented to allow for proper authentication and rate limiting and as a means to expose CRUD services. 
  3. Multiple Azure serverless functions were built as an easy way to swap out the data layer, be it legacy or cloud. 
  4. Redis cache was implemented to enhance speed of the requests and responses as legacy API calls were slow. 
  5. Micro services were implemented and legacy logic was moved into this layer. 
  6. All services are deployed using CI/CD pipelines, deploying docker containers to Azure deployment slots, giving the client 0 downtime deploys. 

Results:

  1. Reduced cost on legacy systems
  2. Quicker response times on web pages
  3. Ability to use the latest cloud technologies

Leave a Comment

Your email address will not be published. Required fields are marked *