Search code examples
amazon-web-servicesubuntuamazon-ec2serverproxmox

How can you run a proxmox server on a ubuntu EC2 instance


I would like to run a proxmox server on a Ubuntu EC2 Instance.

I know this may sound crazy but I do not have any spare hardware to run a promox server on. Would it be possible to run this on a Ubuntu EC2 Instance?

If i was to download proxmox on a flash drive, can i insert it into my computer and install it (overiding) the ubuntu instance and just using the hardware? Is this possible AWS?


Solution

  • It is possible to run Proxmox on EC2, but if you want to host VM guests you need to run on an instance type that supports nested virtualisation, which is only the "metal" instances. These start at about $4/hour.

    Running containers works fine on any standard x64 instance type, though.

    I posted a guide to installing Proxmox on EC2 here:

    https://github.com/thenickdude/proxmox-on-ec2

    The tricky parts that the guide fixes up automatically are harmonising the network configuration generated by Debian's cloud-init package with Proxmox's nonstandard ifupdown2 package.