I was wondering if we can create a personal Compute cloud server "in-premise" like EC2 in AWS or Compute Engine in GCP using VirtualBox or VMware.
The following scenario will help you understand.
- I have a desktop with 32GB Memory, 8 CPUs, static IP, etc.
- I want to use it as a central server to manage my virtual machine instances.
- The instances created on the central server need not be public.
- I will first SSH to the central server and then SSH to the instance.
- An interface on a central server to manage all instances.
- The process could be as easy as launching an EC2 instance.
- I should get the IP address of the instance in the interface itself.
- Should be Host-Guest (VMware, vbox, etc.) based instead of bare metal virtualization (xen, etc.).
Thanks in advance.