Administrator
|
What is the configuration of your on-prem servers? You didn't mention that.
What is the current resource usage on your on-prem environment? (in terms of cpu cores & memory )
Stuff like cpu model, frequency, chip.. These are also relevant for deciding these things.
In general your cloud compute resources should be aligned with your current on-prem resources (current load of your on-prem resources).. At least for the cloud migration.. After the migration, you can optimize.
So check the current load (cpu load, load average and stuff like that) on your on-prem and then decice the resource on the cloud side... Take peaks into the consideration as well.
Nginx may be for doing reverse proxy actions.. So it depends.. You should analyze your on-prem env and decide it. Of course, in OCI you have other solutions for that.. Load balancers for instance..
But in general, we migrate the cloud as-is, and then we optimize.. (unless the customer knows its on-prem env, ready for direct cloud replacements for some of the tech components, and able to test the application on cloud properly)
|