Posts

Showing posts from 2022

Journey of an on-premise web application to cloud

This post is helpful to guide any person/ organization who have their web application hosted on-premise or on some vendor servers and have futuristic view that they see their user base to grow in coming future. It's understood that initially it would sound difficult to move an application to cloud because we do not know if our application is fit to run on cloud.  The phases below show approach that a Cloud Architect would adopt to migrate a web application hosted on non-cloud environment to cloud. Phase I   [Initial adoption phase to understand if our application can run on cloud]   Phase II   [Now that application runs and we are happy, adopt the best practices of Cloud computing]   Phase III   [Try adopting to Cloud services]   Phase IV   [Cost cutting]   * Lift and shift the application as is into Docker and push to cloud.   * Backend database into separate EC2 instance.   * Deployment pipeline.   *Break big application into smaller chunks, Microservices to be introduced for mos